Shades of Melrose #CECADC
Tints of Melrose #CECADC
RGB
CMYK
RGB Variations
Color information
#CECADC (or 0xCECADC) is known color: Melrose. HEX triplet: CE, CA and DC. RGB value is (206,202,220). Sum of RGB (Red+Green+Blue) = 206+202+220=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADC is #313523. Grayscale: #CDCDCD. Windows color (decimal): -3224868 or 14469838. OLE color: 14469838.
HSL color Cylindrical-coordinate representation of color #CECADC: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECADC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 202 | 220 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.14 |
| HSL | 253.33º | 0.2% | 0.83% | - |
| HSV(B) | 253.33º | 0.08% | 0.86% | - |
| XYZ | 59.49 | 60.53 | 76.26 | - |
| YUV | 205.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 220 | 0.06 | 0.08 | 0 | 0.14 | 253.33 | 0.2 | 0.83 |
| Hex | CE | CA | DC | 6 | 8 | 0 | E | FD | 14 | 53 |
| Octal | 316 | 312 | 334 | 6 | 10 | 0 | 16 | 375 | 24 | 123 |
| Binary | 11001110 | 11001010 | 11011100 | 110 | 1000 | 0 | 1110 | 11111101 | 10100 | 1010011 |
Color Harmonies of #CECADC
Complementary color
Monochromatic Colors of #CECADC
Black with #CECADC
Text Example
Text Example
White with #CECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADC; }
p { color: rgb(206,202,220); }
H1.HeaderClassName
{
color: #CECADC;
}
.AnyTagClassName
{
color: #CECADC;
}
</style>
background-color css
<style>
a { background-color: #CECADC; }
a { background-color: rgb(206,202,220); }
div.DivClassName
{
background-color: #CECADC;
}
.BgClassName
{
background-color: #CECADC;
}
</style>
border-color css
<style>
span { border-color: #CECADC; }
span { border-color: rgb(206,202,220); }
td.TdClassName
{
border-color: #CECADC;
}
.TagClassName
{
border-color: #CECADC;
}
</style>