#CAB6DD

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

Shades of Perfume #CAB6DD

Tints of Perfume #CAB6DD

Color information

#CAB6DD (or 0xCAB6DD) is unknown color: approx Perfume. HEX triplet: CA, B6 and DD. RGB value is (202,182,221). Sum of RGB (Red+Green+Blue) = 202+182+221=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DD is #354922. Grayscale: #C0C0C0. Windows color (decimal): -3492131 or 14530250. OLE color: 14530250.

HSL color Cylindrical-coordinate representation of color #CAB6DD: hue angle of 270.77º degrees, saturation: 0.36, 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 #CAB6DD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202182221-
CMYK0.090.1800.13
HSL270.77º36.45%79.02%-
HSV(B)270.77º17.65%86.67%-
XYZ54.1451.2375.44-
YUV192.43144.13134.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=33.39%
G=30.08%
B=36.53%

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
Decimal2021822210.090.1800.13270.7736.4579.02
HexCAB6DD9120D10f244f
Octal312266335112201541744117
Binary110010101011011011011101100110010011011000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6DD; }

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

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

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

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

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

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

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

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