Shades of Melrose #CECBDC
Tints of Melrose #CECBDC
RGB
CMYK
RGB Variations
Color information
#CECBDC (or 0xCECBDC) is known color: Melrose. HEX triplet: CE, CB and DC. RGB value is (206,203,220). Sum of RGB (Red+Green+Blue) = 206+203+220=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBDC is #313423. Grayscale: #CDCDCD. Windows color (decimal): -3224612 or 14470094. OLE color: 14470094.
HSL color Cylindrical-coordinate representation of color #CECBDC: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECBDC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 203 | 220 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.14 |
| HSL | 250.59º | 0.2% | 0.83% | - |
| HSV(B) | 250.59º | 0.08% | 0.86% | - |
| XYZ | 59.73 | 61 | 76.34 | - |
| YUV | 205.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 220 | 0.06 | 0.08 | 0 | 0.14 | 250.59 | 0.2 | 0.83 |
| Hex | CE | CB | DC | 6 | 8 | 0 | E | FB | 14 | 53 |
| Octal | 316 | 313 | 334 | 6 | 10 | 0 | 16 | 373 | 24 | 123 |
| Binary | 11001110 | 11001011 | 11011100 | 110 | 1000 | 0 | 1110 | 11111011 | 10100 | 1010011 |
Color Harmonies of #CECBDC
Complementary color
Monochromatic Colors of #CECBDC
Black with #CECBDC
Text Example
Text Example
White with #CECBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBDC; }
p { color: rgb(206,203,220); }
H1.HeaderClassName
{
color: #CECBDC;
}
.AnyTagClassName
{
color: #CECBDC;
}
</style>
background-color css
<style>
a { background-color: #CECBDC; }
a { background-color: rgb(206,203,220); }
div.DivClassName
{
background-color: #CECBDC;
}
.BgClassName
{
background-color: #CECBDC;
}
</style>
border-color css
<style>
span { border-color: #CECBDC; }
span { border-color: rgb(206,203,220); }
td.TdClassName
{
border-color: #CECBDC;
}
.TagClassName
{
border-color: #CECBDC;
}
</style>