Shades of Tara #DDF1DC
Tints of Tara #DDF1DC
RGB
CMYK
RGB Variations
Color information
#DDF1DC (or 0xDDF1DC) is known color: Tara. HEX triplet: DD, F1 and DC. RGB value is (221,241,220). Sum of RGB (Red+Green+Blue) = 221+241+220=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DC is #220E23. Grayscale: #E8E8E8. Windows color (decimal): -2231844 or 14479837. OLE color: 14479837.
HSL color Cylindrical-coordinate representation of color #DDF1DC: hue angle of 117.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF1DC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 220 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.05 |
| HSL | 117.14º | 0.43% | 0.9% | - |
| HSV(B) | 117.14º | 0.09% | 0.95% | - |
| XYZ | 74.19 | 83.45 | 79.91 | - |
| YUV | 232.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 220 | 0.08 | 0 | 0.09 | 0.05 | 117.14 | 0.43 | 0.9 |
| Hex | DD | F1 | DC | 8 | 0 | 9 | 5 | 75 | 2B | 5A |
| Octal | 335 | 361 | 334 | 10 | 0 | 11 | 5 | 165 | 53 | 132 |
| Binary | 11011101 | 11110001 | 11011100 | 1000 | 0 | 1001 | 101 | 1110101 | 101011 | 1011010 |
Color Harmonies of #DDF1DC
Complementary color
Monochromatic Colors of #DDF1DC
Black with #DDF1DC
Text Example
Text Example
White with #DDF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1DC; }
p { color: rgb(221,241,220); }
H1.HeaderClassName
{
color: #DDF1DC;
}
.AnyTagClassName
{
color: #DDF1DC;
}
</style>
background-color css
<style>
a { background-color: #DDF1DC; }
a { background-color: rgb(221,241,220); }
div.DivClassName
{
background-color: #DDF1DC;
}
.BgClassName
{
background-color: #DDF1DC;
}
</style>
border-color css
<style>
span { border-color: #DDF1DC; }
span { border-color: rgb(221,241,220); }
td.TdClassName
{
border-color: #DDF1DC;
}
.TagClassName
{
border-color: #DDF1DC;
}
</style>