Shades of Tara #DFFADB
Tints of Tara #DFFADB
RGB
CMYK
RGB Variations
Color information
#DFFADB (or 0xDFFADB) is known color: Tara. HEX triplet: DF, FA and DB. RGB value is (223,250,219). Sum of RGB (Red+Green+Blue) = 223+250+219=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFADB is #200524. Grayscale: #EEEEEE. Windows color (decimal): -2098469 or 14416607. OLE color: 14416607.
HSL color Cylindrical-coordinate representation of color #DFFADB: hue angle of 112.26º degrees, saturation: 0.76, 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 #DFFADB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 250 | 219 | - |
CMYK | 0.11 | 0 | 0.12 | 0.02 |
HSL | 112.26º | 0.76% | 0.92% | - |
HSV(B) | 112.26º | 0.12% | 0.98% | - |
XYZ | 77.4 | 89.17 | 80.15 | - |
YUV | 238.39 | 117.05 | 117.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 250 | 219 | 0.11 | 0 | 0.12 | 0.02 | 112.26 | 0.76 | 0.92 |
Hex | DF | FA | DB | B | 0 | C | 2 | 70 | 4C | 5C |
Octal | 337 | 372 | 333 | 13 | 0 | 14 | 2 | 160 | 114 | 134 |
Binary | 11011111 | 11111010 | 11011011 | 1011 | 0 | 1100 | 10 | 1110000 | 1001100 | 1011100 |
Color Harmonies of #DFFADB
Complementary color
Monochromatic Colors of #DFFADB
Black with #DFFADB
Text Example
Text Example
White with #DFFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFADB; }
p { color: rgb(223,250,219); }
H1.HeaderClassName
{
color: #DFFADB;
}
.AnyTagClassName
{
color: #DFFADB;
}
</style>
background-color css
<style>
a { background-color: #DFFADB; }
a { background-color: rgb(223,250,219); }
div.DivClassName
{
background-color: #DFFADB;
}
.BgClassName
{
background-color: #DFFADB;
}
</style>
border-color css
<style>
span { border-color: #DFFADB; }
span { border-color: rgb(223,250,219); }
td.TdClassName
{
border-color: #DFFADB;
}
.TagClassName
{
border-color: #DFFADB;
}
</style>