Shades of Melrose #CEC9DC
Tints of Melrose #CEC9DC
RGB
CMYK
RGB Variations
Color information
#CEC9DC (or 0xCEC9DC) is known color: Melrose. HEX triplet: CE, C9 and DC. RGB value is (206,201,220). Sum of RGB (Red+Green+Blue) = 206+201+220=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9DC is #313623. Grayscale: #CCCCCC. Windows color (decimal): -3225124 or 14469582. OLE color: 14469582.
HSL color Cylindrical-coordinate representation of color #CEC9DC: hue angle of 255.79º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC9DC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 201 | 220 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.14 |
| HSL | 255.79º | 0.21% | 0.83% | - |
| HSV(B) | 255.79º | 0.09% | 0.86% | - |
| XYZ | 59.26 | 60.06 | 76.18 | - |
| YUV | 204.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 220 | 0.06 | 0.09 | 0 | 0.14 | 255.79 | 0.21 | 0.83 |
| Hex | CE | C9 | DC | 6 | 9 | 0 | E | 100 | 15 | 53 |
| Octal | 316 | 311 | 334 | 6 | 11 | 0 | 16 | 400 | 25 | 123 |
| Binary | 11001110 | 11001001 | 11011100 | 110 | 1001 | 0 | 1110 | 100000000 | 10101 | 1010011 |
Color Harmonies of #CEC9DC
Complementary color
Monochromatic Colors of #CEC9DC
Black with #CEC9DC
Text Example
Text Example
White with #CEC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9DC; }
p { color: rgb(206,201,220); }
H1.HeaderClassName
{
color: #CEC9DC;
}
.AnyTagClassName
{
color: #CEC9DC;
}
</style>
background-color css
<style>
a { background-color: #CEC9DC; }
a { background-color: rgb(206,201,220); }
div.DivClassName
{
background-color: #CEC9DC;
}
.BgClassName
{
background-color: #CEC9DC;
}
</style>
border-color css
<style>
span { border-color: #CEC9DC; }
span { border-color: rgb(206,201,220); }
td.TdClassName
{
border-color: #CEC9DC;
}
.TagClassName
{
border-color: #CEC9DC;
}
</style>