Shades of Vista White #DEDCD9
Tints of Vista White #DEDCD9
RGB
CMYK
RGB Variations
Color information
#DEDCD9 (or 0xDEDCD9) is known color: Vista White. HEX triplet: DE, DC and D9. RGB value is (222,220,217). Sum of RGB (Red+Green+Blue) = 222+220+217=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCD9 is #212326. Grayscale: #DCDCDC. Windows color (decimal): -2171687 or 14277854. OLE color: 14277854.
HSL color Cylindrical-coordinate representation of color #DEDCD9: hue angle of 36º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDCD9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 217 | - |
CMYK | 0 | 0.01 | 0.02 | 0.13 |
HSL | 36º | 0.07% | 0.86% | - |
HSV(B) | 36º | 0.02% | 0.87% | - |
XYZ | 68.24 | 71.73 | 75.89 | - |
YUV | 220.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 217 | 0 | 0.01 | 0.02 | 0.13 | 36 | 0.07 | 0.86 |
Hex | DE | DC | D9 | 0 | 1 | 2 | D | 24 | 7 | 56 |
Octal | 336 | 334 | 331 | 0 | 1 | 2 | 15 | 44 | 7 | 126 |
Binary | 11011110 | 11011100 | 11011001 | 0 | 1 | 10 | 1101 | 100100 | 111 | 1010110 |
Color Harmonies of #DEDCD9
Complementary color
Monochromatic Colors of #DEDCD9
Black with #DEDCD9
Text Example
Text Example
White with #DEDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCD9; }
p { color: rgb(222,220,217); }
H1.HeaderClassName
{
color: #DEDCD9;
}
.AnyTagClassName
{
color: #DEDCD9;
}
</style>
background-color css
<style>
a { background-color: #DEDCD9; }
a { background-color: rgb(222,220,217); }
div.DivClassName
{
background-color: #DEDCD9;
}
.BgClassName
{
background-color: #DEDCD9;
}
</style>
border-color css
<style>
span { border-color: #DEDCD9; }
span { border-color: rgb(222,220,217); }
td.TdClassName
{
border-color: #DEDCD9;
}
.TagClassName
{
border-color: #DEDCD9;
}
</style>