Shades of Tara #DDF3DA
Tints of Tara #DDF3DA
RGB
CMYK
RGB Variations
Color information
#DDF3DA (or 0xDDF3DA) is known color: Tara. HEX triplet: DD, F3 and DA. RGB value is (221,243,218). Sum of RGB (Red+Green+Blue) = 221+243+218=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3DA is #220C25. Grayscale: #E9E9E9. Windows color (decimal): -2231334 or 14349277. OLE color: 14349277.
HSL color Cylindrical-coordinate representation of color #DDF3DA: hue angle of 112.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF3DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 243 | 218 | - |
CMYK | 0.09 | 0 | 0.10 | 0.05 |
HSL | 112.8º | 0.51% | 0.9% | - |
HSV(B) | 112.8º | 0.1% | 0.95% | - |
XYZ | 74.52 | 84.54 | 78.72 | - |
YUV | 233.57 | 119.21 | 119.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 218 | 0.09 | 0 | 0.10 | 0.05 | 112.8 | 0.51 | 0.9 |
Hex | DD | F3 | DA | 9 | 0 | A | 5 | 71 | 33 | 5A |
Octal | 335 | 363 | 332 | 11 | 0 | 12 | 5 | 161 | 63 | 132 |
Binary | 11011101 | 11110011 | 11011010 | 1001 | 0 | 1010 | 101 | 1110001 | 110011 | 1011010 |
Color Harmonies of #DDF3DA
Complementary color
Monochromatic Colors of #DDF3DA
Black with #DDF3DA
Text Example
Text Example
White with #DDF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3DA; }
p { color: rgb(221,243,218); }
H1.HeaderClassName
{
color: #DDF3DA;
}
.AnyTagClassName
{
color: #DDF3DA;
}
</style>
background-color css
<style>
a { background-color: #DDF3DA; }
a { background-color: rgb(221,243,218); }
div.DivClassName
{
background-color: #DDF3DA;
}
.BgClassName
{
background-color: #DDF3DA;
}
</style>
border-color css
<style>
span { border-color: #DDF3DA; }
span { border-color: rgb(221,243,218); }
td.TdClassName
{
border-color: #DDF3DA;
}
.TagClassName
{
border-color: #DDF3DA;
}
</style>