#CAABEC

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

Shades of Perfume #CAABEC

Tints of Perfume #CAABEC

Color information

#CAABEC (or 0xCAABEC) is unknown color: approx Perfume. HEX triplet: CA, AB and EC. RGB value is (202,171,236). Sum of RGB (Red+Green+Blue) = 202+171+236=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABEC is #355413. Grayscale: #BBBBBB. Windows color (decimal): -3494932 or 15510474. OLE color: 15510474.

HSL color Cylindrical-coordinate representation of color #CAABEC: hue angle of 268.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAABEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202171236-
CMYK0.140.2800.07
HSL268.62º63.11%79.8%-
HSV(B)268.62º27.54%92.55%-
XYZ54.0647.7485.72-
YUV187.68155.27138.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=33.17%
G=28.08%
B=38.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021712360.140.2800.07268.6263.1179.8
HexCAABECE1C0710d3f50
Octal31225335416340741577120
Binary11001010101010111110110011101110001111000011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABEC; }

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

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

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

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

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

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

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

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