Shades of Melrose #CCC5ED
Tints of Melrose #CCC5ED
RGB
CMYK
RGB Variations
Color information
#CCC5ED (or 0xCCC5ED) is known color: Melrose. HEX triplet: CC, C5 and ED. RGB value is (204,197,237). Sum of RGB (Red+Green+Blue) = 204+197+237=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5ED is #333A12. Grayscale: #CBCBCB. Windows color (decimal): -3357203 or 15582668. OLE color: 15582668.
HSL color Cylindrical-coordinate representation of color #CCC5ED: hue angle of 250.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC5ED is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 197 | 237 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 250.5º | 0.53% | 0.85% | - |
| HSV(B) | 250.5º | 0.17% | 0.93% | - |
| XYZ | 60.15 | 58.88 | 88.32 | - |
| YUV | 203.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 237 | 0.14 | 0.17 | 0 | 0.07 | 250.5 | 0.53 | 0.85 |
| Hex | CC | C5 | ED | E | 11 | 0 | 7 | FB | 35 | 55 |
| Octal | 314 | 305 | 355 | 16 | 21 | 0 | 7 | 373 | 65 | 125 |
| Binary | 11001100 | 11000101 | 11101101 | 1110 | 10001 | 0 | 111 | 11111011 | 110101 | 1010101 |
Color Harmonies of #CCC5ED
Complementary color
Monochromatic Colors of #CCC5ED
Black with #CCC5ED
Text Example
Text Example
White with #CCC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5ED; }
p { color: rgb(204,197,237); }
H1.HeaderClassName
{
color: #CCC5ED;
}
.AnyTagClassName
{
color: #CCC5ED;
}
</style>
background-color css
<style>
a { background-color: #CCC5ED; }
a { background-color: rgb(204,197,237); }
div.DivClassName
{
background-color: #CCC5ED;
}
.BgClassName
{
background-color: #CCC5ED;
}
</style>
border-color css
<style>
span { border-color: #CCC5ED; }
span { border-color: rgb(204,197,237); }
td.TdClassName
{
border-color: #CCC5ED;
}
.TagClassName
{
border-color: #CCC5ED;
}
</style>