Shades of Ebb #EADFDC
Tints of Ebb #EADFDC
RGB
CMYK
RGB Variations
Color information
#EADFDC (or 0xEADFDC) is known color: Ebb. HEX triplet: EA, DF and DC. RGB value is (234,223,220). Sum of RGB (Red+Green+Blue) = 234+223+220=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFDC is #152023. Grayscale: #E1E1E1. Windows color (decimal): -1384484 or 14475242. OLE color: 14475242.
HSL color Cylindrical-coordinate representation of color #EADFDC: hue angle of 12.86º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADFDC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 220 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.08 |
| HSL | 12.86º | 0.25% | 0.89% | - |
| HSV(B) | 12.86º | 0.06% | 0.92% | - |
| XYZ | 73.24 | 75.44 | 78.41 | - |
| YUV | 225.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 220 | 0 | 0.05 | 0.06 | 0.08 | 12.86 | 0.25 | 0.89 |
| Hex | EA | DF | DC | 0 | 5 | 6 | 8 | D | 19 | 59 |
| Octal | 352 | 337 | 334 | 0 | 5 | 6 | 10 | 15 | 31 | 131 |
| Binary | 11101010 | 11011111 | 11011100 | 0 | 101 | 110 | 1000 | 1101 | 11001 | 1011001 |
Color Harmonies of #EADFDC
Complementary color
Monochromatic Colors of #EADFDC
Black with #EADFDC
Text Example
Text Example
White with #EADFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFDC; }
p { color: rgb(234,223,220); }
H1.HeaderClassName
{
color: #EADFDC;
}
.AnyTagClassName
{
color: #EADFDC;
}
</style>
background-color css
<style>
a { background-color: #EADFDC; }
a { background-color: rgb(234,223,220); }
div.DivClassName
{
background-color: #EADFDC;
}
.BgClassName
{
background-color: #EADFDC;
}
</style>
border-color css
<style>
span { border-color: #EADFDC; }
span { border-color: rgb(234,223,220); }
td.TdClassName
{
border-color: #EADFDC;
}
.TagClassName
{
border-color: #EADFDC;
}
</style>