Shades of Tara #DFF2DD
Tints of Tara #DFF2DD
RGB
CMYK
RGB Variations
Color information
#DFF2DD (or 0xDFF2DD) is known color: Tara. HEX triplet: DF, F2 and DD. RGB value is (223,242,221). Sum of RGB (Red+Green+Blue) = 223+242+221=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DD is #200D22. Grayscale: #E9E9E9. Windows color (decimal): -2100515 or 14545631. OLE color: 14545631.
HSL color Cylindrical-coordinate representation of color #DFF2DD: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFF2DD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 221 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.05 |
| HSL | 114.29º | 0.45% | 0.91% | - |
| HSV(B) | 114.29º | 0.09% | 0.95% | - |
| XYZ | 75.23 | 84.41 | 80.73 | - |
| YUV | 233.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 221 | 0.08 | 0 | 0.09 | 0.05 | 114.29 | 0.45 | 0.91 |
| Hex | DF | F2 | DD | 8 | 0 | 9 | 5 | 72 | 2D | 5B |
| Octal | 337 | 362 | 335 | 10 | 0 | 11 | 5 | 162 | 55 | 133 |
| Binary | 11011111 | 11110010 | 11011101 | 1000 | 0 | 1001 | 101 | 1110010 | 101101 | 1011011 |
Color Harmonies of #DFF2DD
Complementary color
Monochromatic Colors of #DFF2DD
Black with #DFF2DD
Text Example
Text Example
White with #DFF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2DD; }
p { color: rgb(223,242,221); }
H1.HeaderClassName
{
color: #DFF2DD;
}
.AnyTagClassName
{
color: #DFF2DD;
}
</style>
background-color css
<style>
a { background-color: #DFF2DD; }
a { background-color: rgb(223,242,221); }
div.DivClassName
{
background-color: #DFF2DD;
}
.BgClassName
{
background-color: #DFF2DD;
}
</style>
border-color css
<style>
span { border-color: #DFF2DD; }
span { border-color: rgb(223,242,221); }
td.TdClassName
{
border-color: #DFF2DD;
}
.TagClassName
{
border-color: #DFF2DD;
}
</style>