Shades of Tara #DDFBDE
Tints of Tara #DDFBDE
RGB
CMYK
RGB Variations
Color information
#DDFBDE (or 0xDDFBDE) is known color: Tara. HEX triplet: DD, FB and DE. RGB value is (221,251,222). Sum of RGB (Red+Green+Blue) = 221+251+222=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDE is #220421. Grayscale: #EEEEEE. Windows color (decimal): -2229282 or 14613469. OLE color: 14613469.
HSL color Cylindrical-coordinate representation of color #DDFBDE: hue angle of 122º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBDE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 222 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.02 |
| HSL | 122º | 0.79% | 0.93% | - |
| HSV(B) | 122º | 0.12% | 0.98% | - |
| XYZ | 77.5 | 89.64 | 82.32 | - |
| YUV | 238.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 222 | 0.12 | 0 | 0.12 | 0.02 | 122 | 0.79 | 0.93 |
| Hex | DD | FB | DE | C | 0 | C | 2 | 7A | 4F | 5D |
| Octal | 335 | 373 | 336 | 14 | 0 | 14 | 2 | 172 | 117 | 135 |
| Binary | 11011101 | 11111011 | 11011110 | 1100 | 0 | 1100 | 10 | 1111010 | 1001111 | 1011101 |
Color Harmonies of #DDFBDE
Complementary color
Monochromatic Colors of #DDFBDE
Black with #DDFBDE
Text Example
Text Example
White with #DDFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBDE; }
p { color: rgb(221,251,222); }
H1.HeaderClassName
{
color: #DDFBDE;
}
.AnyTagClassName
{
color: #DDFBDE;
}
</style>
background-color css
<style>
a { background-color: #DDFBDE; }
a { background-color: rgb(221,251,222); }
div.DivClassName
{
background-color: #DDFBDE;
}
.BgClassName
{
background-color: #DDFBDE;
}
</style>
border-color css
<style>
span { border-color: #DDFBDE; }
span { border-color: rgb(221,251,222); }
td.TdClassName
{
border-color: #DDFBDE;
}
.TagClassName
{
border-color: #DDFBDE;
}
</style>