Shades of Tara #DDF4DA
Tints of Tara #DDF4DA
RGB
CMYK
RGB Variations
Color information
#DDF4DA (or 0xDDF4DA) is known color: Tara. HEX triplet: DD, F4 and DA. RGB value is (221,244,218). Sum of RGB (Red+Green+Blue) = 221+244+218=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4DA is #220B25. Grayscale: #EAEAEA. Windows color (decimal): -2231078 or 14349533. OLE color: 14349533.
HSL color Cylindrical-coordinate representation of color #DDF4DA: hue angle of 113.08º degrees, saturation: 0.54, 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 #DDF4DA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 244 | 218 | - |
CMYK | 0.09 | 0 | 0.11 | 0.04 |
HSL | 113.08º | 0.54% | 0.91% | - |
HSV(B) | 113.08º | 0.11% | 0.96% | - |
XYZ | 74.82 | 85.14 | 78.82 | - |
YUV | 234.16 | 118.88 | 118.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 218 | 0.09 | 0 | 0.11 | 0.04 | 113.08 | 0.54 | 0.91 |
Hex | DD | F4 | DA | 9 | 0 | B | 4 | 71 | 36 | 5B |
Octal | 335 | 364 | 332 | 11 | 0 | 13 | 4 | 161 | 66 | 133 |
Binary | 11011101 | 11110100 | 11011010 | 1001 | 0 | 1011 | 100 | 1110001 | 110110 | 1011011 |
Color Harmonies of #DDF4DA
Complementary color
Monochromatic Colors of #DDF4DA
Black with #DDF4DA
Text Example
Text Example
White with #DDF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4DA; }
p { color: rgb(221,244,218); }
H1.HeaderClassName
{
color: #DDF4DA;
}
.AnyTagClassName
{
color: #DDF4DA;
}
</style>
background-color css
<style>
a { background-color: #DDF4DA; }
a { background-color: rgb(221,244,218); }
div.DivClassName
{
background-color: #DDF4DA;
}
.BgClassName
{
background-color: #DDF4DA;
}
</style>
border-color css
<style>
span { border-color: #DDF4DA; }
span { border-color: rgb(221,244,218); }
td.TdClassName
{
border-color: #DDF4DA;
}
.TagClassName
{
border-color: #DDF4DA;
}
</style>