Shades of Ebb #EAD4CF
Tints of Ebb #EAD4CF
RGB
CMYK
RGB Variations
Color information
#EAD4CF (or 0xEAD4CF) is known color: Ebb. HEX triplet: EA, D4 and CF. RGB value is (234,212,207). Sum of RGB (Red+Green+Blue) = 234+212+207=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4CF is #152B30. Grayscale: #DADADA. Windows color (decimal): -1387313 or 13620458. OLE color: 13620458.
HSL color Cylindrical-coordinate representation of color #EAD4CF: hue angle of 11.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD4CF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 207 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.08 |
| HSL | 11.11º | 0.39% | 0.86% | - |
| HSV(B) | 11.11º | 0.12% | 0.92% | - |
| XYZ | 68.74 | 69.08 | 68.74 | - |
| YUV | 218.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 207 | 0 | 0.09 | 0.12 | 0.08 | 11.11 | 0.39 | 0.86 |
| Hex | EA | D4 | CF | 0 | 9 | C | 8 | B | 27 | 56 |
| Octal | 352 | 324 | 317 | 0 | 11 | 14 | 10 | 13 | 47 | 126 |
| Binary | 11101010 | 11010100 | 11001111 | 0 | 1001 | 1100 | 1000 | 1011 | 100111 | 1010110 |
Color Harmonies of #EAD4CF
Complementary color
Monochromatic Colors of #EAD4CF
Black with #EAD4CF
Text Example
Text Example
White with #EAD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4CF; }
p { color: rgb(234,212,207); }
H1.HeaderClassName
{
color: #EAD4CF;
}
.AnyTagClassName
{
color: #EAD4CF;
}
</style>
background-color css
<style>
a { background-color: #EAD4CF; }
a { background-color: rgb(234,212,207); }
div.DivClassName
{
background-color: #EAD4CF;
}
.BgClassName
{
background-color: #EAD4CF;
}
</style>
border-color css
<style>
span { border-color: #EAD4CF; }
span { border-color: rgb(234,212,207); }
td.TdClassName
{
border-color: #EAD4CF;
}
.TagClassName
{
border-color: #EAD4CF;
}
</style>