Shades of Tara #DDF4DD
Tints of Tara #DDF4DD
RGB
CMYK
RGB Variations
Color information
#DDF4DD (or 0xDDF4DD) is known color: Tara. HEX triplet: DD, F4 and DD. RGB value is (221,244,221). Sum of RGB (Red+Green+Blue) = 221+244+221=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DD is #220B22. Grayscale: #EAEAEA. Windows color (decimal): -2231075 or 14546141. OLE color: 14546141.
HSL color Cylindrical-coordinate representation of color #DDF4DD: hue angle of 120º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF4DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 221 | - |
CMYK | 0.09 | 0 | 0.09 | 0.04 |
HSL | 120º | 0.51% | 0.91% | - |
HSV(B) | 120º | 0.09% | 0.96% | - |
XYZ | 75.22 | 85.29 | 80.91 | - |
YUV | 234.5 | 120.38 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 221 | 0.09 | 0 | 0.09 | 0.04 | 120 | 0.51 | 0.91 |
Hex | DD | F4 | DD | 9 | 0 | 9 | 4 | 78 | 33 | 5B |
Octal | 335 | 364 | 335 | 11 | 0 | 11 | 4 | 170 | 63 | 133 |
Binary | 11011101 | 11110100 | 11011101 | 1001 | 0 | 1001 | 100 | 1111000 | 110011 | 1011011 |
Color Harmonies of #DDF4DD
Complementary color
Monochromatic Colors of #DDF4DD
Black with #DDF4DD
Text Example
Text Example
White with #DDF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4DD; }
p { color: rgb(221,244,221); }
H1.HeaderClassName
{
color: #DDF4DD;
}
.AnyTagClassName
{
color: #DDF4DD;
}
</style>
background-color css
<style>
a { background-color: #DDF4DD; }
a { background-color: rgb(221,244,221); }
div.DivClassName
{
background-color: #DDF4DD;
}
.BgClassName
{
background-color: #DDF4DD;
}
</style>
border-color css
<style>
span { border-color: #DDF4DD; }
span { border-color: rgb(221,244,221); }
td.TdClassName
{
border-color: #DDF4DD;
}
.TagClassName
{
border-color: #DDF4DD;
}
</style>