#CCC9D6

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

Shades of Melrose #CCC9D6

Tints of Melrose #CCC9D6

Color information

#CCC9D6 (or 0xCCC9D6) is unknown color: approx Melrose. HEX triplet: CC, C9 and D6. RGB value is (204,201,214). Sum of RGB (Red+Green+Blue) = 204+201+214=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D6 is #333629. Grayscale: #CBCBCB. Windows color (decimal): -3356202 or 14076364. OLE color: 14076364.

HSL color Cylindrical-coordinate representation of color #CCC9D6: hue angle of 253.85º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC9D6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204201214-
CMYK0.050.0600.16
HSL253.85º13.68%81.37%-
HSV(B)253.85º6.07%83.92%-
XYZ57.9359.4772.04-
YUV203.38133.99128.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=32.96%
G=32.47%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042012140.050.0600.16253.8513.6881.37
HexCCC9D656010fee51
Octal3143113265602037616121
Binary1100110011001001110101101011100100001111111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9D6; }

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

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

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

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

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

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

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

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