Shades of Tara #DDFBDB
Tints of Tara #DDFBDB
RGB
CMYK
RGB Variations
Color information
#DDFBDB (or 0xDDFBDB) is known color: Tara. HEX triplet: DD, FB and DB. RGB value is (221,251,219). Sum of RGB (Red+Green+Blue) = 221+251+219=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDB is #220424. Grayscale: #EEEEEE. Windows color (decimal): -2229285 or 14416861. OLE color: 14416861.
HSL color Cylindrical-coordinate representation of color #DDFBDB: hue angle of 116.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFBDB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 219 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.02 |
| HSL | 116.25º | 0.8% | 0.92% | - |
| HSV(B) | 116.25º | 0.13% | 0.98% | - |
| XYZ | 77.1 | 89.48 | 80.23 | - |
| YUV | 238.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 219 | 0.12 | 0 | 0.13 | 0.02 | 116.25 | 0.8 | 0.92 |
| Hex | DD | FB | DB | C | 0 | D | 2 | 74 | 50 | 5C |
| Octal | 335 | 373 | 333 | 14 | 0 | 15 | 2 | 164 | 120 | 134 |
| Binary | 11011101 | 11111011 | 11011011 | 1100 | 0 | 1101 | 10 | 1110100 | 1010000 | 1011100 |
Color Harmonies of #DDFBDB
Complementary color
Monochromatic Colors of #DDFBDB
Black with #DDFBDB
Text Example
Text Example
White with #DDFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBDB; }
p { color: rgb(221,251,219); }
H1.HeaderClassName
{
color: #DDFBDB;
}
.AnyTagClassName
{
color: #DDFBDB;
}
</style>
background-color css
<style>
a { background-color: #DDFBDB; }
a { background-color: rgb(221,251,219); }
div.DivClassName
{
background-color: #DDFBDB;
}
.BgClassName
{
background-color: #DDFBDB;
}
</style>
border-color css
<style>
span { border-color: #DDFBDB; }
span { border-color: rgb(221,251,219); }
td.TdClassName
{
border-color: #DDFBDB;
}
.TagClassName
{
border-color: #DDFBDB;
}
</style>