#CAC2DC

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

Shades of Melrose #CAC2DC

Tints of Melrose #CAC2DC

Color information

#CAC2DC (or 0xCAC2DC) is unknown color: approx Melrose. HEX triplet: CA, C2 and DC. RGB value is (202,194,220). Sum of RGB (Red+Green+Blue) = 202+194+220=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DC is #353D23. Grayscale: #C7C7C7. Windows color (decimal): -3489060 or 14467786. OLE color: 14467786.

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

Color convert

RGB202194220-
CMYK0.080.1200.14
HSL258.46º27.08%81.18%-
HSV(B)258.46º11.82%86.27%-
XYZ56.5756.3175.6-
YUV199.36139.65129.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=32.79%
G=31.49%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021942200.080.1200.14258.4627.0881.18
HexCAC2DC8C0E1021b51
Octal312302334101401640233121
Binary1100101011000010110111001000110001110100000010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2DC; }

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

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

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

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

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

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

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

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