Shades of Tara #DDFDDB
Tints of Tara #DDFDDB
RGB
CMYK
RGB Variations
Color information
#DDFDDB (or 0xDDFDDB) is known color: Tara. HEX triplet: DD, FD and DB. RGB value is (221,253,219). Sum of RGB (Red+Green+Blue) = 221+253+219=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDDB is #220224. Grayscale: #EFEFEF. Windows color (decimal): -2228773 or 14417373. OLE color: 14417373.
HSL color Cylindrical-coordinate representation of color #DDFDDB: hue angle of 116.47º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 219 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 116.47º | 0.89% | 0.93% | - |
HSV(B) | 116.47º | 0.13% | 0.99% | - |
XYZ | 77.73 | 90.74 | 80.44 | - |
YUV | 239.56 | 116.4 | 114.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 219 | 0.13 | 0 | 0.13 | 0.01 | 116.47 | 0.89 | 0.93 |
Hex | DD | FD | DB | D | 0 | D | 1 | 74 | 59 | 5D |
Octal | 335 | 375 | 333 | 15 | 0 | 15 | 1 | 164 | 131 | 135 |
Binary | 11011101 | 11111101 | 11011011 | 1101 | 0 | 1101 | 1 | 1110100 | 1011001 | 1011101 |
Color Harmonies of #DDFDDB
Complementary color
Monochromatic Colors of #DDFDDB
Black with #DDFDDB
Text Example
Text Example
White with #DDFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDDB; }
p { color: rgb(221,253,219); }
H1.HeaderClassName
{
color: #DDFDDB;
}
.AnyTagClassName
{
color: #DDFDDB;
}
</style>
background-color css
<style>
a { background-color: #DDFDDB; }
a { background-color: rgb(221,253,219); }
div.DivClassName
{
background-color: #DDFDDB;
}
.BgClassName
{
background-color: #DDFDDB;
}
</style>
border-color css
<style>
span { border-color: #DDFDDB; }
span { border-color: rgb(221,253,219); }
td.TdClassName
{
border-color: #DDFDDB;
}
.TagClassName
{
border-color: #DDFDDB;
}
</style>