Shades of Melrose #CECCD8
Tints of Melrose #CECCD8
RGB
CMYK
RGB Variations
Color information
#CECCD8 (or 0xCECCD8) is known color: Melrose. HEX triplet: CE, CC and D8. RGB value is (206,204,216). Sum of RGB (Red+Green+Blue) = 206+204+216=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 216 - color contains mainly: blue. Hex color #CECCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD8 is #313327. Grayscale: #CDCDCD. Windows color (decimal): -3224360 or 14208206. OLE color: 14208206.
HSL color Cylindrical-coordinate representation of color #CECCD8: hue angle of 250º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECCD8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 204 | 216 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.15 |
| HSL | 250º | 0.13% | 0.82% | - |
| HSV(B) | 250º | 0.06% | 0.85% | - |
| XYZ | 59.44 | 61.27 | 73.66 | - |
| YUV | 205.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 216 | 0.05 | 0.06 | 0 | 0.15 | 250 | 0.13 | 0.82 |
| Hex | CE | CC | D8 | 5 | 6 | 0 | F | FA | D | 52 |
| Octal | 316 | 314 | 330 | 5 | 6 | 0 | 17 | 372 | 15 | 122 |
| Binary | 11001110 | 11001100 | 11011000 | 101 | 110 | 0 | 1111 | 11111010 | 1101 | 1010010 |
Color Harmonies of #CECCD8
Complementary color
Monochromatic Colors of #CECCD8
Black with #CECCD8
Text Example
Text Example
White with #CECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD8; }
p { color: rgb(206,204,216); }
H1.HeaderClassName
{
color: #CECCD8;
}
.AnyTagClassName
{
color: #CECCD8;
}
</style>
background-color css
<style>
a { background-color: #CECCD8; }
a { background-color: rgb(206,204,216); }
div.DivClassName
{
background-color: #CECCD8;
}
.BgClassName
{
background-color: #CECCD8;
}
</style>
border-color css
<style>
span { border-color: #CECCD8; }
span { border-color: rgb(206,204,216); }
td.TdClassName
{
border-color: #CECCD8;
}
.TagClassName
{
border-color: #CECCD8;
}
</style>