Shades of Tara #DFFBDD
Tints of Tara #DFFBDD
RGB
CMYK
RGB Variations
Color information
#DFFBDD (or 0xDFFBDD) is known color: Tara. HEX triplet: DF, FB and DD. RGB value is (223,251,221). Sum of RGB (Red+Green+Blue) = 223+251+221=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBDD is #200422. Grayscale: #EFEFEF. Windows color (decimal): -2098211 or 14547935. OLE color: 14547935.
HSL color Cylindrical-coordinate representation of color #DFFBDD: hue angle of 116º degrees, saturation: 0.79, 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 #DFFBDD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 221 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.02 |
| HSL | 116º | 0.79% | 0.93% | - |
| HSV(B) | 116º | 0.12% | 0.98% | - |
| XYZ | 77.98 | 89.9 | 81.65 | - |
| YUV | 239.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 221 | 0.11 | 0 | 0.12 | 0.02 | 116 | 0.79 | 0.93 |
| Hex | DF | FB | DD | B | 0 | C | 2 | 74 | 4F | 5D |
| Octal | 337 | 373 | 335 | 13 | 0 | 14 | 2 | 164 | 117 | 135 |
| Binary | 11011111 | 11111011 | 11011101 | 1011 | 0 | 1100 | 10 | 1110100 | 1001111 | 1011101 |
Color Harmonies of #DFFBDD
Complementary color
Monochromatic Colors of #DFFBDD
Black with #DFFBDD
Text Example
Text Example
White with #DFFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBDD; }
p { color: rgb(223,251,221); }
H1.HeaderClassName
{
color: #DFFBDD;
}
.AnyTagClassName
{
color: #DFFBDD;
}
</style>
background-color css
<style>
a { background-color: #DFFBDD; }
a { background-color: rgb(223,251,221); }
div.DivClassName
{
background-color: #DFFBDD;
}
.BgClassName
{
background-color: #DFFBDD;
}
</style>
border-color css
<style>
span { border-color: #DFFBDD; }
span { border-color: rgb(223,251,221); }
td.TdClassName
{
border-color: #DFFBDD;
}
.TagClassName
{
border-color: #DFFBDD;
}
</style>