Shades of Tara #DDF9DA
Tints of Tara #DDF9DA
RGB
CMYK
RGB Variations
Color information
#DDF9DA (or 0xDDF9DA) is known color: Tara. HEX triplet: DD, F9 and DA. RGB value is (221,249,218). Sum of RGB (Red+Green+Blue) = 221+249+218=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DA is #220625. Grayscale: #EDEDED. Windows color (decimal): -2229798 or 14350813. OLE color: 14350813.
HSL color Cylindrical-coordinate representation of color #DDF9DA: hue angle of 114.19º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF9DA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 249 | 218 | - |
CMYK | 0.11 | 0 | 0.12 | 0.02 |
HSL | 114.19º | 0.72% | 0.92% | - |
HSV(B) | 114.19º | 0.12% | 0.98% | - |
XYZ | 76.35 | 88.19 | 79.33 | - |
YUV | 237.09 | 117.22 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 249 | 218 | 0.11 | 0 | 0.12 | 0.02 | 114.19 | 0.72 | 0.92 |
Hex | DD | F9 | DA | B | 0 | C | 2 | 72 | 48 | 5C |
Octal | 335 | 371 | 332 | 13 | 0 | 14 | 2 | 162 | 110 | 134 |
Binary | 11011101 | 11111001 | 11011010 | 1011 | 0 | 1100 | 10 | 1110010 | 1001000 | 1011100 |
Color Harmonies of #DDF9DA
Complementary color
Monochromatic Colors of #DDF9DA
Black with #DDF9DA
Text Example
Text Example
White with #DDF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9DA; }
p { color: rgb(221,249,218); }
H1.HeaderClassName
{
color: #DDF9DA;
}
.AnyTagClassName
{
color: #DDF9DA;
}
</style>
background-color css
<style>
a { background-color: #DDF9DA; }
a { background-color: rgb(221,249,218); }
div.DivClassName
{
background-color: #DDF9DA;
}
.BgClassName
{
background-color: #DDF9DA;
}
</style>
border-color css
<style>
span { border-color: #DDF9DA; }
span { border-color: rgb(221,249,218); }
td.TdClassName
{
border-color: #DDF9DA;
}
.TagClassName
{
border-color: #DDF9DA;
}
</style>