Shades of Tara #DEFFDC
Tints of Tara #DEFFDC
RGB
CMYK
RGB Variations
Color information
#DEFFDC (or 0xDEFFDC) is known color: Tara. HEX triplet: DE, FF and DC. RGB value is (222,255,220). Sum of RGB (Red+Green+Blue) = 222+255+220=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFDC is #210023. Grayscale: #F1F1F1. Windows color (decimal): -2162724 or 14483422. OLE color: 14483422.
HSL color Cylindrical-coordinate representation of color #DEFFDC: hue angle of 116.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFFDC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 220 | - |
| CMYK | 0.13 | 0 | 0.14 | 0 |
| HSL | 116.57º | 1% | 0.93% | - |
| HSV(B) | 116.57º | 0.14% | 1% | - |
| XYZ | 78.8 | 92.22 | 81.36 | - |
| YUV | 241.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 220 | 0.13 | 0 | 0.14 | 0 | 116.57 | 1 | 0.93 |
| Hex | DE | FF | DC | D | 0 | E | 0 | 75 | 64 | 5D |
| Octal | 336 | 377 | 334 | 15 | 0 | 16 | 0 | 165 | 144 | 135 |
| Binary | 11011110 | 11111111 | 11011100 | 1101 | 0 | 1110 | 0 | 1110101 | 1100100 | 1011101 |
Color Harmonies of #DEFFDC
Complementary color
Monochromatic Colors of #DEFFDC
Black with #DEFFDC
Text Example
Text Example
White with #DEFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFDC; }
p { color: rgb(222,255,220); }
H1.HeaderClassName
{
color: #DEFFDC;
}
.AnyTagClassName
{
color: #DEFFDC;
}
</style>
background-color css
<style>
a { background-color: #DEFFDC; }
a { background-color: rgb(222,255,220); }
div.DivClassName
{
background-color: #DEFFDC;
}
.BgClassName
{
background-color: #DEFFDC;
}
</style>
border-color css
<style>
span { border-color: #DEFFDC; }
span { border-color: rgb(222,255,220); }
td.TdClassName
{
border-color: #DEFFDC;
}
.TagClassName
{
border-color: #DEFFDC;
}
</style>