Shades of Albescent White #E2DCCB
Tints of Albescent White #E2DCCB
RGB
CMYK
RGB Variations
Color information
#E2DCCB (or 0xE2DCCB) is known color: Albescent White. HEX triplet: E2, DC and CB. RGB value is (226,220,203). Sum of RGB (Red+Green+Blue) = 226+220+203=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCB is #1D2334. Grayscale: #DBDBDB. Windows color (decimal): -1909557 or 13360354. OLE color: 13360354.
HSL color Cylindrical-coordinate representation of color #E2DCCB: hue angle of 44.35º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DCCB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 203 | - |
CMYK | 0 | 0.03 | 0.10 | 0.11 |
HSL | 44.35º | 0.28% | 0.84% | - |
HSV(B) | 44.35º | 0.1% | 0.89% | - |
XYZ | 67.74 | 71.67 | 66.76 | - |
YUV | 219.86 | 118.49 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 203 | 0 | 0.03 | 0.10 | 0.11 | 44.35 | 0.28 | 0.84 |
Hex | E2 | DC | CB | 0 | 3 | A | B | 2C | 1C | 54 |
Octal | 342 | 334 | 313 | 0 | 3 | 12 | 13 | 54 | 34 | 124 |
Binary | 11100010 | 11011100 | 11001011 | 0 | 11 | 1010 | 1011 | 101100 | 11100 | 1010100 |
Color Harmonies of #E2DCCB
Complementary color
Monochromatic Colors of #E2DCCB
Black with #E2DCCB
Text Example
Text Example
White with #E2DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCCB; }
p { color: rgb(226,220,203); }
H1.HeaderClassName
{
color: #E2DCCB;
}
.AnyTagClassName
{
color: #E2DCCB;
}
</style>
background-color css
<style>
a { background-color: #E2DCCB; }
a { background-color: rgb(226,220,203); }
div.DivClassName
{
background-color: #E2DCCB;
}
.BgClassName
{
background-color: #E2DCCB;
}
</style>
border-color css
<style>
span { border-color: #E2DCCB; }
span { border-color: rgb(226,220,203); }
td.TdClassName
{
border-color: #E2DCCB;
}
.TagClassName
{
border-color: #E2DCCB;
}
</style>