Shades of Melrose #CECCD9
Tints of Melrose #CECCD9
RGB
CMYK
RGB Variations
Color information
#CECCD9 (or 0xCECCD9) is known color: Melrose. HEX triplet: CE, CC and D9. RGB value is (206,204,217). Sum of RGB (Red+Green+Blue) = 206+204+217=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD9 is #313326. Grayscale: #CECECE. Windows color (decimal): -3224359 or 14273742. OLE color: 14273742.
HSL color Cylindrical-coordinate representation of color #CECCD9: hue angle of 249.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECCD9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 204 | 217 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 249.23º | 0.15% | 0.83% | - |
HSV(B) | 249.23º | 0.06% | 0.85% | - |
XYZ | 59.57 | 61.32 | 74.34 | - |
YUV | 206.08 | 134.16 | 127.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 217 | 0.05 | 0.06 | 0 | 0.15 | 249.23 | 0.15 | 0.83 |
Hex | CE | CC | D9 | 5 | 6 | 0 | F | F9 | F | 53 |
Octal | 316 | 314 | 331 | 5 | 6 | 0 | 17 | 371 | 17 | 123 |
Binary | 11001110 | 11001100 | 11011001 | 101 | 110 | 0 | 1111 | 11111001 | 1111 | 1010011 |
Color Harmonies of #CECCD9
Complementary color
Monochromatic Colors of #CECCD9
Black with #CECCD9
Text Example
Text Example
White with #CECCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD9; }
p { color: rgb(206,204,217); }
H1.HeaderClassName
{
color: #CECCD9;
}
.AnyTagClassName
{
color: #CECCD9;
}
</style>
background-color css
<style>
a { background-color: #CECCD9; }
a { background-color: rgb(206,204,217); }
div.DivClassName
{
background-color: #CECCD9;
}
.BgClassName
{
background-color: #CECCD9;
}
</style>
border-color css
<style>
span { border-color: #CECCD9; }
span { border-color: rgb(206,204,217); }
td.TdClassName
{
border-color: #CECCD9;
}
.TagClassName
{
border-color: #CECCD9;
}
</style>