Shades of Tara #DBFEDD
Tints of Tara #DBFEDD
RGB
CMYK
RGB Variations
Color information
#DBFEDD (or 0xDBFEDD) is known color: Tara. HEX triplet: DB, FE and DD. RGB value is (219,254,221). Sum of RGB (Red+Green+Blue) = 219+254+221=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDD is #240122. Grayscale: #EFEFEF. Windows color (decimal): -2359587 or 14548699. OLE color: 14548699.
HSL color Cylindrical-coordinate representation of color #DBFEDD: hue angle of 123.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 221 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.00 |
| HSL | 123.43º | 0.95% | 0.93% | - |
| HSV(B) | 123.43º | 0.14% | 1% | - |
| XYZ | 77.71 | 91.16 | 81.91 | - |
| YUV | 239.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 221 | 0.14 | 0 | 0.13 | 0.00 | 123.43 | 0.95 | 0.93 |
| Hex | DB | FE | DD | E | 0 | D | 0 | 7B | 5F | 5D |
| Octal | 333 | 376 | 335 | 16 | 0 | 15 | 0 | 173 | 137 | 135 |
| Binary | 11011011 | 11111110 | 11011101 | 1110 | 0 | 1101 | 0 | 1111011 | 1011111 | 1011101 |
Color Harmonies of #DBFEDD
Complementary color
Monochromatic Colors of #DBFEDD
Black with #DBFEDD
Text Example
Text Example
White with #DBFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEDD; }
p { color: rgb(219,254,221); }
H1.HeaderClassName
{
color: #DBFEDD;
}
.AnyTagClassName
{
color: #DBFEDD;
}
</style>
background-color css
<style>
a { background-color: #DBFEDD; }
a { background-color: rgb(219,254,221); }
div.DivClassName
{
background-color: #DBFEDD;
}
.BgClassName
{
background-color: #DBFEDD;
}
</style>
border-color css
<style>
span { border-color: #DBFEDD; }
span { border-color: rgb(219,254,221); }
td.TdClassName
{
border-color: #DBFEDD;
}
.TagClassName
{
border-color: #DBFEDD;
}
</style>