Shades of Melrose #CCC0E2
Tints of Melrose #CCC0E2
RGB
CMYK
RGB Variations
Color information
#CCC0E2 (or 0xCCC0E2) is known color: Melrose. HEX triplet: CC, C0 and E2. RGB value is (204,192,226). Sum of RGB (Red+Green+Blue) = 204+192+226=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCC0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0E2 is #333F1D. Grayscale: #C7C7C7. Windows color (decimal): -3358494 or 14860492. OLE color: 14860492.
HSL color Cylindrical-coordinate representation of color #CCC0E2: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC0E2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 192 | 226 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.11 |
| HSL | 261.18º | 0.37% | 0.82% | - |
| HSV(B) | 261.18º | 0.15% | 0.89% | - |
| XYZ | 57.48 | 56.03 | 79.74 | - |
| YUV | 199.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 226 | 0.10 | 0.15 | 0 | 0.11 | 261.18 | 0.37 | 0.82 |
| Hex | CC | C0 | E2 | A | F | 0 | B | 105 | 25 | 52 |
| Octal | 314 | 300 | 342 | 12 | 17 | 0 | 13 | 405 | 45 | 122 |
| Binary | 11001100 | 11000000 | 11100010 | 1010 | 1111 | 0 | 1011 | 100000101 | 100101 | 1010010 |
Color Harmonies of #CCC0E2
Complementary color
Monochromatic Colors of #CCC0E2
Black with #CCC0E2
Text Example
Text Example
White with #CCC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0E2; }
p { color: rgb(204,192,226); }
H1.HeaderClassName
{
color: #CCC0E2;
}
.AnyTagClassName
{
color: #CCC0E2;
}
</style>
background-color css
<style>
a { background-color: #CCC0E2; }
a { background-color: rgb(204,192,226); }
div.DivClassName
{
background-color: #CCC0E2;
}
.BgClassName
{
background-color: #CCC0E2;
}
</style>
border-color css
<style>
span { border-color: #CCC0E2; }
span { border-color: rgb(204,192,226); }
td.TdClassName
{
border-color: #CCC0E2;
}
.TagClassName
{
border-color: #CCC0E2;
}
</style>