Shades of Melrose #CEC9DF
Tints of Melrose #CEC9DF
RGB
CMYK
RGB Variations
Color information
#CEC9DF (or 0xCEC9DF) is known color: Melrose. HEX triplet: CE, C9 and DF. RGB value is (206,201,223). Sum of RGB (Red+Green+Blue) = 206+201+223=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9DF is #313620. Grayscale: #CCCCCC. Windows color (decimal): -3225121 or 14666190. OLE color: 14666190.
HSL color Cylindrical-coordinate representation of color #CEC9DF: hue angle of 253.64º degrees, saturation: 0.26, 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 #CEC9DF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 201 | 223 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 253.64º | 0.26% | 0.83% | - |
| HSV(B) | 253.64º | 0.1% | 0.87% | - |
| XYZ | 59.66 | 60.22 | 78.29 | - |
| YUV | 205 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 223 | 0.08 | 0.10 | 0 | 0.13 | 253.64 | 0.26 | 0.83 |
| Hex | CE | C9 | DF | 8 | A | 0 | D | FE | 1A | 53 |
| Octal | 316 | 311 | 337 | 10 | 12 | 0 | 15 | 376 | 32 | 123 |
| Binary | 11001110 | 11001001 | 11011111 | 1000 | 1010 | 0 | 1101 | 11111110 | 11010 | 1010011 |
Color Harmonies of #CEC9DF
Complementary color
Monochromatic Colors of #CEC9DF
Black with #CEC9DF
Text Example
Text Example
White with #CEC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9DF; }
p { color: rgb(206,201,223); }
H1.HeaderClassName
{
color: #CEC9DF;
}
.AnyTagClassName
{
color: #CEC9DF;
}
</style>
background-color css
<style>
a { background-color: #CEC9DF; }
a { background-color: rgb(206,201,223); }
div.DivClassName
{
background-color: #CEC9DF;
}
.BgClassName
{
background-color: #CEC9DF;
}
</style>
border-color css
<style>
span { border-color: #CEC9DF; }
span { border-color: rgb(206,201,223); }
td.TdClassName
{
border-color: #CEC9DF;
}
.TagClassName
{
border-color: #CEC9DF;
}
</style>