#CAABEF

Color #CAABEF Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CAABEF

Tints of Perfume #CAABEF

Color information

#CAABEF (or 0xCAABEF) is unknown color: approx Perfume. HEX triplet: CA, AB and EF. RGB value is (202,171,239). Sum of RGB (Red+Green+Blue) = 202+171+239=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABEF is #355410. Grayscale: #BBBBBB. Windows color (decimal): -3494929 or 15707082. OLE color: 15707082.

HSL color Cylindrical-coordinate representation of color #CAABEF: hue angle of 267.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAABEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202171239-
CMYK0.150.2800.06
HSL267.35º68%80.39%-
HSV(B)267.35º28.45%93.73%-
XYZ54.547.9188.04-
YUV188.02156.77137.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=33.01%
G=27.94%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021712390.150.2800.06267.356880.39
HexCAABEFF1C0610b4450
Octal312253357173406413104120
Binary110010101010101111101111111111100011010000101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABEF; }

 p { color: rgb(202,171,239); }

 H1.HeaderClassName
 {
   color: #CAABEF;
 }
 .AnyTagClassName
 {
   color: #CAABEF;
 }
</style>
background-color css

<style>
 a { background-color: #CAABEF; }

 a { background-color: rgb(202,171,239); }

 div.DivClassName
 {
   background-color: #CAABEF;
 }
 .BgClassName
 {
   background-color: #CAABEF;
 }
</style>
border-color css

<style>
 span { border-color: #CAABEF; }

 span { border-color: rgb(202,171,239); }

 td.TdClassName
 {
   border-color: #CAABEF;
 }
 .TagClassName
 {
   border-color: #CAABEF;
 }
</style>