Shades of Ebb #E1D2CF
Tints of Ebb #E1D2CF
RGB
CMYK
RGB Variations
Color information
#E1D2CF (or 0xE1D2CF) is known color: Ebb. HEX triplet: E1, D2 and CF. RGB value is (225,210,207). Sum of RGB (Red+Green+Blue) = 225+210+207=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2CF is #1E2D30. Grayscale: #D6D6D6. Windows color (decimal): -1977649 or 13619937. OLE color: 13619937.
HSL color Cylindrical-coordinate representation of color #E1D2CF: hue angle of 10º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D2CF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 207 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.12 |
| HSL | 10º | 0.23% | 0.85% | - |
| HSV(B) | 10º | 0.08% | 0.88% | - |
| XYZ | 65.36 | 66.61 | 68.44 | - |
| YUV | 214.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 207 | 0 | 0.07 | 0.08 | 0.12 | 10 | 0.23 | 0.85 |
| Hex | E1 | D2 | CF | 0 | 7 | 8 | C | A | 17 | 55 |
| Octal | 341 | 322 | 317 | 0 | 7 | 10 | 14 | 12 | 27 | 125 |
| Binary | 11100001 | 11010010 | 11001111 | 0 | 111 | 1000 | 1100 | 1010 | 10111 | 1010101 |
Color Harmonies of #E1D2CF
Complementary color
Monochromatic Colors of #E1D2CF
Black with #E1D2CF
Text Example
Text Example
White with #E1D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2CF; }
p { color: rgb(225,210,207); }
H1.HeaderClassName
{
color: #E1D2CF;
}
.AnyTagClassName
{
color: #E1D2CF;
}
</style>
background-color css
<style>
a { background-color: #E1D2CF; }
a { background-color: rgb(225,210,207); }
div.DivClassName
{
background-color: #E1D2CF;
}
.BgClassName
{
background-color: #E1D2CF;
}
</style>
border-color css
<style>
span { border-color: #E1D2CF; }
span { border-color: rgb(225,210,207); }
td.TdClassName
{
border-color: #E1D2CF;
}
.TagClassName
{
border-color: #E1D2CF;
}
</style>