Shades of Bleach White #EFE2CE
Tints of Bleach White #EFE2CE
RGB
CMYK
RGB Variations
Color information
#EFE2CE (or 0xEFE2CE) is known color: Bleach White. HEX triplet: EF, E2 and CE. RGB value is (239,226,206). Sum of RGB (Red+Green+Blue) = 239+226+206=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CE is #101D31. Grayscale: #E3E3E3. Windows color (decimal): -1056050 or 13558511. OLE color: 13558511.
HSL color Cylindrical-coordinate representation of color #EFE2CE: hue angle of 36.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE2CE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 206 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.06 |
| HSL | 36.36º | 0.51% | 0.87% | - |
| HSV(B) | 36.36º | 0.14% | 0.94% | - |
| XYZ | 73.93 | 77.2 | 69.4 | - |
| YUV | 227.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 206 | 0 | 0.05 | 0.14 | 0.06 | 36.36 | 0.51 | 0.87 |
| Hex | EF | E2 | CE | 0 | 5 | E | 6 | 24 | 33 | 57 |
| Octal | 357 | 342 | 316 | 0 | 5 | 16 | 6 | 44 | 63 | 127 |
| Binary | 11101111 | 11100010 | 11001110 | 0 | 101 | 1110 | 110 | 100100 | 110011 | 1010111 |
Color Harmonies of #EFE2CE
Complementary color
Monochromatic Colors of #EFE2CE
Black with #EFE2CE
Text Example
Text Example
White with #EFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2CE; }
p { color: rgb(239,226,206); }
H1.HeaderClassName
{
color: #EFE2CE;
}
.AnyTagClassName
{
color: #EFE2CE;
}
</style>
background-color css
<style>
a { background-color: #EFE2CE; }
a { background-color: rgb(239,226,206); }
div.DivClassName
{
background-color: #EFE2CE;
}
.BgClassName
{
background-color: #EFE2CE;
}
</style>
border-color css
<style>
span { border-color: #EFE2CE; }
span { border-color: rgb(239,226,206); }
td.TdClassName
{
border-color: #EFE2CE;
}
.TagClassName
{
border-color: #EFE2CE;
}
</style>