Shades of Tara #DDEFDB
Tints of Tara #DDEFDB
RGB
CMYK
RGB Variations
Color information
#DDEFDB (or 0xDDEFDB) is known color: Tara. HEX triplet: DD, EF and DB. RGB value is (221,239,219). Sum of RGB (Red+Green+Blue) = 221+239+219=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDB is #221024. Grayscale: #E7E7E7. Windows color (decimal): -2232357 or 14413789. OLE color: 14413789.
HSL color Cylindrical-coordinate representation of color #DDEFDB: hue angle of 114º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 219 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.06 |
| HSL | 114º | 0.38% | 0.9% | - |
| HSV(B) | 114º | 0.08% | 0.94% | - |
| XYZ | 73.47 | 82.22 | 79.02 | - |
| YUV | 231.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 219 | 0.08 | 0 | 0.08 | 0.06 | 114 | 0.38 | 0.9 |
| Hex | DD | EF | DB | 8 | 0 | 8 | 6 | 72 | 26 | 5A |
| Octal | 335 | 357 | 333 | 10 | 0 | 10 | 6 | 162 | 46 | 132 |
| Binary | 11011101 | 11101111 | 11011011 | 1000 | 0 | 1000 | 110 | 1110010 | 100110 | 1011010 |
Color Harmonies of #DDEFDB
Complementary color
Monochromatic Colors of #DDEFDB
Black with #DDEFDB
Text Example
Text Example
White with #DDEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFDB; }
p { color: rgb(221,239,219); }
H1.HeaderClassName
{
color: #DDEFDB;
}
.AnyTagClassName
{
color: #DDEFDB;
}
</style>
background-color css
<style>
a { background-color: #DDEFDB; }
a { background-color: rgb(221,239,219); }
div.DivClassName
{
background-color: #DDEFDB;
}
.BgClassName
{
background-color: #DDEFDB;
}
</style>
border-color css
<style>
span { border-color: #DDEFDB; }
span { border-color: rgb(221,239,219); }
td.TdClassName
{
border-color: #DDEFDB;
}
.TagClassName
{
border-color: #DDEFDB;
}
</style>