Shades of Bleach White #EFE2CD
Tints of Bleach White #EFE2CD
RGB
CMYK
RGB Variations
Color information
#EFE2CD (or 0xEFE2CD) is known color: Bleach White. HEX triplet: EF, E2 and CD. RGB value is (239,226,205). Sum of RGB (Red+Green+Blue) = 239+226+205=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2CD is #101D32. Grayscale: #E3E3E3. Windows color (decimal): -1056051 or 13492975. OLE color: 13492975.
HSL color Cylindrical-coordinate representation of color #EFE2CD: hue angle of 37.06º degrees, saturation: 0.52, 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 #EFE2CD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 205 | - |
CMYK | 0 | 0.05 | 0.14 | 0.06 |
HSL | 37.06º | 0.52% | 0.87% | - |
HSV(B) | 37.06º | 0.14% | 0.94% | - |
XYZ | 73.81 | 77.15 | 68.76 | - |
YUV | 227.49 | 115.31 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 205 | 0 | 0.05 | 0.14 | 0.06 | 37.06 | 0.52 | 0.87 |
Hex | EF | E2 | CD | 0 | 5 | E | 6 | 25 | 34 | 57 |
Octal | 357 | 342 | 315 | 0 | 5 | 16 | 6 | 45 | 64 | 127 |
Binary | 11101111 | 11100010 | 11001101 | 0 | 101 | 1110 | 110 | 100101 | 110100 | 1010111 |
Color Harmonies of #EFE2CD
Complementary color
Monochromatic Colors of #EFE2CD
Black with #EFE2CD
Text Example
Text Example
White with #EFE2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2CD; }
p { color: rgb(239,226,205); }
H1.HeaderClassName
{
color: #EFE2CD;
}
.AnyTagClassName
{
color: #EFE2CD;
}
</style>
background-color css
<style>
a { background-color: #EFE2CD; }
a { background-color: rgb(239,226,205); }
div.DivClassName
{
background-color: #EFE2CD;
}
.BgClassName
{
background-color: #EFE2CD;
}
</style>
border-color css
<style>
span { border-color: #EFE2CD; }
span { border-color: rgb(239,226,205); }
td.TdClassName
{
border-color: #EFE2CD;
}
.TagClassName
{
border-color: #EFE2CD;
}
</style>