Shades of Tara #DEFBDC
Tints of Tara #DEFBDC
RGB
CMYK
RGB Variations
Color information
#DEFBDC (or 0xDEFBDC) is known color: Tara. HEX triplet: DE, FB and DC. RGB value is (222,251,220). Sum of RGB (Red+Green+Blue) = 222+251+220=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBDC is #210423. Grayscale: #EEEEEE. Windows color (decimal): -2163748 or 14482398. OLE color: 14482398.
HSL color Cylindrical-coordinate representation of color #DEFBDC: hue angle of 116.13º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBDC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 220 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.02 |
| HSL | 116.13º | 0.79% | 0.92% | - |
| HSV(B) | 116.13º | 0.12% | 0.98% | - |
| XYZ | 77.54 | 89.69 | 80.94 | - |
| YUV | 238.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 220 | 0.12 | 0 | 0.12 | 0.02 | 116.13 | 0.79 | 0.92 |
| Hex | DE | FB | DC | C | 0 | C | 2 | 74 | 4F | 5C |
| Octal | 336 | 373 | 334 | 14 | 0 | 14 | 2 | 164 | 117 | 134 |
| Binary | 11011110 | 11111011 | 11011100 | 1100 | 0 | 1100 | 10 | 1110100 | 1001111 | 1011100 |
Color Harmonies of #DEFBDC
Complementary color
Monochromatic Colors of #DEFBDC
Black with #DEFBDC
Text Example
Text Example
White with #DEFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBDC; }
p { color: rgb(222,251,220); }
H1.HeaderClassName
{
color: #DEFBDC;
}
.AnyTagClassName
{
color: #DEFBDC;
}
</style>
background-color css
<style>
a { background-color: #DEFBDC; }
a { background-color: rgb(222,251,220); }
div.DivClassName
{
background-color: #DEFBDC;
}
.BgClassName
{
background-color: #DEFBDC;
}
</style>
border-color css
<style>
span { border-color: #DEFBDC; }
span { border-color: rgb(222,251,220); }
td.TdClassName
{
border-color: #DEFBDC;
}
.TagClassName
{
border-color: #DEFBDC;
}
</style>