Shades of Melrose #CCC9DD
Tints of Melrose #CCC9DD
RGB
CMYK
RGB Variations
Color information
#CCC9DD (or 0xCCC9DD) is known color: Melrose. HEX triplet: CC, C9 and DD. RGB value is (204,201,221). Sum of RGB (Red+Green+Blue) = 204+201+221=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DD is #333622. Grayscale: #CCCCCC. Windows color (decimal): -3356195 or 14535116. OLE color: 14535116.
HSL color Cylindrical-coordinate representation of color #CCC9DD: hue angle of 249º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC9DD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 201 | 221 | - |
CMYK | 0.08 | 0.09 | 0 | 0.13 |
HSL | 249º | 0.23% | 0.83% | - |
HSV(B) | 249º | 0.09% | 0.87% | - |
XYZ | 58.84 | 59.83 | 76.85 | - |
YUV | 204.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 221 | 0.08 | 0.09 | 0 | 0.13 | 249 | 0.23 | 0.83 |
Hex | CC | C9 | DD | 8 | 9 | 0 | D | F9 | 17 | 53 |
Octal | 314 | 311 | 335 | 10 | 11 | 0 | 15 | 371 | 27 | 123 |
Binary | 11001100 | 11001001 | 11011101 | 1000 | 1001 | 0 | 1101 | 11111001 | 10111 | 1010011 |
Color Harmonies of #CCC9DD
Complementary color
Monochromatic Colors of #CCC9DD
Black with #CCC9DD
Text Example
Text Example
White with #CCC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9DD; }
p { color: rgb(204,201,221); }
H1.HeaderClassName
{
color: #CCC9DD;
}
.AnyTagClassName
{
color: #CCC9DD;
}
</style>
background-color css
<style>
a { background-color: #CCC9DD; }
a { background-color: rgb(204,201,221); }
div.DivClassName
{
background-color: #CCC9DD;
}
.BgClassName
{
background-color: #CCC9DD;
}
</style>
border-color css
<style>
span { border-color: #CCC9DD; }
span { border-color: rgb(204,201,221); }
td.TdClassName
{
border-color: #CCC9DD;
}
.TagClassName
{
border-color: #CCC9DD;
}
</style>