Shades of Vista White #E3DCD3
Tints of Vista White #E3DCD3
RGB
CMYK
RGB Variations
Color information
#E3DCD3 (or 0xE3DCD3) is known color: Vista White. HEX triplet: E3, DC and D3. RGB value is (227,220,211). Sum of RGB (Red+Green+Blue) = 227+220+211=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCD3 is #1C232C. Grayscale: #DDDDDD. Windows color (decimal): -1844013 or 13884643. OLE color: 13884643.
HSL color Cylindrical-coordinate representation of color #E3DCD3: hue angle of 33.75º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3DCD3 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 211 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.11 |
| HSL | 33.75º | 0.22% | 0.86% | - |
| HSV(B) | 33.75º | 0.07% | 0.89% | - |
| XYZ | 69.03 | 72.22 | 71.93 | - |
| YUV | 221.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 211 | 0 | 0.03 | 0.07 | 0.11 | 33.75 | 0.22 | 0.86 |
| Hex | E3 | DC | D3 | 0 | 3 | 7 | B | 22 | 16 | 56 |
| Octal | 343 | 334 | 323 | 0 | 3 | 7 | 13 | 42 | 26 | 126 |
| Binary | 11100011 | 11011100 | 11010011 | 0 | 11 | 111 | 1011 | 100010 | 10110 | 1010110 |
Color Harmonies of #E3DCD3
Complementary color
Monochromatic Colors of #E3DCD3
Black with #E3DCD3
Text Example
Text Example
White with #E3DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCD3; }
p { color: rgb(227,220,211); }
H1.HeaderClassName
{
color: #E3DCD3;
}
.AnyTagClassName
{
color: #E3DCD3;
}
</style>
background-color css
<style>
a { background-color: #E3DCD3; }
a { background-color: rgb(227,220,211); }
div.DivClassName
{
background-color: #E3DCD3;
}
.BgClassName
{
background-color: #E3DCD3;
}
</style>
border-color css
<style>
span { border-color: #E3DCD3; }
span { border-color: rgb(227,220,211); }
td.TdClassName
{
border-color: #E3DCD3;
}
.TagClassName
{
border-color: #E3DCD3;
}
</style>