Shades of Tara #DFFBDE
Tints of Tara #DFFBDE
RGB
CMYK
RGB Variations
Color information
#DFFBDE (or 0xDFFBDE) is known color: Tara. HEX triplet: DF, FB and DE. RGB value is (223,251,222). Sum of RGB (Red+Green+Blue) = 223+251+222=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBDE is #200421. Grayscale: #EFEFEF. Windows color (decimal): -2098210 or 14613471. OLE color: 14613471.
HSL color Cylindrical-coordinate representation of color #DFFBDE: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFBDE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 222 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.02 |
| HSL | 117.93º | 0.78% | 0.93% | - |
| HSV(B) | 117.93º | 0.12% | 0.98% | - |
| XYZ | 78.11 | 89.96 | 82.35 | - |
| YUV | 239.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 222 | 0.11 | 0 | 0.12 | 0.02 | 117.93 | 0.78 | 0.93 |
| Hex | DF | FB | DE | B | 0 | C | 2 | 76 | 4E | 5D |
| Octal | 337 | 373 | 336 | 13 | 0 | 14 | 2 | 166 | 116 | 135 |
| Binary | 11011111 | 11111011 | 11011110 | 1011 | 0 | 1100 | 10 | 1110110 | 1001110 | 1011101 |
Color Harmonies of #DFFBDE
Complementary color
Monochromatic Colors of #DFFBDE
Black with #DFFBDE
Text Example
Text Example
White with #DFFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBDE; }
p { color: rgb(223,251,222); }
H1.HeaderClassName
{
color: #DFFBDE;
}
.AnyTagClassName
{
color: #DFFBDE;
}
</style>
background-color css
<style>
a { background-color: #DFFBDE; }
a { background-color: rgb(223,251,222); }
div.DivClassName
{
background-color: #DFFBDE;
}
.BgClassName
{
background-color: #DFFBDE;
}
</style>
border-color css
<style>
span { border-color: #DFFBDE; }
span { border-color: rgb(223,251,222); }
td.TdClassName
{
border-color: #DFFBDE;
}
.TagClassName
{
border-color: #DFFBDE;
}
</style>