#CAB0DE

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

Shades of Perfume #CAB0DE

Tints of Perfume #CAB0DE

Color information

#CAB0DE (or 0xCAB0DE) is unknown color: approx Perfume. HEX triplet: CA, B0 and DE. RGB value is (202,176,222). Sum of RGB (Red+Green+Blue) = 202+176+222=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DE is #354F21. Grayscale: #BCBCBC. Windows color (decimal): -3493666 or 14594250. OLE color: 14594250.

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

Color convert

RGB202176222-
CMYK0.090.2100.13
HSL273.91º41.07%78.04%-
HSV(B)273.91º20.72%87.06%-
XYZ53.0748.8875.75-
YUV189.02146.61137.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 222 (87.11% from 255) = 37%
R=33.67%
G=29.33%
B=37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021762220.090.2100.13273.9141.0778.04
HexCAB0DE9150D112294e
Octal312260336112501542251116
Binary110010101011000011011110100110101011011000100101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0DE; }

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

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

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

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

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

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

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

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