Shades of Melrose #CCC0E0
Tints of Melrose #CCC0E0
RGB
CMYK
RGB Variations
Color information
#CCC0E0 (or 0xCCC0E0) is known color: Melrose. HEX triplet: CC, C0 and E0. RGB value is (204,192,224). Sum of RGB (Red+Green+Blue) = 204+192+224=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0E0 is #333F1F. Grayscale: #C7C7C7. Windows color (decimal): -3358496 or 14729420. OLE color: 14729420.
HSL color Cylindrical-coordinate representation of color #CCC0E0: hue angle of 262.5º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC0E0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 192 | 224 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.12 |
| HSL | 262.5º | 0.34% | 0.82% | - |
| HSV(B) | 262.5º | 0.14% | 0.88% | - |
| XYZ | 57.21 | 55.92 | 78.3 | - |
| YUV | 199.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 224 | 0.09 | 0.14 | 0 | 0.12 | 262.5 | 0.34 | 0.82 |
| Hex | CC | C0 | E0 | 9 | E | 0 | C | 106 | 22 | 52 |
| Octal | 314 | 300 | 340 | 11 | 16 | 0 | 14 | 406 | 42 | 122 |
| Binary | 11001100 | 11000000 | 11100000 | 1001 | 1110 | 0 | 1100 | 100000110 | 100010 | 1010010 |
Color Harmonies of #CCC0E0
Complementary color
Monochromatic Colors of #CCC0E0
Black with #CCC0E0
Text Example
Text Example
White with #CCC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0E0; }
p { color: rgb(204,192,224); }
H1.HeaderClassName
{
color: #CCC0E0;
}
.AnyTagClassName
{
color: #CCC0E0;
}
</style>
background-color css
<style>
a { background-color: #CCC0E0; }
a { background-color: rgb(204,192,224); }
div.DivClassName
{
background-color: #CCC0E0;
}
.BgClassName
{
background-color: #CCC0E0;
}
</style>
border-color css
<style>
span { border-color: #CCC0E0; }
span { border-color: rgb(204,192,224); }
td.TdClassName
{
border-color: #CCC0E0;
}
.TagClassName
{
border-color: #CCC0E0;
}
</style>