Shades of Bleach White #EEE2CA
Tints of Bleach White #EEE2CA
RGB
CMYK
RGB Variations
Color information
#EEE2CA (or 0xEEE2CA) is known color: Bleach White. HEX triplet: EE, E2 and CA. RGB value is (238,226,202). Sum of RGB (Red+Green+Blue) = 238+226+202=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2CA is #111D35. Grayscale: #E2E2E2. Windows color (decimal): -1121590 or 13296366. OLE color: 13296366.
HSL color Cylindrical-coordinate representation of color #EEE2CA: hue angle of 40º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE2CA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 202 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.07 |
| HSL | 40º | 0.51% | 0.86% | - |
| HSV(B) | 40º | 0.15% | 0.93% | - |
| XYZ | 73.12 | 76.83 | 66.85 | - |
| YUV | 226.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 202 | 0 | 0.05 | 0.15 | 0.07 | 40 | 0.51 | 0.86 |
| Hex | EE | E2 | CA | 0 | 5 | F | 7 | 28 | 33 | 56 |
| Octal | 356 | 342 | 312 | 0 | 5 | 17 | 7 | 50 | 63 | 126 |
| Binary | 11101110 | 11100010 | 11001010 | 0 | 101 | 1111 | 111 | 101000 | 110011 | 1010110 |
Color Harmonies of #EEE2CA
Complementary color
Monochromatic Colors of #EEE2CA
Black with #EEE2CA
Text Example
Text Example
White with #EEE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2CA; }
p { color: rgb(238,226,202); }
H1.HeaderClassName
{
color: #EEE2CA;
}
.AnyTagClassName
{
color: #EEE2CA;
}
</style>
background-color css
<style>
a { background-color: #EEE2CA; }
a { background-color: rgb(238,226,202); }
div.DivClassName
{
background-color: #EEE2CA;
}
.BgClassName
{
background-color: #EEE2CA;
}
</style>
border-color css
<style>
span { border-color: #EEE2CA; }
span { border-color: rgb(238,226,202); }
td.TdClassName
{
border-color: #EEE2CA;
}
.TagClassName
{
border-color: #EEE2CA;
}
</style>