Shades of Ebb #EED6CF
Tints of Ebb #EED6CF
RGB
CMYK
RGB Variations
Color information
#EED6CF (or 0xEED6CF) is known color: Ebb. HEX triplet: EE, D6 and CF. RGB value is (238,214,207). Sum of RGB (Red+Green+Blue) = 238+214+207=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CF is #112930. Grayscale: #DCDCDC. Windows color (decimal): -1124657 or 13620974. OLE color: 13620974.
HSL color Cylindrical-coordinate representation of color #EED6CF: hue angle of 13.55º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED6CF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 207 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.07 |
| HSL | 13.55º | 0.48% | 0.87% | - |
| HSV(B) | 13.55º | 0.13% | 0.93% | - |
| XYZ | 70.57 | 70.78 | 68.97 | - |
| YUV | 220.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 207 | 0 | 0.10 | 0.13 | 0.07 | 13.55 | 0.48 | 0.87 |
| Hex | EE | D6 | CF | 0 | A | D | 7 | E | 30 | 57 |
| Octal | 356 | 326 | 317 | 0 | 12 | 15 | 7 | 16 | 60 | 127 |
| Binary | 11101110 | 11010110 | 11001111 | 0 | 1010 | 1101 | 111 | 1110 | 110000 | 1010111 |
Color Harmonies of #EED6CF
Complementary color
Monochromatic Colors of #EED6CF
Black with #EED6CF
Text Example
Text Example
White with #EED6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6CF; }
p { color: rgb(238,214,207); }
H1.HeaderClassName
{
color: #EED6CF;
}
.AnyTagClassName
{
color: #EED6CF;
}
</style>
background-color css
<style>
a { background-color: #EED6CF; }
a { background-color: rgb(238,214,207); }
div.DivClassName
{
background-color: #EED6CF;
}
.BgClassName
{
background-color: #EED6CF;
}
</style>
border-color css
<style>
span { border-color: #EED6CF; }
span { border-color: rgb(238,214,207); }
td.TdClassName
{
border-color: #EED6CF;
}
.TagClassName
{
border-color: #EED6CF;
}
</style>