Shades of Ebb #ECD4CD
Tints of Ebb #ECD4CD
RGB
CMYK
RGB Variations
Color information
#ECD4CD (or 0xECD4CD) is known color: Ebb. HEX triplet: EC, D4 and CD. RGB value is (236,212,205). Sum of RGB (Red+Green+Blue) = 236+212+205=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4CD is #132B32. Grayscale: #DADADA. Windows color (decimal): -1256243 or 13489388. OLE color: 13489388.
HSL color Cylindrical-coordinate representation of color #ECD4CD: hue angle of 13.55º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD4CD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 205 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.07 |
| HSL | 13.55º | 0.45% | 0.86% | - |
| HSV(B) | 13.55º | 0.13% | 0.93% | - |
| XYZ | 69.16 | 69.33 | 67.49 | - |
| YUV | 218.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 205 | 0 | 0.10 | 0.13 | 0.07 | 13.55 | 0.45 | 0.86 |
| Hex | EC | D4 | CD | 0 | A | D | 7 | E | 2D | 56 |
| Octal | 354 | 324 | 315 | 0 | 12 | 15 | 7 | 16 | 55 | 126 |
| Binary | 11101100 | 11010100 | 11001101 | 0 | 1010 | 1101 | 111 | 1110 | 101101 | 1010110 |
Color Harmonies of #ECD4CD
Complementary color
Monochromatic Colors of #ECD4CD
Black with #ECD4CD
Text Example
Text Example
White with #ECD4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD4CD; }
p { color: rgb(236,212,205); }
H1.HeaderClassName
{
color: #ECD4CD;
}
.AnyTagClassName
{
color: #ECD4CD;
}
</style>
background-color css
<style>
a { background-color: #ECD4CD; }
a { background-color: rgb(236,212,205); }
div.DivClassName
{
background-color: #ECD4CD;
}
.BgClassName
{
background-color: #ECD4CD;
}
</style>
border-color css
<style>
span { border-color: #ECD4CD; }
span { border-color: rgb(236,212,205); }
td.TdClassName
{
border-color: #ECD4CD;
}
.TagClassName
{
border-color: #ECD4CD;
}
</style>