Shades of Ebb #EAD7D3
Tints of Ebb #EAD7D3
RGB
CMYK
RGB Variations
Color information
#EAD7D3 (or 0xEAD7D3) is known color: Ebb. HEX triplet: EA, D7 and D3. RGB value is (234,215,211). Sum of RGB (Red+Green+Blue) = 234+215+211=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7D3 is #15282C. Grayscale: #DCDCDC. Windows color (decimal): -1386541 or 13883370. OLE color: 13883370.
HSL color Cylindrical-coordinate representation of color #EAD7D3: hue angle of 10.43º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD7D3 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 211 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.08 |
| HSL | 10.43º | 0.35% | 0.87% | - |
| HSV(B) | 10.43º | 0.1% | 0.92% | - |
| XYZ | 69.99 | 70.8 | 71.6 | - |
| YUV | 220.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 211 | 0 | 0.08 | 0.10 | 0.08 | 10.43 | 0.35 | 0.87 |
| Hex | EA | D7 | D3 | 0 | 8 | A | 8 | A | 23 | 57 |
| Octal | 352 | 327 | 323 | 0 | 10 | 12 | 10 | 12 | 43 | 127 |
| Binary | 11101010 | 11010111 | 11010011 | 0 | 1000 | 1010 | 1000 | 1010 | 100011 | 1010111 |
Color Harmonies of #EAD7D3
Complementary color
Monochromatic Colors of #EAD7D3
Black with #EAD7D3
Text Example
Text Example
White with #EAD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7D3; }
p { color: rgb(234,215,211); }
H1.HeaderClassName
{
color: #EAD7D3;
}
.AnyTagClassName
{
color: #EAD7D3;
}
</style>
background-color css
<style>
a { background-color: #EAD7D3; }
a { background-color: rgb(234,215,211); }
div.DivClassName
{
background-color: #EAD7D3;
}
.BgClassName
{
background-color: #EAD7D3;
}
</style>
border-color css
<style>
span { border-color: #EAD7D3; }
span { border-color: rgb(234,215,211); }
td.TdClassName
{
border-color: #EAD7D3;
}
.TagClassName
{
border-color: #EAD7D3;
}
</style>