Shades of Green White #DADAD2
Tints of Green White #DADAD2
RGB
CMYK
RGB Variations
Color information
#DADAD2 (or 0xDADAD2) is known color: Green White. HEX triplet: DA, DA and D2. RGB value is (218,218,210). Sum of RGB (Red+Green+Blue) = 218+218+210=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD2 is #25252D. Grayscale: #D9D9D9. Windows color (decimal): -2434350 or 13818586. OLE color: 13818586.
HSL color Cylindrical-coordinate representation of color #DADAD2: hue angle of 60º degrees, saturation: 0.1, 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 #DADAD2 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 210 | - |
CMYK | 0 | 0 | 0.04 | 0.15 |
HSL | 60º | 0.1% | 0.84% | - |
HSV(B) | 60º | 0.04% | 0.85% | - |
XYZ | 65.62 | 69.7 | 70.97 | - |
YUV | 217.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 210 | 0 | 0 | 0.04 | 0.15 | 60 | 0.1 | 0.84 |
Hex | DA | DA | D2 | 0 | 0 | 4 | F | 3C | A | 54 |
Octal | 332 | 332 | 322 | 0 | 0 | 4 | 17 | 74 | 12 | 124 |
Binary | 11011010 | 11011010 | 11010010 | 0 | 0 | 100 | 1111 | 111100 | 1010 | 1010100 |
Color Harmonies of #DADAD2
Complementary color
Monochromatic Colors of #DADAD2
Black with #DADAD2
Text Example
Text Example
White with #DADAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAD2; }
p { color: rgb(218,218,210); }
H1.HeaderClassName
{
color: #DADAD2;
}
.AnyTagClassName
{
color: #DADAD2;
}
</style>
background-color css
<style>
a { background-color: #DADAD2; }
a { background-color: rgb(218,218,210); }
div.DivClassName
{
background-color: #DADAD2;
}
.BgClassName
{
background-color: #DADAD2;
}
</style>
border-color css
<style>
span { border-color: #DADAD2; }
span { border-color: rgb(218,218,210); }
td.TdClassName
{
border-color: #DADAD2;
}
.TagClassName
{
border-color: #DADAD2;
}
</style>