Shades of Tara #DDFEDB
Tints of Tara #DDFEDB
RGB
CMYK
RGB Variations
Color information
#DDFEDB (or 0xDDFEDB) is known color: Tara. HEX triplet: DD, FE and DB. RGB value is (221,254,219). Sum of RGB (Red+Green+Blue) = 221+254+219=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDB is #220124. Grayscale: #F0F0F0. Windows color (decimal): -2228517 or 14417629. OLE color: 14417629.
HSL color Cylindrical-coordinate representation of color #DDFEDB: hue angle of 116.57º 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 #DDFEDB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 219 | - |
CMYK | 0.13 | 0 | 0.14 | 0.00 |
HSL | 116.57º | 0.95% | 0.93% | - |
HSV(B) | 116.57º | 0.14% | 1% | - |
XYZ | 78.05 | 91.37 | 80.54 | - |
YUV | 240.14 | 116.07 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 219 | 0.13 | 0 | 0.14 | 0.00 | 116.57 | 0.95 | 0.93 |
Hex | DD | FE | DB | D | 0 | E | 0 | 75 | 5F | 5D |
Octal | 335 | 376 | 333 | 15 | 0 | 16 | 0 | 165 | 137 | 135 |
Binary | 11011101 | 11111110 | 11011011 | 1101 | 0 | 1110 | 0 | 1110101 | 1011111 | 1011101 |
Color Harmonies of #DDFEDB
Complementary color
Monochromatic Colors of #DDFEDB
Black with #DDFEDB
Text Example
Text Example
White with #DDFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEDB; }
p { color: rgb(221,254,219); }
H1.HeaderClassName
{
color: #DDFEDB;
}
.AnyTagClassName
{
color: #DDFEDB;
}
</style>
background-color css
<style>
a { background-color: #DDFEDB; }
a { background-color: rgb(221,254,219); }
div.DivClassName
{
background-color: #DDFEDB;
}
.BgClassName
{
background-color: #DDFEDB;
}
</style>
border-color css
<style>
span { border-color: #DDFEDB; }
span { border-color: rgb(221,254,219); }
td.TdClassName
{
border-color: #DDFEDB;
}
.TagClassName
{
border-color: #DDFEDB;
}
</style>