Shades of Green White #DADAD1
Tints of Green White #DADAD1
RGB
CMYK
RGB Variations
Color information
#DADAD1 (or 0xDADAD1) is known color: Green White. HEX triplet: DA, DA and D1. RGB value is (218,218,209). Sum of RGB (Red+Green+Blue) = 218+218+209=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD1 is #25252E. Grayscale: #D9D9D9. Windows color (decimal): -2434351 or 13753050. OLE color: 13753050.
HSL color Cylindrical-coordinate representation of color #DADAD1: hue angle of 60º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADAD1 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 209 | - |
CMYK | 0 | 0 | 0.04 | 0.15 |
HSL | 60º | 0.11% | 0.84% | - |
HSV(B) | 60º | 0.04% | 0.85% | - |
XYZ | 65.49 | 69.65 | 70.31 | - |
YUV | 216.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 209 | 0 | 0 | 0.04 | 0.15 | 60 | 0.11 | 0.84 |
Hex | DA | DA | D1 | 0 | 0 | 4 | F | 3C | B | 54 |
Octal | 332 | 332 | 321 | 0 | 0 | 4 | 17 | 74 | 13 | 124 |
Binary | 11011010 | 11011010 | 11010001 | 0 | 0 | 100 | 1111 | 111100 | 1011 | 1010100 |
Color Harmonies of #DADAD1
Complementary color
Monochromatic Colors of #DADAD1
Black with #DADAD1
Text Example
Text Example
White with #DADAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAD1; }
p { color: rgb(218,218,209); }
H1.HeaderClassName
{
color: #DADAD1;
}
.AnyTagClassName
{
color: #DADAD1;
}
</style>
background-color css
<style>
a { background-color: #DADAD1; }
a { background-color: rgb(218,218,209); }
div.DivClassName
{
background-color: #DADAD1;
}
.BgClassName
{
background-color: #DADAD1;
}
</style>
border-color css
<style>
span { border-color: #DADAD1; }
span { border-color: rgb(218,218,209); }
td.TdClassName
{
border-color: #DADAD1;
}
.TagClassName
{
border-color: #DADAD1;
}
</style>