Shades of Ebb #EADCD8
Tints of Ebb #EADCD8
RGB
CMYK
RGB Variations
Color information
#EADCD8 (or 0xEADCD8) is known color: Ebb. HEX triplet: EA, DC and D8. RGB value is (234,220,216). Sum of RGB (Red+Green+Blue) = 234+220+216=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD8 is #152327. Grayscale: #DFDFDF. Windows color (decimal): -1385256 or 14212330. OLE color: 14212330.
HSL color Cylindrical-coordinate representation of color #EADCD8: hue angle of 13.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADCD8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 216 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.08 |
| HSL | 13.33º | 0.3% | 0.88% | - |
| HSV(B) | 13.33º | 0.08% | 0.92% | - |
| XYZ | 71.92 | 73.64 | 75.39 | - |
| YUV | 223.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 216 | 0 | 0.06 | 0.08 | 0.08 | 13.33 | 0.3 | 0.88 |
| Hex | EA | DC | D8 | 0 | 6 | 8 | 8 | D | 1E | 58 |
| Octal | 352 | 334 | 330 | 0 | 6 | 10 | 10 | 15 | 36 | 130 |
| Binary | 11101010 | 11011100 | 11011000 | 0 | 110 | 1000 | 1000 | 1101 | 11110 | 1011000 |
Color Harmonies of #EADCD8
Complementary color
Monochromatic Colors of #EADCD8
Black with #EADCD8
Text Example
Text Example
White with #EADCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCD8; }
p { color: rgb(234,220,216); }
H1.HeaderClassName
{
color: #EADCD8;
}
.AnyTagClassName
{
color: #EADCD8;
}
</style>
background-color css
<style>
a { background-color: #EADCD8; }
a { background-color: rgb(234,220,216); }
div.DivClassName
{
background-color: #EADCD8;
}
.BgClassName
{
background-color: #EADCD8;
}
</style>
border-color css
<style>
span { border-color: #EADCD8; }
span { border-color: rgb(234,220,216); }
td.TdClassName
{
border-color: #EADCD8;
}
.TagClassName
{
border-color: #EADCD8;
}
</style>