#CAB5DD

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

Shades of Perfume #CAB5DD

Tints of Perfume #CAB5DD

Color information

#CAB5DD (or 0xCAB5DD) is unknown color: approx Perfume. HEX triplet: CA, B5 and DD. RGB value is (202,181,221). Sum of RGB (Red+Green+Blue) = 202+181+221=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5DD is #354A22. Grayscale: #BFBFBF. Windows color (decimal): -3492387 or 14529994. OLE color: 14529994.

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

Color convert

RGB202181221-
CMYK0.090.1800.13
HSL271.5º37.04%78.82%-
HSV(B)271.5º18.1%86.67%-
XYZ53.9350.8275.37-
YUV191.84144.46135.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=33.44%
G=29.97%
B=36.59%

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
Decimal2021812210.090.1800.13271.537.0478.82
HexCAB5DD9120D110254f
Octal312265335112201542045117
Binary110010101011010111011101100110010011011000100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5DD; }

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

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

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

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

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

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

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

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