#CAC6D9

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

Shades of Melrose #CAC6D9

Tints of Melrose #CAC6D9

Color information

#CAC6D9 (or 0xCAC6D9) is unknown color: approx Melrose. HEX triplet: CA, C6 and D9. RGB value is (202,198,217). Sum of RGB (Red+Green+Blue) = 202+198+217=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6D9 is #353926. Grayscale: #C9C9C9. Windows color (decimal): -3488039 or 14272202. OLE color: 14272202.

HSL color Cylindrical-coordinate representation of color #CAC6D9: hue angle of 252.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC6D9 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202198217-
CMYK0.070.0900.15
HSL252.63º20%81.37%-
HSV(B)252.63º8.76%85.1%-
XYZ57.0857.9573.82-
YUV201.36136.83128.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=32.74%
G=32.09%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021982170.070.0900.15252.632081.37
HexCAC6D9790Ffd1451
Octal31230633171101737524121
Binary11001010110001101101100111110010111111111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6D9; }

 p { color: rgb(202,198,217); }

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

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

 a { background-color: rgb(202,198,217); }

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

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

 span { border-color: rgb(202,198,217); }

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