Shades of Tara #DDF9DD
Tints of Tara #DDF9DD
RGB
CMYK
RGB Variations
Color information
#DDF9DD (or 0xDDF9DD) is known color: Tara. HEX triplet: DD, F9 and DD. RGB value is (221,249,221). Sum of RGB (Red+Green+Blue) = 221+249+221=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DD is #220622. Grayscale: #EDEDED. Windows color (decimal): -2229795 or 14547421. OLE color: 14547421.
HSL color Cylindrical-coordinate representation of color #DDF9DD: hue angle of 120º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 221 | - |
CMYK | 0.11 | 0 | 0.11 | 0.02 |
HSL | 120º | 0.7% | 0.92% | - |
HSV(B) | 120º | 0.11% | 0.98% | - |
XYZ | 76.75 | 88.34 | 81.41 | - |
YUV | 237.44 | 118.72 | 116.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 221 | 0.11 | 0 | 0.11 | 0.02 | 120 | 0.7 | 0.92 |
Hex | DD | F9 | DD | B | 0 | B | 2 | 78 | 46 | 5C |
Octal | 335 | 371 | 335 | 13 | 0 | 13 | 2 | 170 | 106 | 134 |
Binary | 11011101 | 11111001 | 11011101 | 1011 | 0 | 1011 | 10 | 1111000 | 1000110 | 1011100 |
Color Harmonies of #DDF9DD
Complementary color
Monochromatic Colors of #DDF9DD
Black with #DDF9DD
Text Example
Text Example
White with #DDF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9DD; }
p { color: rgb(221,249,221); }
H1.HeaderClassName
{
color: #DDF9DD;
}
.AnyTagClassName
{
color: #DDF9DD;
}
</style>
background-color css
<style>
a { background-color: #DDF9DD; }
a { background-color: rgb(221,249,221); }
div.DivClassName
{
background-color: #DDF9DD;
}
.BgClassName
{
background-color: #DDF9DD;
}
</style>
border-color css
<style>
span { border-color: #DDF9DD; }
span { border-color: rgb(221,249,221); }
td.TdClassName
{
border-color: #DDF9DD;
}
.TagClassName
{
border-color: #DDF9DD;
}
</style>