Shades of Tara #DCFBD8
Tints of Tara #DCFBD8
RGB
CMYK
RGB Variations
Color information
#DCFBD8 (or 0xDCFBD8) is known color: Tara. HEX triplet: DC, FB and D8. RGB value is (220,251,216). Sum of RGB (Red+Green+Blue) = 220+251+216=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD8 is #230427. Grayscale: #EDEDED. Windows color (decimal): -2294824 or 14220252. OLE color: 14220252.
HSL color Cylindrical-coordinate representation of color #DCFBD8: hue angle of 113.14º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFBD8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 216 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.02 |
| HSL | 113.14º | 0.81% | 0.92% | - |
| HSV(B) | 113.14º | 0.14% | 0.98% | - |
| XYZ | 76.41 | 89.17 | 78.15 | - |
| YUV | 237.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 216 | 0.12 | 0 | 0.14 | 0.02 | 113.14 | 0.81 | 0.92 |
| Hex | DC | FB | D8 | C | 0 | E | 2 | 71 | 51 | 5C |
| Octal | 334 | 373 | 330 | 14 | 0 | 16 | 2 | 161 | 121 | 134 |
| Binary | 11011100 | 11111011 | 11011000 | 1100 | 0 | 1110 | 10 | 1110001 | 1010001 | 1011100 |
Color Harmonies of #DCFBD8
Complementary color
Monochromatic Colors of #DCFBD8
Black with #DCFBD8
Text Example
Text Example
White with #DCFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBD8; }
p { color: rgb(220,251,216); }
H1.HeaderClassName
{
color: #DCFBD8;
}
.AnyTagClassName
{
color: #DCFBD8;
}
</style>
background-color css
<style>
a { background-color: #DCFBD8; }
a { background-color: rgb(220,251,216); }
div.DivClassName
{
background-color: #DCFBD8;
}
.BgClassName
{
background-color: #DCFBD8;
}
</style>
border-color css
<style>
span { border-color: #DCFBD8; }
span { border-color: rgb(220,251,216); }
td.TdClassName
{
border-color: #DCFBD8;
}
.TagClassName
{
border-color: #DCFBD8;
}
</style>