Shades of Tara #DEFBDB
Tints of Tara #DEFBDB
RGB
CMYK
RGB Variations
Color information
#DEFBDB (or 0xDEFBDB) is known color: Tara. HEX triplet: DE, FB and DB. RGB value is (222,251,219). Sum of RGB (Red+Green+Blue) = 222+251+219=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBDB is #210424. Grayscale: #EEEEEE. Windows color (decimal): -2163749 or 14416862. OLE color: 14416862.
HSL color Cylindrical-coordinate representation of color #DEFBDB: hue angle of 114.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFBDB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 219 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.02 |
| HSL | 114.38º | 0.8% | 0.92% | - |
| HSV(B) | 114.38º | 0.13% | 0.98% | - |
| XYZ | 77.41 | 89.64 | 80.24 | - |
| YUV | 238.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 219 | 0.12 | 0 | 0.13 | 0.02 | 114.38 | 0.8 | 0.92 |
| Hex | DE | FB | DB | C | 0 | D | 2 | 72 | 50 | 5C |
| Octal | 336 | 373 | 333 | 14 | 0 | 15 | 2 | 162 | 120 | 134 |
| Binary | 11011110 | 11111011 | 11011011 | 1100 | 0 | 1101 | 10 | 1110010 | 1010000 | 1011100 |
Color Harmonies of #DEFBDB
Complementary color
Monochromatic Colors of #DEFBDB
Black with #DEFBDB
Text Example
Text Example
White with #DEFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBDB; }
p { color: rgb(222,251,219); }
H1.HeaderClassName
{
color: #DEFBDB;
}
.AnyTagClassName
{
color: #DEFBDB;
}
</style>
background-color css
<style>
a { background-color: #DEFBDB; }
a { background-color: rgb(222,251,219); }
div.DivClassName
{
background-color: #DEFBDB;
}
.BgClassName
{
background-color: #DEFBDB;
}
</style>
border-color css
<style>
span { border-color: #DEFBDB; }
span { border-color: rgb(222,251,219); }
td.TdClassName
{
border-color: #DEFBDB;
}
.TagClassName
{
border-color: #DEFBDB;
}
</style>