Shades of Bleach White #EEE3CB
Tints of Bleach White #EEE3CB
RGB
CMYK
RGB Variations
Color information
#EEE3CB (or 0xEEE3CB) is known color: Bleach White. HEX triplet: EE, E3 and CB. RGB value is (238,227,203). Sum of RGB (Red+Green+Blue) = 238+227+203=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3CB is #111C34. Grayscale: #E3E3E3. Windows color (decimal): -1121333 or 13362158. OLE color: 13362158.
HSL color Cylindrical-coordinate representation of color #EEE3CB: hue angle of 41.14º 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 #EEE3CB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 203 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.07 |
| HSL | 41.14º | 0.51% | 0.86% | - |
| HSV(B) | 41.14º | 0.15% | 0.93% | - |
| XYZ | 73.51 | 77.43 | 67.57 | - |
| YUV | 227.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 203 | 0 | 0.05 | 0.15 | 0.07 | 41.14 | 0.51 | 0.86 |
| Hex | EE | E3 | CB | 0 | 5 | F | 7 | 29 | 33 | 56 |
| Octal | 356 | 343 | 313 | 0 | 5 | 17 | 7 | 51 | 63 | 126 |
| Binary | 11101110 | 11100011 | 11001011 | 0 | 101 | 1111 | 111 | 101001 | 110011 | 1010110 |
Color Harmonies of #EEE3CB
Complementary color
Monochromatic Colors of #EEE3CB
Black with #EEE3CB
Text Example
Text Example
White with #EEE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3CB; }
p { color: rgb(238,227,203); }
H1.HeaderClassName
{
color: #EEE3CB;
}
.AnyTagClassName
{
color: #EEE3CB;
}
</style>
background-color css
<style>
a { background-color: #EEE3CB; }
a { background-color: rgb(238,227,203); }
div.DivClassName
{
background-color: #EEE3CB;
}
.BgClassName
{
background-color: #EEE3CB;
}
</style>
border-color css
<style>
span { border-color: #EEE3CB; }
span { border-color: rgb(238,227,203); }
td.TdClassName
{
border-color: #EEE3CB;
}
.TagClassName
{
border-color: #EEE3CB;
}
</style>