Shades of Melrose #CEC9E0
Tints of Melrose #CEC9E0
RGB
CMYK
RGB Variations
Color information
#CEC9E0 (or 0xCEC9E0) is known color: Melrose. HEX triplet: CE, C9 and E0. RGB value is (206,201,224). Sum of RGB (Red+Green+Blue) = 206+201+224=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9E0 is #31361F. Grayscale: #CDCDCD. Windows color (decimal): -3225120 or 14731726. OLE color: 14731726.
HSL color Cylindrical-coordinate representation of color #CEC9E0: hue angle of 253.04º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC9E0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 201 | 224 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.12 |
| HSL | 253.04º | 0.27% | 0.83% | - |
| HSV(B) | 253.04º | 0.1% | 0.88% | - |
| XYZ | 59.79 | 60.28 | 79 | - |
| YUV | 205.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 224 | 0.08 | 0.10 | 0 | 0.12 | 253.04 | 0.27 | 0.83 |
| Hex | CE | C9 | E0 | 8 | A | 0 | C | FD | 1B | 53 |
| Octal | 316 | 311 | 340 | 10 | 12 | 0 | 14 | 375 | 33 | 123 |
| Binary | 11001110 | 11001001 | 11100000 | 1000 | 1010 | 0 | 1100 | 11111101 | 11011 | 1010011 |
Color Harmonies of #CEC9E0
Complementary color
Monochromatic Colors of #CEC9E0
Black with #CEC9E0
Text Example
Text Example
White with #CEC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9E0; }
p { color: rgb(206,201,224); }
H1.HeaderClassName
{
color: #CEC9E0;
}
.AnyTagClassName
{
color: #CEC9E0;
}
</style>
background-color css
<style>
a { background-color: #CEC9E0; }
a { background-color: rgb(206,201,224); }
div.DivClassName
{
background-color: #CEC9E0;
}
.BgClassName
{
background-color: #CEC9E0;
}
</style>
border-color css
<style>
span { border-color: #CEC9E0; }
span { border-color: rgb(206,201,224); }
td.TdClassName
{
border-color: #CEC9E0;
}
.TagClassName
{
border-color: #CEC9E0;
}
</style>