Shades of Melrose #CECCD6
Tints of Melrose #CECCD6
RGB
CMYK
RGB Variations
Color information
#CECCD6 (or 0xCECCD6) is known color: Melrose. HEX triplet: CE, CC and D6. RGB value is (206,204,214). Sum of RGB (Red+Green+Blue) = 206+204+214=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD6 is #313329. Grayscale: #CDCDCD. Windows color (decimal): -3224362 or 14077134. OLE color: 14077134.
HSL color Cylindrical-coordinate representation of color #CECCD6: hue angle of 252º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECCD6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 204 | 214 | - |
CMYK | 0.04 | 0.05 | 0 | 0.16 |
HSL | 252º | 0.11% | 0.82% | - |
HSV(B) | 252º | 0.05% | 0.84% | - |
XYZ | 59.18 | 61.16 | 72.3 | - |
YUV | 205.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 214 | 0.04 | 0.05 | 0 | 0.16 | 252 | 0.11 | 0.82 |
Hex | CE | CC | D6 | 4 | 5 | 0 | 10 | FC | B | 52 |
Octal | 316 | 314 | 326 | 4 | 5 | 0 | 20 | 374 | 13 | 122 |
Binary | 11001110 | 11001100 | 11010110 | 100 | 101 | 0 | 10000 | 11111100 | 1011 | 1010010 |
Color Harmonies of #CECCD6
Complementary color
Monochromatic Colors of #CECCD6
Black with #CECCD6
Text Example
Text Example
White with #CECCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD6; }
p { color: rgb(206,204,214); }
H1.HeaderClassName
{
color: #CECCD6;
}
.AnyTagClassName
{
color: #CECCD6;
}
</style>
background-color css
<style>
a { background-color: #CECCD6; }
a { background-color: rgb(206,204,214); }
div.DivClassName
{
background-color: #CECCD6;
}
.BgClassName
{
background-color: #CECCD6;
}
</style>
border-color css
<style>
span { border-color: #CECCD6; }
span { border-color: rgb(206,204,214); }
td.TdClassName
{
border-color: #CECCD6;
}
.TagClassName
{
border-color: #CECCD6;
}
</style>