Shades of Vista White #E6DFD4
Tints of Vista White #E6DFD4
RGB
CMYK
RGB Variations
Color information
#E6DFD4 (or 0xE6DFD4) is known color: Vista White. HEX triplet: E6, DF and D4. RGB value is (230,223,212). Sum of RGB (Red+Green+Blue) = 230+223+212=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFD4 is #19202B. Grayscale: #DFDFDF. Windows color (decimal): -1646636 or 13950950. OLE color: 13950950.
HSL color Cylindrical-coordinate representation of color #E6DFD4: hue angle of 36.67º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DFD4 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 212 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.10 |
| HSL | 36.67º | 0.26% | 0.87% | - |
| HSV(B) | 36.67º | 0.08% | 0.9% | - |
| XYZ | 70.9 | 74.35 | 72.9 | - |
| YUV | 223.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 212 | 0 | 0.03 | 0.08 | 0.10 | 36.67 | 0.26 | 0.87 |
| Hex | E6 | DF | D4 | 0 | 3 | 8 | A | 25 | 1A | 57 |
| Octal | 346 | 337 | 324 | 0 | 3 | 10 | 12 | 45 | 32 | 127 |
| Binary | 11100110 | 11011111 | 11010100 | 0 | 11 | 1000 | 1010 | 100101 | 11010 | 1010111 |
Color Harmonies of #E6DFD4
Complementary color
Monochromatic Colors of #E6DFD4
Black with #E6DFD4
Text Example
Text Example
White with #E6DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFD4; }
p { color: rgb(230,223,212); }
H1.HeaderClassName
{
color: #E6DFD4;
}
.AnyTagClassName
{
color: #E6DFD4;
}
</style>
background-color css
<style>
a { background-color: #E6DFD4; }
a { background-color: rgb(230,223,212); }
div.DivClassName
{
background-color: #E6DFD4;
}
.BgClassName
{
background-color: #E6DFD4;
}
</style>
border-color css
<style>
span { border-color: #E6DFD4; }
span { border-color: rgb(230,223,212); }
td.TdClassName
{
border-color: #E6DFD4;
}
.TagClassName
{
border-color: #E6DFD4;
}
</style>