#CAB6DC

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

Shades of Perfume #CAB6DC

Tints of Perfume #CAB6DC

Color information

#CAB6DC (or 0xCAB6DC) is unknown color: approx Perfume. HEX triplet: CA, B6 and DC. RGB value is (202,182,220). Sum of RGB (Red+Green+Blue) = 202+182+220=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DC is #354923. Grayscale: #C0C0C0. Windows color (decimal): -3492132 or 14464714. OLE color: 14464714.

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

Color convert

RGB202182220-
CMYK0.080.1700.14
HSL271.58º35.19%78.82%-
HSV(B)271.58º17.27%86.27%-
XYZ5451.1874.74-
YUV192.31143.63134.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=33.44%
G=30.13%
B=36.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021822200.080.1700.14271.5835.1978.82
HexCAB6DC8110E110234f
Octal312266334102101642043117
Binary110010101011011011011100100010001011101000100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6DC; }

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

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

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

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

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

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

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

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