Shades of Melrose #CECBDB
Tints of Melrose #CECBDB
RGB
CMYK
RGB Variations
Color information
#CECBDB (or 0xCECBDB) is known color: Melrose. HEX triplet: CE, CB and DB. RGB value is (206,203,219). Sum of RGB (Red+Green+Blue) = 206+203+219=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBDB is #313424. Grayscale: #CDCDCD. Windows color (decimal): -3224613 or 14404558. OLE color: 14404558.
HSL color Cylindrical-coordinate representation of color #CECBDB: hue angle of 251.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECBDB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 203 | 219 | - |
CMYK | 0.06 | 0.07 | 0 | 0.14 |
HSL | 251.25º | 0.18% | 0.83% | - |
HSV(B) | 251.25º | 0.07% | 0.86% | - |
XYZ | 59.6 | 60.95 | 75.64 | - |
YUV | 205.72 | 135.49 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 219 | 0.06 | 0.07 | 0 | 0.14 | 251.25 | 0.18 | 0.83 |
Hex | CE | CB | DB | 6 | 7 | 0 | E | FB | 12 | 53 |
Octal | 316 | 313 | 333 | 6 | 7 | 0 | 16 | 373 | 22 | 123 |
Binary | 11001110 | 11001011 | 11011011 | 110 | 111 | 0 | 1110 | 11111011 | 10010 | 1010011 |
Color Harmonies of #CECBDB
Complementary color
Monochromatic Colors of #CECBDB
Black with #CECBDB
Text Example
Text Example
White with #CECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBDB; }
p { color: rgb(206,203,219); }
H1.HeaderClassName
{
color: #CECBDB;
}
.AnyTagClassName
{
color: #CECBDB;
}
</style>
background-color css
<style>
a { background-color: #CECBDB; }
a { background-color: rgb(206,203,219); }
div.DivClassName
{
background-color: #CECBDB;
}
.BgClassName
{
background-color: #CECBDB;
}
</style>
border-color css
<style>
span { border-color: #CECBDB; }
span { border-color: rgb(206,203,219); }
td.TdClassName
{
border-color: #CECBDB;
}
.TagClassName
{
border-color: #CECBDB;
}
</style>