Shades of Melrose #CCC9DE
Tints of Melrose #CCC9DE
RGB
CMYK
RGB Variations
Color information
#CCC9DE (or 0xCCC9DE) is known color: Melrose. HEX triplet: CC, C9 and DE. RGB value is (204,201,222). Sum of RGB (Red+Green+Blue) = 204+201+222=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DE is #333621. Grayscale: #CCCCCC. Windows color (decimal): -3356194 or 14600652. OLE color: 14600652.
HSL color Cylindrical-coordinate representation of color #CCC9DE: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC9DE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 201 | 222 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.13 |
| HSL | 248.57º | 0.24% | 0.83% | - |
| HSV(B) | 248.57º | 0.09% | 0.87% | - |
| XYZ | 58.97 | 59.88 | 77.56 | - |
| YUV | 204.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 222 | 0.08 | 0.09 | 0 | 0.13 | 248.57 | 0.24 | 0.83 |
| Hex | CC | C9 | DE | 8 | 9 | 0 | D | F9 | 18 | 53 |
| Octal | 314 | 311 | 336 | 10 | 11 | 0 | 15 | 371 | 30 | 123 |
| Binary | 11001100 | 11001001 | 11011110 | 1000 | 1001 | 0 | 1101 | 11111001 | 11000 | 1010011 |
Color Harmonies of #CCC9DE
Complementary color
Monochromatic Colors of #CCC9DE
Black with #CCC9DE
Text Example
Text Example
White with #CCC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9DE; }
p { color: rgb(204,201,222); }
H1.HeaderClassName
{
color: #CCC9DE;
}
.AnyTagClassName
{
color: #CCC9DE;
}
</style>
background-color css
<style>
a { background-color: #CCC9DE; }
a { background-color: rgb(204,201,222); }
div.DivClassName
{
background-color: #CCC9DE;
}
.BgClassName
{
background-color: #CCC9DE;
}
</style>
border-color css
<style>
span { border-color: #CCC9DE; }
span { border-color: rgb(204,201,222); }
td.TdClassName
{
border-color: #CCC9DE;
}
.TagClassName
{
border-color: #CCC9DE;
}
</style>