Shades of Melrose #CCC4E9
Tints of Melrose #CCC4E9
RGB
CMYK
RGB Variations
Color information
#CCC4E9 (or 0xCCC4E9) is known color: Melrose. HEX triplet: CC, C4 and E9. RGB value is (204,196,233). Sum of RGB (Red+Green+Blue) = 204+196+233=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4E9 is #333B16. Grayscale: #CACACA. Windows color (decimal): -3357463 or 15320268. OLE color: 15320268.
HSL color Cylindrical-coordinate representation of color #CCC4E9: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC4E9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 196 | 233 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.09 |
| HSL | 252.97º | 0.46% | 0.84% | - |
| HSV(B) | 252.97º | 0.16% | 0.91% | - |
| XYZ | 59.35 | 58.2 | 85.2 | - |
| YUV | 202.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 233 | 0.12 | 0.16 | 0 | 0.09 | 252.97 | 0.46 | 0.84 |
| Hex | CC | C4 | E9 | C | 10 | 0 | 9 | FD | 2E | 54 |
| Octal | 314 | 304 | 351 | 14 | 20 | 0 | 11 | 375 | 56 | 124 |
| Binary | 11001100 | 11000100 | 11101001 | 1100 | 10000 | 0 | 1001 | 11111101 | 101110 | 1010100 |
Color Harmonies of #CCC4E9
Complementary color
Monochromatic Colors of #CCC4E9
Black with #CCC4E9
Text Example
Text Example
White with #CCC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4E9; }
p { color: rgb(204,196,233); }
H1.HeaderClassName
{
color: #CCC4E9;
}
.AnyTagClassName
{
color: #CCC4E9;
}
</style>
background-color css
<style>
a { background-color: #CCC4E9; }
a { background-color: rgb(204,196,233); }
div.DivClassName
{
background-color: #CCC4E9;
}
.BgClassName
{
background-color: #CCC4E9;
}
</style>
border-color css
<style>
span { border-color: #CCC4E9; }
span { border-color: rgb(204,196,233); }
td.TdClassName
{
border-color: #CCC4E9;
}
.TagClassName
{
border-color: #CCC4E9;
}
</style>