Shades of Ebb #ECD6CF
Tints of Ebb #ECD6CF
RGB
CMYK
RGB Variations
Color information
#ECD6CF (or 0xECD6CF) is known color: Ebb. HEX triplet: EC, D6 and CF. RGB value is (236,214,207). Sum of RGB (Red+Green+Blue) = 236+214+207=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CF is #132930. Grayscale: #DBDBDB. Windows color (decimal): -1255729 or 13620972. OLE color: 13620972.
HSL color Cylindrical-coordinate representation of color #ECD6CF: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD6CF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 207 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.07 |
| HSL | 14.48º | 0.43% | 0.87% | - |
| HSV(B) | 14.48º | 0.12% | 0.93% | - |
| XYZ | 69.9 | 70.43 | 68.94 | - |
| YUV | 219.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 207 | 0 | 0.09 | 0.12 | 0.07 | 14.48 | 0.43 | 0.87 |
| Hex | EC | D6 | CF | 0 | 9 | C | 7 | E | 2B | 57 |
| Octal | 354 | 326 | 317 | 0 | 11 | 14 | 7 | 16 | 53 | 127 |
| Binary | 11101100 | 11010110 | 11001111 | 0 | 1001 | 1100 | 111 | 1110 | 101011 | 1010111 |
Color Harmonies of #ECD6CF
Complementary color
Monochromatic Colors of #ECD6CF
Black with #ECD6CF
Text Example
Text Example
White with #ECD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6CF; }
p { color: rgb(236,214,207); }
H1.HeaderClassName
{
color: #ECD6CF;
}
.AnyTagClassName
{
color: #ECD6CF;
}
</style>
background-color css
<style>
a { background-color: #ECD6CF; }
a { background-color: rgb(236,214,207); }
div.DivClassName
{
background-color: #ECD6CF;
}
.BgClassName
{
background-color: #ECD6CF;
}
</style>
border-color css
<style>
span { border-color: #ECD6CF; }
span { border-color: rgb(236,214,207); }
td.TdClassName
{
border-color: #ECD6CF;
}
.TagClassName
{
border-color: #ECD6CF;
}
</style>