Shades of Tara #DDF3DD
Tints of Tara #DDF3DD
RGB
CMYK
RGB Variations
Color information
#DDF3DD (or 0xDDF3DD) is known color: Tara. HEX triplet: DD, F3 and DD. RGB value is (221,243,221). Sum of RGB (Red+Green+Blue) = 221+243+221=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3DD is #220C22. Grayscale: #E9E9E9. Windows color (decimal): -2231331 or 14545885. OLE color: 14545885.
HSL color Cylindrical-coordinate representation of color #DDF3DD: hue angle of 120º degrees, saturation: 0.48, 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 #DDF3DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 221 | - |
CMYK | 0.09 | 0 | 0.09 | 0.05 |
HSL | 120º | 0.48% | 0.91% | - |
HSV(B) | 120º | 0.09% | 0.95% | - |
XYZ | 74.92 | 84.69 | 80.81 | - |
YUV | 233.91 | 120.71 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 221 | 0.09 | 0 | 0.09 | 0.05 | 120 | 0.48 | 0.91 |
Hex | DD | F3 | DD | 9 | 0 | 9 | 5 | 78 | 30 | 5B |
Octal | 335 | 363 | 335 | 11 | 0 | 11 | 5 | 170 | 60 | 133 |
Binary | 11011101 | 11110011 | 11011101 | 1001 | 0 | 1001 | 101 | 1111000 | 110000 | 1011011 |
Color Harmonies of #DDF3DD
Complementary color
Monochromatic Colors of #DDF3DD
Black with #DDF3DD
Text Example
Text Example
White with #DDF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3DD; }
p { color: rgb(221,243,221); }
H1.HeaderClassName
{
color: #DDF3DD;
}
.AnyTagClassName
{
color: #DDF3DD;
}
</style>
background-color css
<style>
a { background-color: #DDF3DD; }
a { background-color: rgb(221,243,221); }
div.DivClassName
{
background-color: #DDF3DD;
}
.BgClassName
{
background-color: #DDF3DD;
}
</style>
border-color css
<style>
span { border-color: #DDF3DD; }
span { border-color: rgb(221,243,221); }
td.TdClassName
{
border-color: #DDF3DD;
}
.TagClassName
{
border-color: #DDF3DD;
}
</style>