Shades of Melrose #CECDD0
Tints of Melrose #CECDD0
RGB
CMYK
RGB Variations
Color information
#CECDD0 (or 0xCECDD0) is known color: Melrose. HEX triplet: CE, CD and D0. RGB value is (206,205,208). Sum of RGB (Red+Green+Blue) = 206+205+208=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 208 - color contains mainly: blue. Hex color #CECDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDD0 is #31322F. Grayscale: #CDCDCD. Windows color (decimal): -3224112 or 13684174. OLE color: 13684174.
HSL color Cylindrical-coordinate representation of color #CECDD0: hue angle of 260º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECDD0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 205 | 208 | - |
CMYK | 0.01 | 0.01 | 0 | 0.18 |
HSL | 260º | 0.03% | 0.81% | - |
HSV(B) | 260º | 0.01% | 0.82% | - |
XYZ | 58.67 | 61.34 | 68.42 | - |
YUV | 205.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 208 | 0.01 | 0.01 | 0 | 0.18 | 260 | 0.03 | 0.81 |
Hex | CE | CD | D0 | 1 | 1 | 0 | 12 | 104 | 3 | 51 |
Octal | 316 | 315 | 320 | 1 | 1 | 0 | 22 | 404 | 3 | 121 |
Binary | 11001110 | 11001101 | 11010000 | 1 | 1 | 0 | 10010 | 100000100 | 11 | 1010001 |
Color Harmonies of #CECDD0
Complementary color
Monochromatic Colors of #CECDD0
Black with #CECDD0
Text Example
Text Example
White with #CECDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDD0; }
p { color: rgb(206,205,208); }
H1.HeaderClassName
{
color: #CECDD0;
}
.AnyTagClassName
{
color: #CECDD0;
}
</style>
background-color css
<style>
a { background-color: #CECDD0; }
a { background-color: rgb(206,205,208); }
div.DivClassName
{
background-color: #CECDD0;
}
.BgClassName
{
background-color: #CECDD0;
}
</style>
border-color css
<style>
span { border-color: #CECDD0; }
span { border-color: rgb(206,205,208); }
td.TdClassName
{
border-color: #CECDD0;
}
.TagClassName
{
border-color: #CECDD0;
}
</style>