Shades of Bleach White #EFE3CB
Tints of Bleach White #EFE3CB
RGB
CMYK
RGB Variations
Color information
#EFE3CB (or 0xEFE3CB) is known color: Bleach White. HEX triplet: EF, E3 and CB. RGB value is (239,227,203). Sum of RGB (Red+Green+Blue) = 239+227+203=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3CB is #101C34. Grayscale: #E3E3E3. Windows color (decimal): -1055797 or 13362159. OLE color: 13362159.
HSL color Cylindrical-coordinate representation of color #EFE3CB: hue angle of 40º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE3CB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 203 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.06 |
| HSL | 40º | 0.53% | 0.87% | - |
| HSV(B) | 40º | 0.15% | 0.94% | - |
| XYZ | 73.85 | 77.6 | 67.59 | - |
| YUV | 227.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 203 | 0 | 0.05 | 0.15 | 0.06 | 40 | 0.53 | 0.87 |
| Hex | EF | E3 | CB | 0 | 5 | F | 6 | 28 | 35 | 57 |
| Octal | 357 | 343 | 313 | 0 | 5 | 17 | 6 | 50 | 65 | 127 |
| Binary | 11101111 | 11100011 | 11001011 | 0 | 101 | 1111 | 110 | 101000 | 110101 | 1010111 |
Color Harmonies of #EFE3CB
Complementary color
Monochromatic Colors of #EFE3CB
Black with #EFE3CB
Text Example
Text Example
White with #EFE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3CB; }
p { color: rgb(239,227,203); }
H1.HeaderClassName
{
color: #EFE3CB;
}
.AnyTagClassName
{
color: #EFE3CB;
}
</style>
background-color css
<style>
a { background-color: #EFE3CB; }
a { background-color: rgb(239,227,203); }
div.DivClassName
{
background-color: #EFE3CB;
}
.BgClassName
{
background-color: #EFE3CB;
}
</style>
border-color css
<style>
span { border-color: #EFE3CB; }
span { border-color: rgb(239,227,203); }
td.TdClassName
{
border-color: #EFE3CB;
}
.TagClassName
{
border-color: #EFE3CB;
}
</style>