#CCC8D9

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

Shades of Melrose #CCC8D9

Tints of Melrose #CCC8D9

Color information

#CCC8D9 (or 0xCCC8D9) is unknown color: approx Melrose. HEX triplet: CC, C8 and D9. RGB value is (204,200,217). Sum of RGB (Red+Green+Blue) = 204+200+217=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D9 is #333726. Grayscale: #CBCBCB. Windows color (decimal): -3356455 or 14272716. OLE color: 14272716.

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

Color convert

RGB204200217-
CMYK0.060.0800.15
HSL254.12º18.28%81.76%-
HSV(B)254.12º7.83%85.1%-
XYZ58.0859.1674-
YUV203.13135.83128.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=32.85%
G=32.21%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042002170.060.0800.15254.1218.2881.76
HexCCC8D9680Ffe1252
Octal31431033161001737622122
Binary11001100110010001101100111010000111111111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8D9; }

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

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

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

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

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

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

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

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