Shades of Tara #DCF4DD
Tints of Tara #DCF4DD
RGB
CMYK
RGB Variations
Color information
#DCF4DD (or 0xDCF4DD) is known color: Tara. HEX triplet: DC, F4 and DD. RGB value is (220,244,221). Sum of RGB (Red+Green+Blue) = 220+244+221=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4DD is #230B22. Grayscale: #EAEAEA. Windows color (decimal): -2296611 or 14546140. OLE color: 14546140.
HSL color Cylindrical-coordinate representation of color #DCF4DD: hue angle of 122.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF4DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 221 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.04 |
| HSL | 122.5º | 0.52% | 0.91% | - |
| HSV(B) | 122.5º | 0.1% | 0.96% | - |
| XYZ | 74.92 | 85.14 | 80.89 | - |
| YUV | 234.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 221 | 0.10 | 0 | 0.09 | 0.04 | 122.5 | 0.52 | 0.91 |
| Hex | DC | F4 | DD | A | 0 | 9 | 4 | 7B | 34 | 5B |
| Octal | 334 | 364 | 335 | 12 | 0 | 11 | 4 | 173 | 64 | 133 |
| Binary | 11011100 | 11110100 | 11011101 | 1010 | 0 | 1001 | 100 | 1111011 | 110100 | 1011011 |
Color Harmonies of #DCF4DD
Complementary color
Monochromatic Colors of #DCF4DD
Black with #DCF4DD
Text Example
Text Example
White with #DCF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4DD; }
p { color: rgb(220,244,221); }
H1.HeaderClassName
{
color: #DCF4DD;
}
.AnyTagClassName
{
color: #DCF4DD;
}
</style>
background-color css
<style>
a { background-color: #DCF4DD; }
a { background-color: rgb(220,244,221); }
div.DivClassName
{
background-color: #DCF4DD;
}
.BgClassName
{
background-color: #DCF4DD;
}
</style>
border-color css
<style>
span { border-color: #DCF4DD; }
span { border-color: rgb(220,244,221); }
td.TdClassName
{
border-color: #DCF4DD;
}
.TagClassName
{
border-color: #DCF4DD;
}
</style>