#CAABDE

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

Shades of Perfume #CAABDE

Tints of Perfume #CAABDE

Color information

#CAABDE (or 0xCAABDE) is unknown color: approx Perfume. HEX triplet: CA, AB and DE. RGB value is (202,171,222). Sum of RGB (Red+Green+Blue) = 202+171+222=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDE is #355421. Grayscale: #B9B9B9. Windows color (decimal): -3494946 or 14592970. OLE color: 14592970.

HSL color Cylindrical-coordinate representation of color #CAABDE: hue angle of 276.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAABDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202171222-
CMYK0.090.2300.13
HSL276.47º43.59%77.06%-
HSV(B)276.47º22.97%87.06%-
XYZ52.146.9675.42-
YUV186.08148.27139.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=33.95%
G=28.74%
B=37.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021712220.090.2300.13276.4743.5977.06
HexCAABDE9170D1142c4d
Octal312253336112701542454115
Binary110010101010101111011110100110111011011000101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABDE; }

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

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

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

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

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

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

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

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