Shades of Melrose #CCC8DD
Tints of Melrose #CCC8DD
RGB
CMYK
RGB Variations
Color information
#CCC8DD (or 0xCCC8DD) is known color: Melrose. HEX triplet: CC, C8 and DD. RGB value is (204,200,221). Sum of RGB (Red+Green+Blue) = 204+200+221=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DD is #333722. Grayscale: #CBCBCB. Windows color (decimal): -3356451 or 14534860. OLE color: 14534860.
HSL color Cylindrical-coordinate representation of color #CCC8DD: hue angle of 251.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC8DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 200 | 221 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 251.43º | 0.24% | 0.83% | - |
| HSV(B) | 251.43º | 0.1% | 0.87% | - |
| XYZ | 58.61 | 59.37 | 76.78 | - |
| YUV | 203.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 221 | 0.08 | 0.10 | 0 | 0.13 | 251.43 | 0.24 | 0.83 |
| Hex | CC | C8 | DD | 8 | A | 0 | D | FB | 18 | 53 |
| Octal | 314 | 310 | 335 | 10 | 12 | 0 | 15 | 373 | 30 | 123 |
| Binary | 11001100 | 11001000 | 11011101 | 1000 | 1010 | 0 | 1101 | 11111011 | 11000 | 1010011 |
Color Harmonies of #CCC8DD
Complementary color
Monochromatic Colors of #CCC8DD
Black with #CCC8DD
Text Example
Text Example
White with #CCC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8DD; }
p { color: rgb(204,200,221); }
H1.HeaderClassName
{
color: #CCC8DD;
}
.AnyTagClassName
{
color: #CCC8DD;
}
</style>
background-color css
<style>
a { background-color: #CCC8DD; }
a { background-color: rgb(204,200,221); }
div.DivClassName
{
background-color: #CCC8DD;
}
.BgClassName
{
background-color: #CCC8DD;
}
</style>
border-color css
<style>
span { border-color: #CCC8DD; }
span { border-color: rgb(204,200,221); }
td.TdClassName
{
border-color: #CCC8DD;
}
.TagClassName
{
border-color: #CCC8DD;
}
</style>