Shades of Tara #DDF8DD
Tints of Tara #DDF8DD
RGB
CMYK
RGB Variations
Color information
#DDF8DD (or 0xDDF8DD) is known color: Tara. HEX triplet: DD, F8 and DD. RGB value is (221,248,221). Sum of RGB (Red+Green+Blue) = 221+248+221=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8DD is #220722. Grayscale: #ECECEC. Windows color (decimal): -2230051 or 14547165. OLE color: 14547165.
HSL color Cylindrical-coordinate representation of color #DDF8DD: hue angle of 120º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF8DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 221 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.03 |
| HSL | 120º | 0.66% | 0.92% | - |
| HSV(B) | 120º | 0.11% | 0.97% | - |
| XYZ | 76.44 | 87.73 | 81.31 | - |
| YUV | 236.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 221 | 0.11 | 0 | 0.11 | 0.03 | 120 | 0.66 | 0.92 |
| Hex | DD | F8 | DD | B | 0 | B | 3 | 78 | 42 | 5C |
| Octal | 335 | 370 | 335 | 13 | 0 | 13 | 3 | 170 | 102 | 134 |
| Binary | 11011101 | 11111000 | 11011101 | 1011 | 0 | 1011 | 11 | 1111000 | 1000010 | 1011100 |
Color Harmonies of #DDF8DD
Complementary color
Monochromatic Colors of #DDF8DD
Black with #DDF8DD
Text Example
Text Example
White with #DDF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8DD; }
p { color: rgb(221,248,221); }
H1.HeaderClassName
{
color: #DDF8DD;
}
.AnyTagClassName
{
color: #DDF8DD;
}
</style>
background-color css
<style>
a { background-color: #DDF8DD; }
a { background-color: rgb(221,248,221); }
div.DivClassName
{
background-color: #DDF8DD;
}
.BgClassName
{
background-color: #DDF8DD;
}
</style>
border-color css
<style>
span { border-color: #DDF8DD; }
span { border-color: rgb(221,248,221); }
td.TdClassName
{
border-color: #DDF8DD;
}
.TagClassName
{
border-color: #DDF8DD;
}
</style>