Shades of Tara #DFF5DB
Tints of Tara #DFF5DB
RGB
CMYK
RGB Variations
Color information
#DFF5DB (or 0xDFF5DB) is known color: Tara. HEX triplet: DF, F5 and DB. RGB value is (223,245,219). Sum of RGB (Red+Green+Blue) = 223+245+219=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF5DB is #200A24. Grayscale: #EBEBEB. Windows color (decimal): -2099749 or 14415327. OLE color: 14415327.
HSL color Cylindrical-coordinate representation of color #DFF5DB: hue angle of 110.77º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF5DB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 245 | 219 | - |
CMYK | 0.09 | 0 | 0.11 | 0.04 |
HSL | 110.77º | 0.57% | 0.91% | - |
HSV(B) | 110.77º | 0.11% | 0.96% | - |
XYZ | 75.87 | 86.11 | 79.64 | - |
YUV | 235.46 | 118.71 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 245 | 219 | 0.09 | 0 | 0.11 | 0.04 | 110.77 | 0.57 | 0.91 |
Hex | DF | F5 | DB | 9 | 0 | B | 4 | 6F | 39 | 5B |
Octal | 337 | 365 | 333 | 11 | 0 | 13 | 4 | 157 | 71 | 133 |
Binary | 11011111 | 11110101 | 11011011 | 1001 | 0 | 1011 | 100 | 1101111 | 111001 | 1011011 |
Color Harmonies of #DFF5DB
Complementary color
Monochromatic Colors of #DFF5DB
Black with #DFF5DB
Text Example
Text Example
White with #DFF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5DB; }
p { color: rgb(223,245,219); }
H1.HeaderClassName
{
color: #DFF5DB;
}
.AnyTagClassName
{
color: #DFF5DB;
}
</style>
background-color css
<style>
a { background-color: #DFF5DB; }
a { background-color: rgb(223,245,219); }
div.DivClassName
{
background-color: #DFF5DB;
}
.BgClassName
{
background-color: #DFF5DB;
}
</style>
border-color css
<style>
span { border-color: #DFF5DB; }
span { border-color: rgb(223,245,219); }
td.TdClassName
{
border-color: #DFF5DB;
}
.TagClassName
{
border-color: #DFF5DB;
}
</style>