Shades of Tara #DFFBDB
Tints of Tara #DFFBDB
RGB
CMYK
RGB Variations
Color information
#DFFBDB (or 0xDFFBDB) is known color: Tara. HEX triplet: DF, FB and DB. RGB value is (223,251,219). Sum of RGB (Red+Green+Blue) = 223+251+219=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBDB is #200424. Grayscale: #EFEFEF. Windows color (decimal): -2098213 or 14416863. OLE color: 14416863.
HSL color Cylindrical-coordinate representation of color #DFFBDB: hue angle of 112.5º 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 #DFFBDB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 251 | 219 | - |
CMYK | 0.11 | 0 | 0.13 | 0.02 |
HSL | 112.5º | 0.8% | 0.92% | - |
HSV(B) | 112.5º | 0.13% | 0.98% | - |
XYZ | 77.71 | 89.8 | 80.25 | - |
YUV | 238.98 | 116.72 | 116.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 251 | 219 | 0.11 | 0 | 0.13 | 0.02 | 112.5 | 0.8 | 0.92 |
Hex | DF | FB | DB | B | 0 | D | 2 | 70 | 50 | 5C |
Octal | 337 | 373 | 333 | 13 | 0 | 15 | 2 | 160 | 120 | 134 |
Binary | 11011111 | 11111011 | 11011011 | 1011 | 0 | 1101 | 10 | 1110000 | 1010000 | 1011100 |
Color Harmonies of #DFFBDB
Complementary color
Monochromatic Colors of #DFFBDB
Black with #DFFBDB
Text Example
Text Example
White with #DFFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBDB; }
p { color: rgb(223,251,219); }
H1.HeaderClassName
{
color: #DFFBDB;
}
.AnyTagClassName
{
color: #DFFBDB;
}
</style>
background-color css
<style>
a { background-color: #DFFBDB; }
a { background-color: rgb(223,251,219); }
div.DivClassName
{
background-color: #DFFBDB;
}
.BgClassName
{
background-color: #DFFBDB;
}
</style>
border-color css
<style>
span { border-color: #DFFBDB; }
span { border-color: rgb(223,251,219); }
td.TdClassName
{
border-color: #DFFBDB;
}
.TagClassName
{
border-color: #DFFBDB;
}
</style>