Shades of Green White #DADACC
Tints of Green White #DADACC
RGB
CMYK
RGB Variations
Color information
#DADACC (or 0xDADACC) is known color: Green White. HEX triplet: DA, DA and CC. RGB value is (218,218,204). Sum of RGB (Red+Green+Blue) = 218+218+204=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADACC is #252533. Grayscale: #D8D8D8. Windows color (decimal): -2434356 or 13425370. OLE color: 13425370.
HSL color Cylindrical-coordinate representation of color #DADACC: hue angle of 60º degrees, saturation: 0.16, 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 #DADACC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 204 | - |
| CMYK | 0 | 0 | 0.06 | 0.15 |
| HSL | 60º | 0.16% | 0.83% | - |
| HSV(B) | 60º | 0.06% | 0.85% | - |
| XYZ | 64.88 | 69.41 | 67.1 | - |
| YUV | 216.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 204 | 0 | 0 | 0.06 | 0.15 | 60 | 0.16 | 0.83 |
| Hex | DA | DA | CC | 0 | 0 | 6 | F | 3C | 10 | 53 |
| Octal | 332 | 332 | 314 | 0 | 0 | 6 | 17 | 74 | 20 | 123 |
| Binary | 11011010 | 11011010 | 11001100 | 0 | 0 | 110 | 1111 | 111100 | 10000 | 1010011 |
Color Harmonies of #DADACC
Complementary color
Monochromatic Colors of #DADACC
Black with #DADACC
Text Example
Text Example
White with #DADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADACC; }
p { color: rgb(218,218,204); }
H1.HeaderClassName
{
color: #DADACC;
}
.AnyTagClassName
{
color: #DADACC;
}
</style>
background-color css
<style>
a { background-color: #DADACC; }
a { background-color: rgb(218,218,204); }
div.DivClassName
{
background-color: #DADACC;
}
.BgClassName
{
background-color: #DADACC;
}
</style>
border-color css
<style>
span { border-color: #DADACC; }
span { border-color: rgb(218,218,204); }
td.TdClassName
{
border-color: #DADACC;
}
.TagClassName
{
border-color: #DADACC;
}
</style>