Shades of Melrose #CECADD
Tints of Melrose #CECADD
RGB
CMYK
RGB Variations
Color information
#CECADD (or 0xCECADD) is known color: Melrose. HEX triplet: CE, CA and DD. RGB value is (206,202,221). Sum of RGB (Red+Green+Blue) = 206+202+221=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADD is #313522. Grayscale: #CDCDCD. Windows color (decimal): -3224867 or 14535374. OLE color: 14535374.
HSL color Cylindrical-coordinate representation of color #CECADD: hue angle of 252.63º degrees, saturation: 0.22, 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 #CECADD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 202 | 221 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.13 |
| HSL | 252.63º | 0.22% | 0.83% | - |
| HSV(B) | 252.63º | 0.09% | 0.87% | - |
| XYZ | 59.63 | 60.58 | 76.96 | - |
| YUV | 205.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 221 | 0.07 | 0.09 | 0 | 0.13 | 252.63 | 0.22 | 0.83 |
| Hex | CE | CA | DD | 7 | 9 | 0 | D | FD | 16 | 53 |
| Octal | 316 | 312 | 335 | 7 | 11 | 0 | 15 | 375 | 26 | 123 |
| Binary | 11001110 | 11001010 | 11011101 | 111 | 1001 | 0 | 1101 | 11111101 | 10110 | 1010011 |
Color Harmonies of #CECADD
Complementary color
Monochromatic Colors of #CECADD
Black with #CECADD
Text Example
Text Example
White with #CECADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADD; }
p { color: rgb(206,202,221); }
H1.HeaderClassName
{
color: #CECADD;
}
.AnyTagClassName
{
color: #CECADD;
}
</style>
background-color css
<style>
a { background-color: #CECADD; }
a { background-color: rgb(206,202,221); }
div.DivClassName
{
background-color: #CECADD;
}
.BgClassName
{
background-color: #CECADD;
}
</style>
border-color css
<style>
span { border-color: #CECADD; }
span { border-color: rgb(206,202,221); }
td.TdClassName
{
border-color: #CECADD;
}
.TagClassName
{
border-color: #CECADD;
}
</style>