Shades of Tara #DCEFDD
Tints of Tara #DCEFDD
RGB
CMYK
RGB Variations
Color information
#DCEFDD (or 0xDCEFDD) is known color: Tara. HEX triplet: DC, EF and DD. RGB value is (220,239,221). Sum of RGB (Red+Green+Blue) = 220+239+221=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDD is #231022. Grayscale: #E7E7E7. Windows color (decimal): -2297891 or 14544860. OLE color: 14544860.
HSL color Cylindrical-coordinate representation of color #DCEFDD: hue angle of 123.16º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFDD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 221 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.06 |
| HSL | 123.16º | 0.37% | 0.9% | - |
| HSV(B) | 123.16º | 0.08% | 0.94% | - |
| XYZ | 73.43 | 82.17 | 80.4 | - |
| YUV | 231.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 221 | 0.08 | 0 | 0.08 | 0.06 | 123.16 | 0.37 | 0.9 |
| Hex | DC | EF | DD | 8 | 0 | 8 | 6 | 7B | 25 | 5A |
| Octal | 334 | 357 | 335 | 10 | 0 | 10 | 6 | 173 | 45 | 132 |
| Binary | 11011100 | 11101111 | 11011101 | 1000 | 0 | 1000 | 110 | 1111011 | 100101 | 1011010 |
Color Harmonies of #DCEFDD
Complementary color
Monochromatic Colors of #DCEFDD
Black with #DCEFDD
Text Example
Text Example
White with #DCEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFDD; }
p { color: rgb(220,239,221); }
H1.HeaderClassName
{
color: #DCEFDD;
}
.AnyTagClassName
{
color: #DCEFDD;
}
</style>
background-color css
<style>
a { background-color: #DCEFDD; }
a { background-color: rgb(220,239,221); }
div.DivClassName
{
background-color: #DCEFDD;
}
.BgClassName
{
background-color: #DCEFDD;
}
</style>
border-color css
<style>
span { border-color: #DCEFDD; }
span { border-color: rgb(220,239,221); }
td.TdClassName
{
border-color: #DCEFDD;
}
.TagClassName
{
border-color: #DCEFDD;
}
</style>