Shades of Green White #DADAD5
Tints of Green White #DADAD5
RGB
CMYK
RGB Variations
Color information
#DADAD5 (or 0xDADAD5) is known color: Green White. HEX triplet: DA, DA and D5. RGB value is (218,218,213). Sum of RGB (Red+Green+Blue) = 218+218+213=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAD5 is #25252A. Grayscale: #D9D9D9. Windows color (decimal): -2434347 or 14015194. OLE color: 14015194.
HSL color Cylindrical-coordinate representation of color #DADAD5: hue angle of 60º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADAD5 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 213 | - |
CMYK | 0 | 0 | 0.02 | 0.15 |
HSL | 60º | 0.06% | 0.85% | - |
HSV(B) | 60º | 0.02% | 0.85% | - |
XYZ | 66 | 69.85 | 72.96 | - |
YUV | 217.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 213 | 0 | 0 | 0.02 | 0.15 | 60 | 0.06 | 0.85 |
Hex | DA | DA | D5 | 0 | 0 | 2 | F | 3C | 6 | 55 |
Octal | 332 | 332 | 325 | 0 | 0 | 2 | 17 | 74 | 6 | 125 |
Binary | 11011010 | 11011010 | 11010101 | 0 | 0 | 10 | 1111 | 111100 | 110 | 1010101 |
Color Harmonies of #DADAD5
Complementary color
Monochromatic Colors of #DADAD5
Black with #DADAD5
Text Example
Text Example
White with #DADAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAD5; }
p { color: rgb(218,218,213); }
H1.HeaderClassName
{
color: #DADAD5;
}
.AnyTagClassName
{
color: #DADAD5;
}
</style>
background-color css
<style>
a { background-color: #DADAD5; }
a { background-color: rgb(218,218,213); }
div.DivClassName
{
background-color: #DADAD5;
}
.BgClassName
{
background-color: #DADAD5;
}
</style>
border-color css
<style>
span { border-color: #DADAD5; }
span { border-color: rgb(218,218,213); }
td.TdClassName
{
border-color: #DADAD5;
}
.TagClassName
{
border-color: #DADAD5;
}
</style>