#CCC9DC

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

Shades of Melrose #CCC9DC

Tints of Melrose #CCC9DC

Color information

#CCC9DC (or 0xCCC9DC) is unknown color: approx Melrose. HEX triplet: CC, C9 and DC. RGB value is (204,201,220). Sum of RGB (Red+Green+Blue) = 204+201+220=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DC is #333623. Grayscale: #CBCBCB. Windows color (decimal): -3356196 or 14469580. OLE color: 14469580.

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

Color convert

RGB204201220-
CMYK0.070.0900.14
HSL249.47º21.35%82.55%-
HSV(B)249.47º8.64%86.27%-
XYZ58.7159.7876.15-
YUV204.06136.99127.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=32.64%
G=32.16%
B=35.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042012200.070.0900.14249.4721.3582.55
HexCCC9DC790Ef91553
Octal31431133471101637125123
Binary11001100110010011101110011110010111011111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9DC; }

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

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

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

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

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

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

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

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