Shades of Ebb #E2CFCB
Tints of Ebb #E2CFCB
RGB
CMYK
RGB Variations
Color information
#E2CFCB (or 0xE2CFCB) is known color: Ebb. HEX triplet: E2, CF and CB. RGB value is (226,207,203). Sum of RGB (Red+Green+Blue) = 226+207+203=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFCB is #1D3034. Grayscale: #D4D4D4. Windows color (decimal): -1912885 or 13357026. OLE color: 13357026.
HSL color Cylindrical-coordinate representation of color #E2CFCB: hue angle of 10.43º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CFCB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 203 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.11 |
| HSL | 10.43º | 0.28% | 0.84% | - |
| HSV(B) | 10.43º | 0.1% | 0.89% | - |
| XYZ | 64.46 | 65.11 | 65.67 | - |
| YUV | 212.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 203 | 0 | 0.08 | 0.10 | 0.11 | 10.43 | 0.28 | 0.84 |
| Hex | E2 | CF | CB | 0 | 8 | A | B | A | 1C | 54 |
| Octal | 342 | 317 | 313 | 0 | 10 | 12 | 13 | 12 | 34 | 124 |
| Binary | 11100010 | 11001111 | 11001011 | 0 | 1000 | 1010 | 1011 | 1010 | 11100 | 1010100 |
Color Harmonies of #E2CFCB
Complementary color
Monochromatic Colors of #E2CFCB
Black with #E2CFCB
Text Example
Text Example
White with #E2CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFCB; }
p { color: rgb(226,207,203); }
H1.HeaderClassName
{
color: #E2CFCB;
}
.AnyTagClassName
{
color: #E2CFCB;
}
</style>
background-color css
<style>
a { background-color: #E2CFCB; }
a { background-color: rgb(226,207,203); }
div.DivClassName
{
background-color: #E2CFCB;
}
.BgClassName
{
background-color: #E2CFCB;
}
</style>
border-color css
<style>
span { border-color: #E2CFCB; }
span { border-color: rgb(226,207,203); }
td.TdClassName
{
border-color: #E2CFCB;
}
.TagClassName
{
border-color: #E2CFCB;
}
</style>