Shades of Tara #DDFADC
Tints of Tara #DDFADC
RGB
CMYK
RGB Variations
Color information
#DDFADC (or 0xDDFADC) is known color: Tara. HEX triplet: DD, FA and DC. RGB value is (221,250,220). Sum of RGB (Red+Green+Blue) = 221+250+220=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADC is #220523. Grayscale: #EEEEEE. Windows color (decimal): -2229540 or 14482141. OLE color: 14482141.
HSL color Cylindrical-coordinate representation of color #DDFADC: hue angle of 118º degrees, saturation: 0.75, 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 #DDFADC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 250 | 220 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 118º | 0.75% | 0.92% | - |
HSV(B) | 118º | 0.12% | 0.98% | - |
XYZ | 76.92 | 88.91 | 80.82 | - |
YUV | 237.91 | 117.89 | 115.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 250 | 220 | 0.12 | 0 | 0.12 | 0.02 | 118 | 0.75 | 0.92 |
Hex | DD | FA | DC | C | 0 | C | 2 | 76 | 4B | 5C |
Octal | 335 | 372 | 334 | 14 | 0 | 14 | 2 | 166 | 113 | 134 |
Binary | 11011101 | 11111010 | 11011100 | 1100 | 0 | 1100 | 10 | 1110110 | 1001011 | 1011100 |
Color Harmonies of #DDFADC
Complementary color
Monochromatic Colors of #DDFADC
Black with #DDFADC
Text Example
Text Example
White with #DDFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFADC; }
p { color: rgb(221,250,220); }
H1.HeaderClassName
{
color: #DDFADC;
}
.AnyTagClassName
{
color: #DDFADC;
}
</style>
background-color css
<style>
a { background-color: #DDFADC; }
a { background-color: rgb(221,250,220); }
div.DivClassName
{
background-color: #DDFADC;
}
.BgClassName
{
background-color: #DDFADC;
}
</style>
border-color css
<style>
span { border-color: #DDFADC; }
span { border-color: rgb(221,250,220); }
td.TdClassName
{
border-color: #DDFADC;
}
.TagClassName
{
border-color: #DDFADC;
}
</style>