Shades of Green White #DAD9D0
Tints of Green White #DAD9D0
RGB
CMYK
RGB Variations
Color information
#DAD9D0 (or 0xDAD9D0) is known color: Green White. HEX triplet: DA, D9 and D0. RGB value is (218,217,208). Sum of RGB (Red+Green+Blue) = 218+217+208=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D0 is #25262F. Grayscale: #D8D8D8. Windows color (decimal): -2434608 or 13687258. OLE color: 13687258.
HSL color Cylindrical-coordinate representation of color #DAD9D0: hue angle of 54º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD9D0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 217 | 208 | - |
CMYK | 0 | 0.00 | 0.05 | 0.15 |
HSL | 54º | 0.12% | 0.84% | - |
HSV(B) | 54º | 0.05% | 0.85% | - |
XYZ | 65.11 | 69.09 | 69.58 | - |
YUV | 216.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 208 | 0 | 0.00 | 0.05 | 0.15 | 54 | 0.12 | 0.84 |
Hex | DA | D9 | D0 | 0 | 0 | 5 | F | 36 | C | 54 |
Octal | 332 | 331 | 320 | 0 | 0 | 5 | 17 | 66 | 14 | 124 |
Binary | 11011010 | 11011001 | 11010000 | 0 | 0 | 101 | 1111 | 110110 | 1100 | 1010100 |
Color Harmonies of #DAD9D0
Complementary color
Monochromatic Colors of #DAD9D0
Black with #DAD9D0
Text Example
Text Example
White with #DAD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9D0; }
p { color: rgb(218,217,208); }
H1.HeaderClassName
{
color: #DAD9D0;
}
.AnyTagClassName
{
color: #DAD9D0;
}
</style>
background-color css
<style>
a { background-color: #DAD9D0; }
a { background-color: rgb(218,217,208); }
div.DivClassName
{
background-color: #DAD9D0;
}
.BgClassName
{
background-color: #DAD9D0;
}
</style>
border-color css
<style>
span { border-color: #DAD9D0; }
span { border-color: rgb(218,217,208); }
td.TdClassName
{
border-color: #DAD9D0;
}
.TagClassName
{
border-color: #DAD9D0;
}
</style>