Shades of Tara #DFFBE0
Tints of Tara #DFFBE0
RGB
CMYK
RGB Variations
Color information
#DFFBE0 (or 0xDFFBE0) is known color: Tara. HEX triplet: DF, FB and E0. RGB value is (223,251,224). Sum of RGB (Red+Green+Blue) = 223+251+224=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBE0 is #20041F. Grayscale: #EFEFEF. Windows color (decimal): -2098208 or 14744543. OLE color: 14744543.
HSL color Cylindrical-coordinate representation of color #DFFBE0: hue angle of 122.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFBE0 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 224 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.02 |
| HSL | 122.14º | 0.78% | 0.93% | - |
| HSV(B) | 122.14º | 0.11% | 0.98% | - |
| XYZ | 78.38 | 90.06 | 83.77 | - |
| YUV | 239.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 224 | 0.11 | 0 | 0.11 | 0.02 | 122.14 | 0.78 | 0.93 |
| Hex | DF | FB | E0 | B | 0 | B | 2 | 7A | 4E | 5D |
| Octal | 337 | 373 | 340 | 13 | 0 | 13 | 2 | 172 | 116 | 135 |
| Binary | 11011111 | 11111011 | 11100000 | 1011 | 0 | 1011 | 10 | 1111010 | 1001110 | 1011101 |
Color Harmonies of #DFFBE0
Complementary color
Monochromatic Colors of #DFFBE0
Black with #DFFBE0
Text Example
Text Example
White with #DFFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBE0; }
p { color: rgb(223,251,224); }
H1.HeaderClassName
{
color: #DFFBE0;
}
.AnyTagClassName
{
color: #DFFBE0;
}
</style>
background-color css
<style>
a { background-color: #DFFBE0; }
a { background-color: rgb(223,251,224); }
div.DivClassName
{
background-color: #DFFBE0;
}
.BgClassName
{
background-color: #DFFBE0;
}
</style>
border-color css
<style>
span { border-color: #DFFBE0; }
span { border-color: rgb(223,251,224); }
td.TdClassName
{
border-color: #DFFBE0;
}
.TagClassName
{
border-color: #DFFBE0;
}
</style>