Shades of Green White #DADBC7
Tints of Green White #DADBC7
RGB
CMYK
RGB Variations
Color information
#DADBC7 (or 0xDADBC7) is known color: Green White. HEX triplet: DA, DB and C7. RGB value is (218,219,199). Sum of RGB (Red+Green+Blue) = 218+219+199=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBC7 is #252438. Grayscale: #D8D8D8. Windows color (decimal): -2434105 or 13097946. OLE color: 13097946.
HSL color Cylindrical-coordinate representation of color #DADBC7: hue angle of 63º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADBC7 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 199 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.14 |
| HSL | 63º | 0.22% | 0.82% | - |
| HSV(B) | 63º | 0.09% | 0.86% | - |
| XYZ | 64.55 | 69.69 | 64.08 | - |
| YUV | 216.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 199 | 0.00 | 0 | 0.09 | 0.14 | 63 | 0.22 | 0.82 |
| Hex | DA | DB | C7 | 0 | 0 | 9 | E | 3F | 16 | 52 |
| Octal | 332 | 333 | 307 | 0 | 0 | 11 | 16 | 77 | 26 | 122 |
| Binary | 11011010 | 11011011 | 11000111 | 0 | 0 | 1001 | 1110 | 111111 | 10110 | 1010010 |
Color Harmonies of #DADBC7
Complementary color
Monochromatic Colors of #DADBC7
Black with #DADBC7
Text Example
Text Example
White with #DADBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBC7; }
p { color: rgb(218,219,199); }
H1.HeaderClassName
{
color: #DADBC7;
}
.AnyTagClassName
{
color: #DADBC7;
}
</style>
background-color css
<style>
a { background-color: #DADBC7; }
a { background-color: rgb(218,219,199); }
div.DivClassName
{
background-color: #DADBC7;
}
.BgClassName
{
background-color: #DADBC7;
}
</style>
border-color css
<style>
span { border-color: #DADBC7; }
span { border-color: rgb(218,219,199); }
td.TdClassName
{
border-color: #DADBC7;
}
.TagClassName
{
border-color: #DADBC7;
}
</style>