Shades of Bleach White #EEE0CB
Tints of Bleach White #EEE0CB
RGB
CMYK
RGB Variations
Color information
#EEE0CB (or 0xEEE0CB) is known color: Bleach White. HEX triplet: EE, E0 and CB. RGB value is (238,224,203). Sum of RGB (Red+Green+Blue) = 238+224+203=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0CB is #111F34. Grayscale: #E1E1E1. Windows color (decimal): -1122101 or 13361390. OLE color: 13361390.
HSL color Cylindrical-coordinate representation of color #EEE0CB: hue angle of 36º 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 #EEE0CB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 203 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.07 |
| HSL | 36º | 0.51% | 0.86% | - |
| HSV(B) | 36º | 0.15% | 0.93% | - |
| XYZ | 72.7 | 75.8 | 67.3 | - |
| YUV | 225.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 203 | 0 | 0.06 | 0.15 | 0.07 | 36 | 0.51 | 0.86 |
| Hex | EE | E0 | CB | 0 | 6 | F | 7 | 24 | 33 | 56 |
| Octal | 356 | 340 | 313 | 0 | 6 | 17 | 7 | 44 | 63 | 126 |
| Binary | 11101110 | 11100000 | 11001011 | 0 | 110 | 1111 | 111 | 100100 | 110011 | 1010110 |
Color Harmonies of #EEE0CB
Complementary color
Monochromatic Colors of #EEE0CB
Black with #EEE0CB
Text Example
Text Example
White with #EEE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0CB; }
p { color: rgb(238,224,203); }
H1.HeaderClassName
{
color: #EEE0CB;
}
.AnyTagClassName
{
color: #EEE0CB;
}
</style>
background-color css
<style>
a { background-color: #EEE0CB; }
a { background-color: rgb(238,224,203); }
div.DivClassName
{
background-color: #EEE0CB;
}
.BgClassName
{
background-color: #EEE0CB;
}
</style>
border-color css
<style>
span { border-color: #EEE0CB; }
span { border-color: rgb(238,224,203); }
td.TdClassName
{
border-color: #EEE0CB;
}
.TagClassName
{
border-color: #EEE0CB;
}
</style>