Shades of Melrose #CECADE
Tints of Melrose #CECADE
RGB
CMYK
RGB Variations
Color information
#CECADE (or 0xCECADE) is known color: Melrose. HEX triplet: CE, CA and DE. RGB value is (206,202,222). Sum of RGB (Red+Green+Blue) = 206+202+222=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #CECADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADE is #313521. Grayscale: #CDCDCD. Windows color (decimal): -3224866 or 14600910. OLE color: 14600910.
HSL color Cylindrical-coordinate representation of color #CECADE: hue angle of 252º degrees, saturation: 0.23, 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 #CECADE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 202 | 222 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.13 |
| HSL | 252º | 0.23% | 0.83% | - |
| HSV(B) | 252º | 0.09% | 0.87% | - |
| XYZ | 59.76 | 60.64 | 77.66 | - |
| YUV | 205.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 222 | 0.07 | 0.09 | 0 | 0.13 | 252 | 0.23 | 0.83 |
| Hex | CE | CA | DE | 7 | 9 | 0 | D | FC | 17 | 53 |
| Octal | 316 | 312 | 336 | 7 | 11 | 0 | 15 | 374 | 27 | 123 |
| Binary | 11001110 | 11001010 | 11011110 | 111 | 1001 | 0 | 1101 | 11111100 | 10111 | 1010011 |
Color Harmonies of #CECADE
Complementary color
Monochromatic Colors of #CECADE
Black with #CECADE
Text Example
Text Example
White with #CECADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADE; }
p { color: rgb(206,202,222); }
H1.HeaderClassName
{
color: #CECADE;
}
.AnyTagClassName
{
color: #CECADE;
}
</style>
background-color css
<style>
a { background-color: #CECADE; }
a { background-color: rgb(206,202,222); }
div.DivClassName
{
background-color: #CECADE;
}
.BgClassName
{
background-color: #CECADE;
}
</style>
border-color css
<style>
span { border-color: #CECADE; }
span { border-color: rgb(206,202,222); }
td.TdClassName
{
border-color: #CECADE;
}
.TagClassName
{
border-color: #CECADE;
}
</style>