Shades of Bleach White #EFE1CB
Tints of Bleach White #EFE1CB
RGB
CMYK
RGB Variations
Color information
#EFE1CB (or 0xEFE1CB) is known color: Bleach White. HEX triplet: EF, E1 and CB. RGB value is (239,225,203). Sum of RGB (Red+Green+Blue) = 239+225+203=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1CB is #101E34. Grayscale: #E2E2E2. Windows color (decimal): -1056309 or 13361647. OLE color: 13361647.
HSL color Cylindrical-coordinate representation of color #EFE1CB: hue angle of 36.67º 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 #EFE1CB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 203 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.06 |
| HSL | 36.67º | 0.53% | 0.87% | - |
| HSV(B) | 36.67º | 0.15% | 0.94% | - |
| XYZ | 73.3 | 76.51 | 67.41 | - |
| YUV | 226.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 203 | 0 | 0.06 | 0.15 | 0.06 | 36.67 | 0.53 | 0.87 |
| Hex | EF | E1 | CB | 0 | 6 | F | 6 | 25 | 35 | 57 |
| Octal | 357 | 341 | 313 | 0 | 6 | 17 | 6 | 45 | 65 | 127 |
| Binary | 11101111 | 11100001 | 11001011 | 0 | 110 | 1111 | 110 | 100101 | 110101 | 1010111 |
Color Harmonies of #EFE1CB
Complementary color
Monochromatic Colors of #EFE1CB
Black with #EFE1CB
Text Example
Text Example
White with #EFE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1CB; }
p { color: rgb(239,225,203); }
H1.HeaderClassName
{
color: #EFE1CB;
}
.AnyTagClassName
{
color: #EFE1CB;
}
</style>
background-color css
<style>
a { background-color: #EFE1CB; }
a { background-color: rgb(239,225,203); }
div.DivClassName
{
background-color: #EFE1CB;
}
.BgClassName
{
background-color: #EFE1CB;
}
</style>
border-color css
<style>
span { border-color: #EFE1CB; }
span { border-color: rgb(239,225,203); }
td.TdClassName
{
border-color: #EFE1CB;
}
.TagClassName
{
border-color: #EFE1CB;
}
</style>