Shades of Melrose #CCC9D4
Tints of Melrose #CCC9D4
RGB
CMYK
RGB Variations
Color information
#CCC9D4 (or 0xCCC9D4) is known color: Melrose. HEX triplet: CC, C9 and D4. RGB value is (204,201,212). Sum of RGB (Red+Green+Blue) = 204+201+212=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9D4 is #33362B. Grayscale: #CBCBCB. Windows color (decimal): -3356204 or 13945292. OLE color: 13945292.
HSL color Cylindrical-coordinate representation of color #CCC9D4: hue angle of 256.36º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC9D4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 201 | 212 | - |
CMYK | 0.04 | 0.05 | 0 | 0.17 |
HSL | 256.36º | 0.11% | 0.81% | - |
HSV(B) | 256.36º | 0.05% | 0.83% | - |
XYZ | 57.67 | 59.36 | 70.71 | - |
YUV | 203.15 | 132.99 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 212 | 0.04 | 0.05 | 0 | 0.17 | 256.36 | 0.11 | 0.81 |
Hex | CC | C9 | D4 | 4 | 5 | 0 | 11 | 100 | B | 51 |
Octal | 314 | 311 | 324 | 4 | 5 | 0 | 21 | 400 | 13 | 121 |
Binary | 11001100 | 11001001 | 11010100 | 100 | 101 | 0 | 10001 | 100000000 | 1011 | 1010001 |
Color Harmonies of #CCC9D4
Complementary color
Monochromatic Colors of #CCC9D4
Black with #CCC9D4
Text Example
Text Example
White with #CCC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9D4; }
p { color: rgb(204,201,212); }
H1.HeaderClassName
{
color: #CCC9D4;
}
.AnyTagClassName
{
color: #CCC9D4;
}
</style>
background-color css
<style>
a { background-color: #CCC9D4; }
a { background-color: rgb(204,201,212); }
div.DivClassName
{
background-color: #CCC9D4;
}
.BgClassName
{
background-color: #CCC9D4;
}
</style>
border-color css
<style>
span { border-color: #CCC9D4; }
span { border-color: rgb(204,201,212); }
td.TdClassName
{
border-color: #CCC9D4;
}
.TagClassName
{
border-color: #CCC9D4;
}
</style>