Shades of Green White #DAD9CD
Tints of Green White #DAD9CD
RGB
CMYK
RGB Variations
Color information
#DAD9CD (or 0xDAD9CD) is known color: Green White. HEX triplet: DA, D9 and CD. RGB value is (218,217,205). Sum of RGB (Red+Green+Blue) = 218+217+205=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9CD is #252632. Grayscale: #D7D7D7. Windows color (decimal): -2434611 or 13490650. OLE color: 13490650.
HSL color Cylindrical-coordinate representation of color #DAD9CD: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD9CD is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 217 | 205 | - |
CMYK | 0 | 0.00 | 0.06 | 0.15 |
HSL | 55.38º | 0.15% | 0.83% | - |
HSV(B) | 55.38º | 0.06% | 0.85% | - |
XYZ | 64.75 | 68.94 | 67.65 | - |
YUV | 215.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 205 | 0 | 0.00 | 0.06 | 0.15 | 55.38 | 0.15 | 0.83 |
Hex | DA | D9 | CD | 0 | 0 | 6 | F | 37 | F | 53 |
Octal | 332 | 331 | 315 | 0 | 0 | 6 | 17 | 67 | 17 | 123 |
Binary | 11011010 | 11011001 | 11001101 | 0 | 0 | 110 | 1111 | 110111 | 1111 | 1010011 |
Color Harmonies of #DAD9CD
Complementary color
Monochromatic Colors of #DAD9CD
Black with #DAD9CD
Text Example
Text Example
White with #DAD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9CD; }
p { color: rgb(218,217,205); }
H1.HeaderClassName
{
color: #DAD9CD;
}
.AnyTagClassName
{
color: #DAD9CD;
}
</style>
background-color css
<style>
a { background-color: #DAD9CD; }
a { background-color: rgb(218,217,205); }
div.DivClassName
{
background-color: #DAD9CD;
}
.BgClassName
{
background-color: #DAD9CD;
}
</style>
border-color css
<style>
span { border-color: #DAD9CD; }
span { border-color: rgb(218,217,205); }
td.TdClassName
{
border-color: #DAD9CD;
}
.TagClassName
{
border-color: #DAD9CD;
}
</style>