Shades of Ebb #EEDAD6
Tints of Ebb #EEDAD6
RGB
CMYK
RGB Variations
Color information
#EEDAD6 (or 0xEEDAD6) is known color: Ebb. HEX triplet: EE, DA and D6. RGB value is (238,218,214). Sum of RGB (Red+Green+Blue) = 238+218+214=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD6 is #112529. Grayscale: #DFDFDF. Windows color (decimal): -1123626 or 14080750. OLE color: 14080750.
HSL color Cylindrical-coordinate representation of color #EEDAD6: hue angle of 10º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 214 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.07 |
| HSL | 10º | 0.41% | 0.89% | - |
| HSV(B) | 10º | 0.1% | 0.93% | - |
| XYZ | 72.47 | 73.17 | 73.92 | - |
| YUV | 223.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 214 | 0 | 0.08 | 0.10 | 0.07 | 10 | 0.41 | 0.89 |
| Hex | EE | DA | D6 | 0 | 8 | A | 7 | A | 29 | 59 |
| Octal | 356 | 332 | 326 | 0 | 10 | 12 | 7 | 12 | 51 | 131 |
| Binary | 11101110 | 11011010 | 11010110 | 0 | 1000 | 1010 | 111 | 1010 | 101001 | 1011001 |
Color Harmonies of #EEDAD6
Complementary color
Monochromatic Colors of #EEDAD6
Black with #EEDAD6
Text Example
Text Example
White with #EEDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAD6; }
p { color: rgb(238,218,214); }
H1.HeaderClassName
{
color: #EEDAD6;
}
.AnyTagClassName
{
color: #EEDAD6;
}
</style>
background-color css
<style>
a { background-color: #EEDAD6; }
a { background-color: rgb(238,218,214); }
div.DivClassName
{
background-color: #EEDAD6;
}
.BgClassName
{
background-color: #EEDAD6;
}
</style>
border-color css
<style>
span { border-color: #EEDAD6; }
span { border-color: rgb(238,218,214); }
td.TdClassName
{
border-color: #EEDAD6;
}
.TagClassName
{
border-color: #EEDAD6;
}
</style>