Shades of Melrose #CCC7E9
Tints of Melrose #CCC7E9
RGB
CMYK
RGB Variations
Color information
#CCC7E9 (or 0xCCC7E9) is known color: Melrose. HEX triplet: CC, C7 and E9. RGB value is (204,199,233). Sum of RGB (Red+Green+Blue) = 204+199+233=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7E9 is #333816. Grayscale: #CCCCCC. Windows color (decimal): -3356695 or 15321036. OLE color: 15321036.
HSL color Cylindrical-coordinate representation of color #CCC7E9: hue angle of 248.82º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC7E9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 199 | 233 | - |
CMYK | 0.12 | 0.15 | 0 | 0.09 |
HSL | 248.82º | 0.44% | 0.85% | - |
HSV(B) | 248.82º | 0.15% | 0.91% | - |
XYZ | 60.03 | 59.57 | 85.42 | - |
YUV | 204.37 | 144.16 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 233 | 0.12 | 0.15 | 0 | 0.09 | 248.82 | 0.44 | 0.85 |
Hex | CC | C7 | E9 | C | F | 0 | 9 | F9 | 2C | 55 |
Octal | 314 | 307 | 351 | 14 | 17 | 0 | 11 | 371 | 54 | 125 |
Binary | 11001100 | 11000111 | 11101001 | 1100 | 1111 | 0 | 1001 | 11111001 | 101100 | 1010101 |
Color Harmonies of #CCC7E9
Complementary color
Monochromatic Colors of #CCC7E9
Black with #CCC7E9
Text Example
Text Example
White with #CCC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7E9; }
p { color: rgb(204,199,233); }
H1.HeaderClassName
{
color: #CCC7E9;
}
.AnyTagClassName
{
color: #CCC7E9;
}
</style>
background-color css
<style>
a { background-color: #CCC7E9; }
a { background-color: rgb(204,199,233); }
div.DivClassName
{
background-color: #CCC7E9;
}
.BgClassName
{
background-color: #CCC7E9;
}
</style>
border-color css
<style>
span { border-color: #CCC7E9; }
span { border-color: rgb(204,199,233); }
td.TdClassName
{
border-color: #CCC7E9;
}
.TagClassName
{
border-color: #CCC7E9;
}
</style>