Shades of Ebb #EAD3CE
Tints of Ebb #EAD3CE
RGB
CMYK
RGB Variations
Color information
#EAD3CE (or 0xEAD3CE) is known color: Ebb. HEX triplet: EA, D3 and CE. RGB value is (234,211,206). Sum of RGB (Red+Green+Blue) = 234+211+206=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3CE is #152C31. Grayscale: #D9D9D9. Windows color (decimal): -1387570 or 13554666. OLE color: 13554666.
HSL color Cylindrical-coordinate representation of color #EAD3CE: hue angle of 10.71º degrees, saturation: 0.4, 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 #EAD3CE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 206 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.08 |
| HSL | 10.71º | 0.4% | 0.86% | - |
| HSV(B) | 10.71º | 0.12% | 0.92% | - |
| XYZ | 68.37 | 68.54 | 68.02 | - |
| YUV | 217.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 206 | 0 | 0.10 | 0.12 | 0.08 | 10.71 | 0.4 | 0.86 |
| Hex | EA | D3 | CE | 0 | A | C | 8 | B | 28 | 56 |
| Octal | 352 | 323 | 316 | 0 | 12 | 14 | 10 | 13 | 50 | 126 |
| Binary | 11101010 | 11010011 | 11001110 | 0 | 1010 | 1100 | 1000 | 1011 | 101000 | 1010110 |
Color Harmonies of #EAD3CE
Complementary color
Monochromatic Colors of #EAD3CE
Black with #EAD3CE
Text Example
Text Example
White with #EAD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3CE; }
p { color: rgb(234,211,206); }
H1.HeaderClassName
{
color: #EAD3CE;
}
.AnyTagClassName
{
color: #EAD3CE;
}
</style>
background-color css
<style>
a { background-color: #EAD3CE; }
a { background-color: rgb(234,211,206); }
div.DivClassName
{
background-color: #EAD3CE;
}
.BgClassName
{
background-color: #EAD3CE;
}
</style>
border-color css
<style>
span { border-color: #EAD3CE; }
span { border-color: rgb(234,211,206); }
td.TdClassName
{
border-color: #EAD3CE;
}
.TagClassName
{
border-color: #EAD3CE;
}
</style>