Shades of Tara #DDF6DC
Tints of Tara #DDF6DC
RGB
CMYK
RGB Variations
Color information
#DDF6DC (or 0xDDF6DC) is known color: Tara. HEX triplet: DD, F6 and DC. RGB value is (221,246,220). Sum of RGB (Red+Green+Blue) = 221+246+220=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6DC is #220923. Grayscale: #EBEBEB. Windows color (decimal): -2230564 or 14481117. OLE color: 14481117.
HSL color Cylindrical-coordinate representation of color #DDF6DC: hue angle of 117.69º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF6DC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 220 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.04 |
| HSL | 117.69º | 0.59% | 0.91% | - |
| HSV(B) | 117.69º | 0.11% | 0.96% | - |
| XYZ | 75.69 | 86.45 | 80.41 | - |
| YUV | 235.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 220 | 0.10 | 0 | 0.11 | 0.04 | 117.69 | 0.59 | 0.91 |
| Hex | DD | F6 | DC | A | 0 | B | 4 | 76 | 3B | 5B |
| Octal | 335 | 366 | 334 | 12 | 0 | 13 | 4 | 166 | 73 | 133 |
| Binary | 11011101 | 11110110 | 11011100 | 1010 | 0 | 1011 | 100 | 1110110 | 111011 | 1011011 |
Color Harmonies of #DDF6DC
Complementary color
Monochromatic Colors of #DDF6DC
Black with #DDF6DC
Text Example
Text Example
White with #DDF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6DC; }
p { color: rgb(221,246,220); }
H1.HeaderClassName
{
color: #DDF6DC;
}
.AnyTagClassName
{
color: #DDF6DC;
}
</style>
background-color css
<style>
a { background-color: #DDF6DC; }
a { background-color: rgb(221,246,220); }
div.DivClassName
{
background-color: #DDF6DC;
}
.BgClassName
{
background-color: #DDF6DC;
}
</style>
border-color css
<style>
span { border-color: #DDF6DC; }
span { border-color: rgb(221,246,220); }
td.TdClassName
{
border-color: #DDF6DC;
}
.TagClassName
{
border-color: #DDF6DC;
}
</style>