Shades of Bleach White #E9DFCD
Tints of Bleach White #E9DFCD
RGB
CMYK
RGB Variations
Color information
#E9DFCD (or 0xE9DFCD) is known color: Bleach White. HEX triplet: E9, DF and CD. RGB value is (233,223,205). Sum of RGB (Red+Green+Blue) = 233+223+205=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFCD is #162032. Grayscale: #E0E0E0. Windows color (decimal): -1450035 or 13492201. OLE color: 13492201.
HSL color Cylindrical-coordinate representation of color #E9DFCD: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DFCD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 223 | 205 | - |
CMYK | 0 | 0.04 | 0.12 | 0.09 |
HSL | 38.57º | 0.39% | 0.86% | - |
HSV(B) | 38.57º | 0.12% | 0.91% | - |
XYZ | 71.01 | 74.51 | 68.4 | - |
YUV | 223.94 | 117.31 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 223 | 205 | 0 | 0.04 | 0.12 | 0.09 | 38.57 | 0.39 | 0.86 |
Hex | E9 | DF | CD | 0 | 4 | C | 9 | 27 | 27 | 56 |
Octal | 351 | 337 | 315 | 0 | 4 | 14 | 11 | 47 | 47 | 126 |
Binary | 11101001 | 11011111 | 11001101 | 0 | 100 | 1100 | 1001 | 100111 | 100111 | 1010110 |
Color Harmonies of #E9DFCD
Complementary color
Monochromatic Colors of #E9DFCD
Black with #E9DFCD
Text Example
Text Example
White with #E9DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFCD; }
p { color: rgb(233,223,205); }
H1.HeaderClassName
{
color: #E9DFCD;
}
.AnyTagClassName
{
color: #E9DFCD;
}
</style>
background-color css
<style>
a { background-color: #E9DFCD; }
a { background-color: rgb(233,223,205); }
div.DivClassName
{
background-color: #E9DFCD;
}
.BgClassName
{
background-color: #E9DFCD;
}
</style>
border-color css
<style>
span { border-color: #E9DFCD; }
span { border-color: rgb(233,223,205); }
td.TdClassName
{
border-color: #E9DFCD;
}
.TagClassName
{
border-color: #E9DFCD;
}
</style>