#CCC9D9

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

Shades of Melrose #CCC9D9

Tints of Melrose #CCC9D9

Color information

#CCC9D9 (or 0xCCC9D9) is unknown color: approx Melrose. HEX triplet: CC, C9 and D9. RGB value is (204,201,217). Sum of RGB (Red+Green+Blue) = 204+201+217=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D9 is #333626. Grayscale: #CBCBCB. Windows color (decimal): -3356199 or 14272972. OLE color: 14272972.

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

Color convert

RGB204201217-
CMYK0.060.0700.15
HSL251.25º17.39%81.96%-
HSV(B)251.25º7.37%85.1%-
XYZ58.3159.6274.08-
YUV203.72135.49128.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=32.80%
G=32.32%
B=34.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042012170.060.0700.15251.2517.3981.96
HexCCC9D9670Ffb1152
Octal3143113316701737321122
Binary1100110011001001110110011101110111111111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9D9; }

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

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

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

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

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

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

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

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