Shades of Tara #DAEFDA
Tints of Tara #DAEFDA
RGB
CMYK
RGB Variations
Color information
#DAEFDA (or 0xDAEFDA) is known color: Tara. HEX triplet: DA, EF and DA. RGB value is (218,239,218). Sum of RGB (Red+Green+Blue) = 218+239+218=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDA is #251025. Grayscale: #E6E6E6. Windows color (decimal): -2428966 or 14348250. OLE color: 14348250.
HSL color Cylindrical-coordinate representation of color #DAEFDA: hue angle of 120º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFDA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 218 | - |
CMYK | 0.09 | 0 | 0.09 | 0.06 |
HSL | 120º | 0.4% | 0.9% | - |
HSV(B) | 120º | 0.09% | 0.94% | - |
XYZ | 72.43 | 81.7 | 78.28 | - |
YUV | 230.33 | 121.04 | 119.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 218 | 0.09 | 0 | 0.09 | 0.06 | 120 | 0.4 | 0.9 |
Hex | DA | EF | DA | 9 | 0 | 9 | 6 | 78 | 28 | 5A |
Octal | 332 | 357 | 332 | 11 | 0 | 11 | 6 | 170 | 50 | 132 |
Binary | 11011010 | 11101111 | 11011010 | 1001 | 0 | 1001 | 110 | 1111000 | 101000 | 1011010 |
Color Harmonies of #DAEFDA
Complementary color
Monochromatic Colors of #DAEFDA
Black with #DAEFDA
Text Example
Text Example
White with #DAEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFDA; }
p { color: rgb(218,239,218); }
H1.HeaderClassName
{
color: #DAEFDA;
}
.AnyTagClassName
{
color: #DAEFDA;
}
</style>
background-color css
<style>
a { background-color: #DAEFDA; }
a { background-color: rgb(218,239,218); }
div.DivClassName
{
background-color: #DAEFDA;
}
.BgClassName
{
background-color: #DAEFDA;
}
</style>
border-color css
<style>
span { border-color: #DAEFDA; }
span { border-color: rgb(218,239,218); }
td.TdClassName
{
border-color: #DAEFDA;
}
.TagClassName
{
border-color: #DAEFDA;
}
</style>