Shades of Melrose #CCC9E0
Tints of Melrose #CCC9E0
RGB
CMYK
RGB Variations
Color information
#CCC9E0 (or 0xCCC9E0) is known color: Melrose. HEX triplet: CC, C9 and E0. RGB value is (204,201,224). Sum of RGB (Red+Green+Blue) = 204+201+224=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9E0 is #33361F. Grayscale: #CCCCCC. Windows color (decimal): -3356192 or 14731724. OLE color: 14731724.
HSL color Cylindrical-coordinate representation of color #CCC9E0: hue angle of 247.83º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC9E0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 201 | 224 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.12 |
| HSL | 247.83º | 0.27% | 0.83% | - |
| HSV(B) | 247.83º | 0.1% | 0.88% | - |
| XYZ | 59.24 | 59.99 | 78.98 | - |
| YUV | 204.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 224 | 0.09 | 0.10 | 0 | 0.12 | 247.83 | 0.27 | 0.83 |
| Hex | CC | C9 | E0 | 9 | A | 0 | C | F8 | 1B | 53 |
| Octal | 314 | 311 | 340 | 11 | 12 | 0 | 14 | 370 | 33 | 123 |
| Binary | 11001100 | 11001001 | 11100000 | 1001 | 1010 | 0 | 1100 | 11111000 | 11011 | 1010011 |
Color Harmonies of #CCC9E0
Complementary color
Monochromatic Colors of #CCC9E0
Black with #CCC9E0
Text Example
Text Example
White with #CCC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9E0; }
p { color: rgb(204,201,224); }
H1.HeaderClassName
{
color: #CCC9E0;
}
.AnyTagClassName
{
color: #CCC9E0;
}
</style>
background-color css
<style>
a { background-color: #CCC9E0; }
a { background-color: rgb(204,201,224); }
div.DivClassName
{
background-color: #CCC9E0;
}
.BgClassName
{
background-color: #CCC9E0;
}
</style>
border-color css
<style>
span { border-color: #CCC9E0; }
span { border-color: rgb(204,201,224); }
td.TdClassName
{
border-color: #CCC9E0;
}
.TagClassName
{
border-color: #CCC9E0;
}
</style>