Shades of Green White #DADACE
Tints of Green White #DADACE
RGB
CMYK
RGB Variations
Color information
#DADACE (or 0xDADACE) is known color: Green White. HEX triplet: DA, DA and CE. RGB value is (218,218,206). Sum of RGB (Red+Green+Blue) = 218+218+206=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADACE is #252531. Grayscale: #D8D8D8. Windows color (decimal): -2434354 or 13556442. OLE color: 13556442.
HSL color Cylindrical-coordinate representation of color #DADACE: hue angle of 60º degrees, saturation: 0.14, 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 #DADACE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 206 | - |
CMYK | 0 | 0 | 0.06 | 0.15 |
HSL | 60º | 0.14% | 0.83% | - |
HSV(B) | 60º | 0.06% | 0.85% | - |
XYZ | 65.13 | 69.5 | 68.38 | - |
YUV | 216.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 206 | 0 | 0 | 0.06 | 0.15 | 60 | 0.14 | 0.83 |
Hex | DA | DA | CE | 0 | 0 | 6 | F | 3C | E | 53 |
Octal | 332 | 332 | 316 | 0 | 0 | 6 | 17 | 74 | 16 | 123 |
Binary | 11011010 | 11011010 | 11001110 | 0 | 0 | 110 | 1111 | 111100 | 1110 | 1010011 |
Color Harmonies of #DADACE
Complementary color
Monochromatic Colors of #DADACE
Black with #DADACE
Text Example
Text Example
White with #DADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADACE; }
p { color: rgb(218,218,206); }
H1.HeaderClassName
{
color: #DADACE;
}
.AnyTagClassName
{
color: #DADACE;
}
</style>
background-color css
<style>
a { background-color: #DADACE; }
a { background-color: rgb(218,218,206); }
div.DivClassName
{
background-color: #DADACE;
}
.BgClassName
{
background-color: #DADACE;
}
</style>
border-color css
<style>
span { border-color: #DADACE; }
span { border-color: rgb(218,218,206); }
td.TdClassName
{
border-color: #DADACE;
}
.TagClassName
{
border-color: #DADACE;
}
</style>