Shades of Bleach White #EEE3CC
Tints of Bleach White #EEE3CC
RGB
CMYK
RGB Variations
Color information
#EEE3CC (or 0xEEE3CC) is known color: Bleach White. HEX triplet: EE, E3 and CC. RGB value is (238,227,204). Sum of RGB (Red+Green+Blue) = 238+227+204=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3CC is #111C33. Grayscale: #E3E3E3. Windows color (decimal): -1121332 or 13427694. OLE color: 13427694.
HSL color Cylindrical-coordinate representation of color #EEE3CC: hue angle of 40.59º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEE3CC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 204 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.07 |
| HSL | 40.59º | 0.5% | 0.87% | - |
| HSV(B) | 40.59º | 0.14% | 0.93% | - |
| XYZ | 73.63 | 77.47 | 68.2 | - |
| YUV | 227.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 204 | 0 | 0.05 | 0.14 | 0.07 | 40.59 | 0.5 | 0.87 |
| Hex | EE | E3 | CC | 0 | 5 | E | 7 | 29 | 32 | 57 |
| Octal | 356 | 343 | 314 | 0 | 5 | 16 | 7 | 51 | 62 | 127 |
| Binary | 11101110 | 11100011 | 11001100 | 0 | 101 | 1110 | 111 | 101001 | 110010 | 1010111 |
Color Harmonies of #EEE3CC
Complementary color
Monochromatic Colors of #EEE3CC
Black with #EEE3CC
Text Example
Text Example
White with #EEE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3CC; }
p { color: rgb(238,227,204); }
H1.HeaderClassName
{
color: #EEE3CC;
}
.AnyTagClassName
{
color: #EEE3CC;
}
</style>
background-color css
<style>
a { background-color: #EEE3CC; }
a { background-color: rgb(238,227,204); }
div.DivClassName
{
background-color: #EEE3CC;
}
.BgClassName
{
background-color: #EEE3CC;
}
</style>
border-color css
<style>
span { border-color: #EEE3CC; }
span { border-color: rgb(238,227,204); }
td.TdClassName
{
border-color: #EEE3CC;
}
.TagClassName
{
border-color: #EEE3CC;
}
</style>