#CCC6DC

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

Shades of Melrose #CCC6DC

Tints of Melrose #CCC6DC

Color information

#CCC6DC (or 0xCCC6DC) is unknown color: approx Melrose. HEX triplet: CC, C6 and DC. RGB value is (204,198,220). Sum of RGB (Red+Green+Blue) = 204+198+220=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DC is #333923. Grayscale: #CACACA. Windows color (decimal): -3356964 or 14468812. OLE color: 14468812.

HSL color Cylindrical-coordinate representation of color #CCC6DC: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC6DC is Cyan = 0.07, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204198220-
CMYK0.070.100.14
HSL256.36º23.91%81.96%-
HSV(B)256.36º10%86.27%-
XYZ58.0158.3975.92-
YUV202.3137.99129.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=32.80%
G=31.83%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041982200.070.100.14256.3623.9181.96
HexCCC6DC7A0E1001852
Octal31430633471201640030122
Binary110011001100011011011100111101001110100000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6DC; }

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

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

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

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

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

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

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

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