Shades of Vista White #DDDCDA
Tints of Vista White #DDDCDA
RGB
CMYK
RGB Variations
Color information
#DDDCDA (or 0xDDDCDA) is known color: Vista White. HEX triplet: DD, DC and DA. RGB value is (221,220,218). Sum of RGB (Red+Green+Blue) = 221+220+218=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDA is #222325. Grayscale: #DCDCDC. Windows color (decimal): -2237222 or 14343389. OLE color: 14343389.
HSL color Cylindrical-coordinate representation of color #DDDCDA: hue angle of 40º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDCDA is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 218 | - |
CMYK | 0 | 0.00 | 0.01 | 0.13 |
HSL | 40º | 0.04% | 0.86% | - |
HSV(B) | 40º | 0.01% | 0.87% | - |
XYZ | 68.07 | 71.62 | 76.57 | - |
YUV | 220.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 218 | 0 | 0.00 | 0.01 | 0.13 | 40 | 0.04 | 0.86 |
Hex | DD | DC | DA | 0 | 0 | 1 | D | 28 | 4 | 56 |
Octal | 335 | 334 | 332 | 0 | 0 | 1 | 15 | 50 | 4 | 126 |
Binary | 11011101 | 11011100 | 11011010 | 0 | 0 | 1 | 1101 | 101000 | 100 | 1010110 |
Color Harmonies of #DDDCDA
Complementary color
Monochromatic Colors of #DDDCDA
Black with #DDDCDA
Text Example
Text Example
White with #DDDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCDA; }
p { color: rgb(221,220,218); }
H1.HeaderClassName
{
color: #DDDCDA;
}
.AnyTagClassName
{
color: #DDDCDA;
}
</style>
background-color css
<style>
a { background-color: #DDDCDA; }
a { background-color: rgb(221,220,218); }
div.DivClassName
{
background-color: #DDDCDA;
}
.BgClassName
{
background-color: #DDDCDA;
}
</style>
border-color css
<style>
span { border-color: #DDDCDA; }
span { border-color: rgb(221,220,218); }
td.TdClassName
{
border-color: #DDDCDA;
}
.TagClassName
{
border-color: #DDDCDA;
}
</style>