Shades of Green White #DADAC7
Tints of Green White #DADAC7
RGB
CMYK
RGB Variations
Color information
#DADAC7 (or 0xDADAC7) is known color: Green White. HEX triplet: DA, DA and C7. RGB value is (218,218,199). Sum of RGB (Red+Green+Blue) = 218+218+199=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC7 is #252538. Grayscale: #D7D7D7. Windows color (decimal): -2434361 or 13097690. OLE color: 13097690.
HSL color Cylindrical-coordinate representation of color #DADAC7: hue angle of 60º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADAC7 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 199 | - |
CMYK | 0 | 0 | 0.09 | 0.15 |
HSL | 60º | 0.2% | 0.82% | - |
HSV(B) | 60º | 0.09% | 0.85% | - |
XYZ | 64.29 | 69.17 | 64 | - |
YUV | 215.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 199 | 0 | 0 | 0.09 | 0.15 | 60 | 0.2 | 0.82 |
Hex | DA | DA | C7 | 0 | 0 | 9 | F | 3C | 14 | 52 |
Octal | 332 | 332 | 307 | 0 | 0 | 11 | 17 | 74 | 24 | 122 |
Binary | 11011010 | 11011010 | 11000111 | 0 | 0 | 1001 | 1111 | 111100 | 10100 | 1010010 |
Color Harmonies of #DADAC7
Complementary color
Monochromatic Colors of #DADAC7
Black with #DADAC7
Text Example
Text Example
White with #DADAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAC7; }
p { color: rgb(218,218,199); }
H1.HeaderClassName
{
color: #DADAC7;
}
.AnyTagClassName
{
color: #DADAC7;
}
</style>
background-color css
<style>
a { background-color: #DADAC7; }
a { background-color: rgb(218,218,199); }
div.DivClassName
{
background-color: #DADAC7;
}
.BgClassName
{
background-color: #DADAC7;
}
</style>
border-color css
<style>
span { border-color: #DADAC7; }
span { border-color: rgb(218,218,199); }
td.TdClassName
{
border-color: #DADAC7;
}
.TagClassName
{
border-color: #DADAC7;
}
</style>