Shades of Tara #DDF2DE
Tints of Tara #DDF2DE
RGB
CMYK
RGB Variations
Color information
#DDF2DE (or 0xDDF2DE) is known color: Tara. HEX triplet: DD, F2 and DE. RGB value is (221,242,222). Sum of RGB (Red+Green+Blue) = 221+242+222=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DE is #220D21. Grayscale: #E9E9E9. Windows color (decimal): -2231586 or 14611165. OLE color: 14611165.
HSL color Cylindrical-coordinate representation of color #DDF2DE: hue angle of 122.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2DE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 222 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.05 |
| HSL | 122.86º | 0.45% | 0.91% | - |
| HSV(B) | 122.86º | 0.09% | 0.95% | - |
| XYZ | 74.76 | 84.15 | 81.41 | - |
| YUV | 233.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 222 | 0.09 | 0 | 0.08 | 0.05 | 122.86 | 0.45 | 0.91 |
| Hex | DD | F2 | DE | 9 | 0 | 8 | 5 | 7B | 2D | 5B |
| Octal | 335 | 362 | 336 | 11 | 0 | 10 | 5 | 173 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11011110 | 1001 | 0 | 1000 | 101 | 1111011 | 101101 | 1011011 |
Color Harmonies of #DDF2DE
Complementary color
Monochromatic Colors of #DDF2DE
Black with #DDF2DE
Text Example
Text Example
White with #DDF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2DE; }
p { color: rgb(221,242,222); }
H1.HeaderClassName
{
color: #DDF2DE;
}
.AnyTagClassName
{
color: #DDF2DE;
}
</style>
background-color css
<style>
a { background-color: #DDF2DE; }
a { background-color: rgb(221,242,222); }
div.DivClassName
{
background-color: #DDF2DE;
}
.BgClassName
{
background-color: #DDF2DE;
}
</style>
border-color css
<style>
span { border-color: #DDF2DE; }
span { border-color: rgb(221,242,222); }
td.TdClassName
{
border-color: #DDF2DE;
}
.TagClassName
{
border-color: #DDF2DE;
}
</style>