Shades of Melrose #CCC5E7
Tints of Melrose #CCC5E7
RGB
CMYK
RGB Variations
Color information
#CCC5E7 (or 0xCCC5E7) is known color: Melrose. HEX triplet: CC, C5 and E7. RGB value is (204,197,231). Sum of RGB (Red+Green+Blue) = 204+197+231=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5E7 is #333A18. Grayscale: #CACACA. Windows color (decimal): -3357209 or 15189452. OLE color: 15189452.
HSL color Cylindrical-coordinate representation of color #CCC5E7: hue angle of 252.35º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC5E7 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 197 | 231 | - |
CMYK | 0.12 | 0.15 | 0 | 0.09 |
HSL | 252.35º | 0.41% | 0.84% | - |
HSV(B) | 252.35º | 0.15% | 0.91% | - |
XYZ | 59.29 | 58.54 | 83.78 | - |
YUV | 202.97 | 143.82 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 231 | 0.12 | 0.15 | 0 | 0.09 | 252.35 | 0.41 | 0.84 |
Hex | CC | C5 | E7 | C | F | 0 | 9 | FC | 29 | 54 |
Octal | 314 | 305 | 347 | 14 | 17 | 0 | 11 | 374 | 51 | 124 |
Binary | 11001100 | 11000101 | 11100111 | 1100 | 1111 | 0 | 1001 | 11111100 | 101001 | 1010100 |
Color Harmonies of #CCC5E7
Complementary color
Monochromatic Colors of #CCC5E7
Black with #CCC5E7
Text Example
Text Example
White with #CCC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5E7; }
p { color: rgb(204,197,231); }
H1.HeaderClassName
{
color: #CCC5E7;
}
.AnyTagClassName
{
color: #CCC5E7;
}
</style>
background-color css
<style>
a { background-color: #CCC5E7; }
a { background-color: rgb(204,197,231); }
div.DivClassName
{
background-color: #CCC5E7;
}
.BgClassName
{
background-color: #CCC5E7;
}
</style>
border-color css
<style>
span { border-color: #CCC5E7; }
span { border-color: rgb(204,197,231); }
td.TdClassName
{
border-color: #CCC5E7;
}
.TagClassName
{
border-color: #CCC5E7;
}
</style>