Shades of Melrose #CECCDA
Tints of Melrose #CECCDA
RGB
CMYK
RGB Variations
Color information
#CECCDA (or 0xCECCDA) is known color: Melrose. HEX triplet: CE, CC and DA. RGB value is (206,204,218). Sum of RGB (Red+Green+Blue) = 206+204+218=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCDA is #313325. Grayscale: #CECECE. Windows color (decimal): -3224358 or 14339278. OLE color: 14339278.
HSL color Cylindrical-coordinate representation of color #CECCDA: hue angle of 248.57º degrees, saturation: 0.16, 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 #CECCDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 204 | 218 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.15 |
| HSL | 248.57º | 0.16% | 0.83% | - |
| HSV(B) | 248.57º | 0.06% | 0.85% | - |
| XYZ | 59.7 | 61.37 | 75.03 | - |
| YUV | 206.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 218 | 0.06 | 0.06 | 0 | 0.15 | 248.57 | 0.16 | 0.83 |
| Hex | CE | CC | DA | 6 | 6 | 0 | F | F9 | 10 | 53 |
| Octal | 316 | 314 | 332 | 6 | 6 | 0 | 17 | 371 | 20 | 123 |
| Binary | 11001110 | 11001100 | 11011010 | 110 | 110 | 0 | 1111 | 11111001 | 10000 | 1010011 |
Color Harmonies of #CECCDA
Complementary color
Monochromatic Colors of #CECCDA
Black with #CECCDA
Text Example
Text Example
White with #CECCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCDA; }
p { color: rgb(206,204,218); }
H1.HeaderClassName
{
color: #CECCDA;
}
.AnyTagClassName
{
color: #CECCDA;
}
</style>
background-color css
<style>
a { background-color: #CECCDA; }
a { background-color: rgb(206,204,218); }
div.DivClassName
{
background-color: #CECCDA;
}
.BgClassName
{
background-color: #CECCDA;
}
</style>
border-color css
<style>
span { border-color: #CECCDA; }
span { border-color: rgb(206,204,218); }
td.TdClassName
{
border-color: #CECCDA;
}
.TagClassName
{
border-color: #CECCDA;
}
</style>