Shades of Tara #DAEEDB
Tints of Tara #DAEEDB
RGB
CMYK
RGB Variations
Color information
#DAEEDB (or 0xDAEEDB) is known color: Tara. HEX triplet: DA, EE and DB. RGB value is (218,238,219). Sum of RGB (Red+Green+Blue) = 218+238+219=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEDB is #251124. Grayscale: #E5E5E5. Windows color (decimal): -2429221 or 14413530. OLE color: 14413530.
HSL color Cylindrical-coordinate representation of color #DAEEDB: hue angle of 123º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 219 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 123º | 0.37% | 0.89% | - |
HSV(B) | 123º | 0.08% | 0.93% | - |
XYZ | 72.27 | 81.17 | 78.88 | - |
YUV | 229.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 219 | 0.08 | 0 | 0.08 | 0.07 | 123 | 0.37 | 0.89 |
Hex | DA | EE | DB | 8 | 0 | 8 | 7 | 7B | 25 | 59 |
Octal | 332 | 356 | 333 | 10 | 0 | 10 | 7 | 173 | 45 | 131 |
Binary | 11011010 | 11101110 | 11011011 | 1000 | 0 | 1000 | 111 | 1111011 | 100101 | 1011001 |
Color Harmonies of #DAEEDB
Complementary color
Monochromatic Colors of #DAEEDB
Black with #DAEEDB
Text Example
Text Example
White with #DAEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEDB; }
p { color: rgb(218,238,219); }
H1.HeaderClassName
{
color: #DAEEDB;
}
.AnyTagClassName
{
color: #DAEEDB;
}
</style>
background-color css
<style>
a { background-color: #DAEEDB; }
a { background-color: rgb(218,238,219); }
div.DivClassName
{
background-color: #DAEEDB;
}
.BgClassName
{
background-color: #DAEEDB;
}
</style>
border-color css
<style>
span { border-color: #DAEEDB; }
span { border-color: rgb(218,238,219); }
td.TdClassName
{
border-color: #DAEEDB;
}
.TagClassName
{
border-color: #DAEEDB;
}
</style>