#CAB5DC

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

Shades of Perfume #CAB5DC

Tints of Perfume #CAB5DC

Color information

#CAB5DC (or 0xCAB5DC) is unknown color: approx Perfume. HEX triplet: CA, B5 and DC. RGB value is (202,181,220). Sum of RGB (Red+Green+Blue) = 202+181+220=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5DC is #354A23. Grayscale: #BFBFBF. Windows color (decimal): -3492388 or 14464458. OLE color: 14464458.

HSL color Cylindrical-coordinate representation of color #CAB5DC: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB5DC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202181220-
CMYK0.080.1800.14
HSL272.31º35.78%78.63%-
HSV(B)272.31º17.73%86.27%-
XYZ53.850.7774.67-
YUV191.72143.96135.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=33.50%
G=30.02%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021812200.080.1800.14272.3135.7878.63
HexCAB5DC8120E110244f
Octal312265334102201642044117
Binary110010101011010111011100100010010011101000100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5DC; }

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

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

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

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

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

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

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

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