#CAB6DE

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

Shades of Perfume #CAB6DE

Tints of Perfume #CAB6DE

Color information

#CAB6DE (or 0xCAB6DE) is unknown color: approx Perfume. HEX triplet: CA, B6 and DE. RGB value is (202,182,222). Sum of RGB (Red+Green+Blue) = 202+182+222=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DE is #354921. Grayscale: #C0C0C0. Windows color (decimal): -3492130 or 14595786. OLE color: 14595786.

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

Color convert

RGB202182222-
CMYK0.090.1800.13
HSL270º37.74%79.22%-
HSV(B)270º18.02%87.06%-
XYZ54.2751.2976.15-
YUV192.54144.63134.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=33.33%
G=30.03%
B=36.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021822220.090.1800.1327037.7479.22
HexCAB6DE9120D10e264f
Octal312266336112201541646117
Binary110010101011011011011110100110010011011000011101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6DE; }

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

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

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

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

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

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

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

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