Shades of Tara #DDF2DD
Tints of Tara #DDF2DD
RGB
CMYK
RGB Variations
Color information
#DDF2DD (or 0xDDF2DD) is known color: Tara. HEX triplet: DD, F2 and DD. RGB value is (221,242,221). Sum of RGB (Red+Green+Blue) = 221+242+221=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DD is #220D22. Grayscale: #E9E9E9. Windows color (decimal): -2231587 or 14545629. OLE color: 14545629.
HSL color Cylindrical-coordinate representation of color #DDF2DD: hue angle of 120º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 242 | 221 | - |
CMYK | 0.09 | 0 | 0.09 | 0.05 |
HSL | 120º | 0.45% | 0.91% | - |
HSV(B) | 120º | 0.09% | 0.95% | - |
XYZ | 74.62 | 84.1 | 80.71 | - |
YUV | 233.33 | 121.04 | 119.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 242 | 221 | 0.09 | 0 | 0.09 | 0.05 | 120 | 0.45 | 0.91 |
Hex | DD | F2 | DD | 9 | 0 | 9 | 5 | 78 | 2D | 5B |
Octal | 335 | 362 | 335 | 11 | 0 | 11 | 5 | 170 | 55 | 133 |
Binary | 11011101 | 11110010 | 11011101 | 1001 | 0 | 1001 | 101 | 1111000 | 101101 | 1011011 |
Color Harmonies of #DDF2DD
Complementary color
Monochromatic Colors of #DDF2DD
Black with #DDF2DD
Text Example
Text Example
White with #DDF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2DD; }
p { color: rgb(221,242,221); }
H1.HeaderClassName
{
color: #DDF2DD;
}
.AnyTagClassName
{
color: #DDF2DD;
}
</style>
background-color css
<style>
a { background-color: #DDF2DD; }
a { background-color: rgb(221,242,221); }
div.DivClassName
{
background-color: #DDF2DD;
}
.BgClassName
{
background-color: #DDF2DD;
}
</style>
border-color css
<style>
span { border-color: #DDF2DD; }
span { border-color: rgb(221,242,221); }
td.TdClassName
{
border-color: #DDF2DD;
}
.TagClassName
{
border-color: #DDF2DD;
}
</style>