Shades of Vista White #DFDDD9
Tints of Vista White #DFDDD9
RGB
CMYK
RGB Variations
Color information
#DFDDD9 (or 0xDFDDD9) is known color: Vista White. HEX triplet: DF, DD and D9. RGB value is (223,221,217). Sum of RGB (Red+Green+Blue) = 223+221+217=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDD9 is #202226. Grayscale: #DDDDDD. Windows color (decimal): -2105895 or 14278111. OLE color: 14278111.
HSL color Cylindrical-coordinate representation of color #DFDDD9: hue angle of 40º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDDD9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 217 | - |
CMYK | 0 | 0.01 | 0.03 | 0.13 |
HSL | 40º | 0.09% | 0.86% | - |
HSV(B) | 40º | 0.03% | 0.87% | - |
XYZ | 68.81 | 72.41 | 76 | - |
YUV | 221.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 217 | 0 | 0.01 | 0.03 | 0.13 | 40 | 0.09 | 0.86 |
Hex | DF | DD | D9 | 0 | 1 | 3 | D | 28 | 9 | 56 |
Octal | 337 | 335 | 331 | 0 | 1 | 3 | 15 | 50 | 11 | 126 |
Binary | 11011111 | 11011101 | 11011001 | 0 | 1 | 11 | 1101 | 101000 | 1001 | 1010110 |
Color Harmonies of #DFDDD9
Complementary color
Monochromatic Colors of #DFDDD9
Black with #DFDDD9
Text Example
Text Example
White with #DFDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDD9; }
p { color: rgb(223,221,217); }
H1.HeaderClassName
{
color: #DFDDD9;
}
.AnyTagClassName
{
color: #DFDDD9;
}
</style>
background-color css
<style>
a { background-color: #DFDDD9; }
a { background-color: rgb(223,221,217); }
div.DivClassName
{
background-color: #DFDDD9;
}
.BgClassName
{
background-color: #DFDDD9;
}
</style>
border-color css
<style>
span { border-color: #DFDDD9; }
span { border-color: rgb(223,221,217); }
td.TdClassName
{
border-color: #DFDDD9;
}
.TagClassName
{
border-color: #DFDDD9;
}
</style>