Shades of Green White #DAD9C8
Tints of Green White #DAD9C8
RGB
CMYK
RGB Variations
Color information
#DAD9C8 (or 0xDAD9C8) is known color: Green White. HEX triplet: DA, D9 and C8. RGB value is (218,217,200). Sum of RGB (Red+Green+Blue) = 218+217+200=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9C8 is #252637. Grayscale: #D7D7D7. Windows color (decimal): -2434616 or 13162970. OLE color: 13162970.
HSL color Cylindrical-coordinate representation of color #DAD9C8: hue angle of 56.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD9C8 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 217 | 200 | - |
CMYK | 0 | 0.00 | 0.08 | 0.15 |
HSL | 56.67º | 0.2% | 0.82% | - |
HSV(B) | 56.67º | 0.08% | 0.85% | - |
XYZ | 64.15 | 68.7 | 64.52 | - |
YUV | 215.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 200 | 0 | 0.00 | 0.08 | 0.15 | 56.67 | 0.2 | 0.82 |
Hex | DA | D9 | C8 | 0 | 0 | 8 | F | 39 | 14 | 52 |
Octal | 332 | 331 | 310 | 0 | 0 | 10 | 17 | 71 | 24 | 122 |
Binary | 11011010 | 11011001 | 11001000 | 0 | 0 | 1000 | 1111 | 111001 | 10100 | 1010010 |
Color Harmonies of #DAD9C8
Complementary color
Monochromatic Colors of #DAD9C8
Black with #DAD9C8
Text Example
Text Example
White with #DAD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9C8; }
p { color: rgb(218,217,200); }
H1.HeaderClassName
{
color: #DAD9C8;
}
.AnyTagClassName
{
color: #DAD9C8;
}
</style>
background-color css
<style>
a { background-color: #DAD9C8; }
a { background-color: rgb(218,217,200); }
div.DivClassName
{
background-color: #DAD9C8;
}
.BgClassName
{
background-color: #DAD9C8;
}
</style>
border-color css
<style>
span { border-color: #DAD9C8; }
span { border-color: rgb(218,217,200); }
td.TdClassName
{
border-color: #DAD9C8;
}
.TagClassName
{
border-color: #DAD9C8;
}
</style>