Shades of Tara #DFF2DC
Tints of Tara #DFF2DC
RGB
CMYK
RGB Variations
Color information
#DFF2DC (or 0xDFF2DC) is known color: Tara. HEX triplet: DF, F2 and DC. RGB value is (223,242,220). Sum of RGB (Red+Green+Blue) = 223+242+220=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DC is #200D23. Grayscale: #E9E9E9. Windows color (decimal): -2100516 or 14480095. OLE color: 14480095.
HSL color Cylindrical-coordinate representation of color #DFF2DC: hue angle of 111.82º degrees, saturation: 0.46, 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 #DFF2DC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 220 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.05 |
| HSL | 111.82º | 0.46% | 0.91% | - |
| HSV(B) | 111.82º | 0.09% | 0.95% | - |
| XYZ | 75.1 | 84.36 | 80.03 | - |
| YUV | 233.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 220 | 0.08 | 0 | 0.09 | 0.05 | 111.82 | 0.46 | 0.91 |
| Hex | DF | F2 | DC | 8 | 0 | 9 | 5 | 70 | 2E | 5B |
| Octal | 337 | 362 | 334 | 10 | 0 | 11 | 5 | 160 | 56 | 133 |
| Binary | 11011111 | 11110010 | 11011100 | 1000 | 0 | 1001 | 101 | 1110000 | 101110 | 1011011 |
Color Harmonies of #DFF2DC
Complementary color
Monochromatic Colors of #DFF2DC
Black with #DFF2DC
Text Example
Text Example
White with #DFF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2DC; }
p { color: rgb(223,242,220); }
H1.HeaderClassName
{
color: #DFF2DC;
}
.AnyTagClassName
{
color: #DFF2DC;
}
</style>
background-color css
<style>
a { background-color: #DFF2DC; }
a { background-color: rgb(223,242,220); }
div.DivClassName
{
background-color: #DFF2DC;
}
.BgClassName
{
background-color: #DFF2DC;
}
</style>
border-color css
<style>
span { border-color: #DFF2DC; }
span { border-color: rgb(223,242,220); }
td.TdClassName
{
border-color: #DFF2DC;
}
.TagClassName
{
border-color: #DFF2DC;
}
</style>