Shades of Tara #DCF3DD
Tints of Tara #DCF3DD
RGB
CMYK
RGB Variations
Color information
#DCF3DD (or 0xDCF3DD) is known color: Tara. HEX triplet: DC, F3 and DD. RGB value is (220,243,221). Sum of RGB (Red+Green+Blue) = 220+243+221=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DD is #230C22. Grayscale: #E9E9E9. Windows color (decimal): -2296867 or 14545884. OLE color: 14545884.
HSL color Cylindrical-coordinate representation of color #DCF3DD: hue angle of 122.61º degrees, saturation: 0.49, 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 #DCF3DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 221 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.05 |
| HSL | 122.61º | 0.49% | 0.91% | - |
| HSV(B) | 122.61º | 0.09% | 0.95% | - |
| XYZ | 74.62 | 84.54 | 80.79 | - |
| YUV | 233.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 221 | 0.09 | 0 | 0.09 | 0.05 | 122.61 | 0.49 | 0.91 |
| Hex | DC | F3 | DD | 9 | 0 | 9 | 5 | 7B | 31 | 5B |
| Octal | 334 | 363 | 335 | 11 | 0 | 11 | 5 | 173 | 61 | 133 |
| Binary | 11011100 | 11110011 | 11011101 | 1001 | 0 | 1001 | 101 | 1111011 | 110001 | 1011011 |
Color Harmonies of #DCF3DD
Complementary color
Monochromatic Colors of #DCF3DD
Black with #DCF3DD
Text Example
Text Example
White with #DCF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3DD; }
p { color: rgb(220,243,221); }
H1.HeaderClassName
{
color: #DCF3DD;
}
.AnyTagClassName
{
color: #DCF3DD;
}
</style>
background-color css
<style>
a { background-color: #DCF3DD; }
a { background-color: rgb(220,243,221); }
div.DivClassName
{
background-color: #DCF3DD;
}
.BgClassName
{
background-color: #DCF3DD;
}
</style>
border-color css
<style>
span { border-color: #DCF3DD; }
span { border-color: rgb(220,243,221); }
td.TdClassName
{
border-color: #DCF3DD;
}
.TagClassName
{
border-color: #DCF3DD;
}
</style>