Shades of Melrose #CCC9E4
Tints of Melrose #CCC9E4
RGB
CMYK
RGB Variations
Color information
#CCC9E4 (or 0xCCC9E4) is known color: Melrose. HEX triplet: CC, C9 and E4. RGB value is (204,201,228). Sum of RGB (Red+Green+Blue) = 204+201+228=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9E4 is #33361B. Grayscale: #CCCCCC. Windows color (decimal): -3356188 or 14993868. OLE color: 14993868.
HSL color Cylindrical-coordinate representation of color #CCC9E4: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC9E4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 201 | 228 | - |
CMYK | 0.11 | 0.12 | 0 | 0.11 |
HSL | 246.67º | 0.33% | 0.84% | - |
HSV(B) | 246.67º | 0.12% | 0.89% | - |
XYZ | 59.79 | 60.21 | 81.87 | - |
YUV | 204.98 | 140.99 | 127.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 228 | 0.11 | 0.12 | 0 | 0.11 | 246.67 | 0.33 | 0.84 |
Hex | CC | C9 | E4 | B | C | 0 | B | F7 | 21 | 54 |
Octal | 314 | 311 | 344 | 13 | 14 | 0 | 13 | 367 | 41 | 124 |
Binary | 11001100 | 11001001 | 11100100 | 1011 | 1100 | 0 | 1011 | 11110111 | 100001 | 1010100 |
Color Harmonies of #CCC9E4
Complementary color
Monochromatic Colors of #CCC9E4
Black with #CCC9E4
Text Example
Text Example
White with #CCC9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9E4; }
p { color: rgb(204,201,228); }
H1.HeaderClassName
{
color: #CCC9E4;
}
.AnyTagClassName
{
color: #CCC9E4;
}
</style>
background-color css
<style>
a { background-color: #CCC9E4; }
a { background-color: rgb(204,201,228); }
div.DivClassName
{
background-color: #CCC9E4;
}
.BgClassName
{
background-color: #CCC9E4;
}
</style>
border-color css
<style>
span { border-color: #CCC9E4; }
span { border-color: rgb(204,201,228); }
td.TdClassName
{
border-color: #CCC9E4;
}
.TagClassName
{
border-color: #CCC9E4;
}
</style>