Shades of Tara #DDF5DA
Tints of Tara #DDF5DA
RGB
CMYK
RGB Variations
Color information
#DDF5DA (or 0xDDF5DA) is known color: Tara. HEX triplet: DD, F5 and DA. RGB value is (221,245,218). Sum of RGB (Red+Green+Blue) = 221+245+218=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5DA is #220A25. Grayscale: #EAEAEA. Windows color (decimal): -2230822 or 14349789. OLE color: 14349789.
HSL color Cylindrical-coordinate representation of color #DDF5DA: hue angle of 113.33º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF5DA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 218 | - |
CMYK | 0.10 | 0 | 0.11 | 0.04 |
HSL | 113.33º | 0.57% | 0.91% | - |
HSV(B) | 113.33º | 0.11% | 0.96% | - |
XYZ | 75.13 | 85.74 | 78.92 | - |
YUV | 234.75 | 118.55 | 118.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 218 | 0.10 | 0 | 0.11 | 0.04 | 113.33 | 0.57 | 0.91 |
Hex | DD | F5 | DA | A | 0 | B | 4 | 71 | 39 | 5B |
Octal | 335 | 365 | 332 | 12 | 0 | 13 | 4 | 161 | 71 | 133 |
Binary | 11011101 | 11110101 | 11011010 | 1010 | 0 | 1011 | 100 | 1110001 | 111001 | 1011011 |
Color Harmonies of #DDF5DA
Complementary color
Monochromatic Colors of #DDF5DA
Black with #DDF5DA
Text Example
Text Example
White with #DDF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5DA; }
p { color: rgb(221,245,218); }
H1.HeaderClassName
{
color: #DDF5DA;
}
.AnyTagClassName
{
color: #DDF5DA;
}
</style>
background-color css
<style>
a { background-color: #DDF5DA; }
a { background-color: rgb(221,245,218); }
div.DivClassName
{
background-color: #DDF5DA;
}
.BgClassName
{
background-color: #DDF5DA;
}
</style>
border-color css
<style>
span { border-color: #DDF5DA; }
span { border-color: rgb(221,245,218); }
td.TdClassName
{
border-color: #DDF5DA;
}
.TagClassName
{
border-color: #DDF5DA;
}
</style>