#CCC2DC

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

Shades of Melrose #CCC2DC

Tints of Melrose #CCC2DC

Color information

#CCC2DC (or 0xCCC2DC) is unknown color: approx Melrose. HEX triplet: CC, C2 and DC. RGB value is (204,194,220). Sum of RGB (Red+Green+Blue) = 204+194+220=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DC is #333D23. Grayscale: #C7C7C7. Windows color (decimal): -3357988 or 14467788. OLE color: 14467788.

HSL color Cylindrical-coordinate representation of color #CCC2DC: hue angle of 263.08º 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 #CCC2DC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204194220-
CMYK0.070.1200.14
HSL263.08º27.08%81.18%-
HSV(B)263.08º11.82%86.27%-
XYZ57.1156.5975.62-
YUV199.95139.31130.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=33.01%
G=31.39%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041942200.070.1200.14263.0827.0881.18
HexCCC2DC7C0E1071b51
Octal31430233471401640733121
Binary110011001100001011011100111110001110100000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2DC; }

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

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

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

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

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

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

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

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