#CAC0DE

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

Shades of Melrose #CAC0DE

Tints of Melrose #CAC0DE

Color information

#CAC0DE (or 0xCAC0DE) is unknown color: approx Melrose. HEX triplet: CA, C0 and DE. RGB value is (202,192,222). Sum of RGB (Red+Green+Blue) = 202+192+222=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DE is #353F21. Grayscale: #C6C6C6. Windows color (decimal): -3489570 or 14598346. OLE color: 14598346.

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

Color convert

RGB202192222-
CMYK0.090.1400.13
HSL260º31.25%81.18%-
HSV(B)260º13.51%87.06%-
XYZ56.3955.5376.85-
YUV198.41141.31130.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=32.79%
G=31.17%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021922220.090.1400.1326031.2581.18
HexCAC0DE9E0D1041f51
Octal312300336111601540437121
Binary1100101011000000110111101001111001101100000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC0DE; }

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

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

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

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

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

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

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

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