Shades of Ebb #E9D2CC
Tints of Ebb #E9D2CC
RGB
CMYK
RGB Variations
Color information
#E9D2CC (or 0xE9D2CC) is known color: Ebb. HEX triplet: E9, D2 and CC. RGB value is (233,210,204). Sum of RGB (Red+Green+Blue) = 233+210+204=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2CC is #162D33. Grayscale: #D8D8D8. Windows color (decimal): -1453364 or 13423337. OLE color: 13423337.
HSL color Cylindrical-coordinate representation of color #E9D2CC: hue angle of 12.41º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9D2CC is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 204 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.09 |
| HSL | 12.41º | 0.4% | 0.86% | - |
| HSV(B) | 12.41º | 0.12% | 0.91% | - |
| XYZ | 67.55 | 67.78 | 66.65 | - |
| YUV | 216.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 204 | 0 | 0.10 | 0.12 | 0.09 | 12.41 | 0.4 | 0.86 |
| Hex | E9 | D2 | CC | 0 | A | C | 9 | C | 28 | 56 |
| Octal | 351 | 322 | 314 | 0 | 12 | 14 | 11 | 14 | 50 | 126 |
| Binary | 11101001 | 11010010 | 11001100 | 0 | 1010 | 1100 | 1001 | 1100 | 101000 | 1010110 |
Color Harmonies of #E9D2CC
Complementary color
Monochromatic Colors of #E9D2CC
Black with #E9D2CC
Text Example
Text Example
White with #E9D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D2CC; }
p { color: rgb(233,210,204); }
H1.HeaderClassName
{
color: #E9D2CC;
}
.AnyTagClassName
{
color: #E9D2CC;
}
</style>
background-color css
<style>
a { background-color: #E9D2CC; }
a { background-color: rgb(233,210,204); }
div.DivClassName
{
background-color: #E9D2CC;
}
.BgClassName
{
background-color: #E9D2CC;
}
</style>
border-color css
<style>
span { border-color: #E9D2CC; }
span { border-color: rgb(233,210,204); }
td.TdClassName
{
border-color: #E9D2CC;
}
.TagClassName
{
border-color: #E9D2CC;
}
</style>