Shades of Tara #DCF1DD
Tints of Tara #DCF1DD
RGB
CMYK
RGB Variations
Color information
#DCF1DD (or 0xDCF1DD) is known color: Tara. HEX triplet: DC, F1 and DD. RGB value is (220,241,221). Sum of RGB (Red+Green+Blue) = 220+241+221=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1DD is #230E22. Grayscale: #E8E8E8. Windows color (decimal): -2297379 or 14545372. OLE color: 14545372.
HSL color Cylindrical-coordinate representation of color #DCF1DD: hue angle of 122.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1DD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 221 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.05 |
| HSL | 122.86º | 0.43% | 0.9% | - |
| HSV(B) | 122.86º | 0.09% | 0.95% | - |
| XYZ | 74.02 | 83.35 | 80.59 | - |
| YUV | 232.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 221 | 0.09 | 0 | 0.08 | 0.05 | 122.86 | 0.43 | 0.9 |
| Hex | DC | F1 | DD | 9 | 0 | 8 | 5 | 7B | 2B | 5A |
| Octal | 334 | 361 | 335 | 11 | 0 | 10 | 5 | 173 | 53 | 132 |
| Binary | 11011100 | 11110001 | 11011101 | 1001 | 0 | 1000 | 101 | 1111011 | 101011 | 1011010 |
Color Harmonies of #DCF1DD
Complementary color
Monochromatic Colors of #DCF1DD
Black with #DCF1DD
Text Example
Text Example
White with #DCF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1DD; }
p { color: rgb(220,241,221); }
H1.HeaderClassName
{
color: #DCF1DD;
}
.AnyTagClassName
{
color: #DCF1DD;
}
</style>
background-color css
<style>
a { background-color: #DCF1DD; }
a { background-color: rgb(220,241,221); }
div.DivClassName
{
background-color: #DCF1DD;
}
.BgClassName
{
background-color: #DCF1DD;
}
</style>
border-color css
<style>
span { border-color: #DCF1DD; }
span { border-color: rgb(220,241,221); }
td.TdClassName
{
border-color: #DCF1DD;
}
.TagClassName
{
border-color: #DCF1DD;
}
</style>