Shades of Tara #DEFDDF
Tints of Tara #DEFDDF
RGB
CMYK
RGB Variations
Color information
#DEFDDF (or 0xDEFDDF) is known color: Tara. HEX triplet: DE, FD and DF. RGB value is (222,253,223). Sum of RGB (Red+Green+Blue) = 222+253+223=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDDF is #210220. Grayscale: #F0F0F0. Windows color (decimal): -2163233 or 14679518. OLE color: 14679518.
HSL color Cylindrical-coordinate representation of color #DEFDDF: hue angle of 121.94º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFDDF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 223 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.01 |
| HSL | 121.94º | 0.89% | 0.93% | - |
| HSV(B) | 121.94º | 0.12% | 0.99% | - |
| XYZ | 78.57 | 91.11 | 83.26 | - |
| YUV | 240.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 223 | 0.12 | 0 | 0.12 | 0.01 | 121.94 | 0.89 | 0.93 |
| Hex | DE | FD | DF | C | 0 | C | 1 | 7A | 59 | 5D |
| Octal | 336 | 375 | 337 | 14 | 0 | 14 | 1 | 172 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11011111 | 1100 | 0 | 1100 | 1 | 1111010 | 1011001 | 1011101 |
Color Harmonies of #DEFDDF
Complementary color
Monochromatic Colors of #DEFDDF
Black with #DEFDDF
Text Example
Text Example
White with #DEFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDDF; }
p { color: rgb(222,253,223); }
H1.HeaderClassName
{
color: #DEFDDF;
}
.AnyTagClassName
{
color: #DEFDDF;
}
</style>
background-color css
<style>
a { background-color: #DEFDDF; }
a { background-color: rgb(222,253,223); }
div.DivClassName
{
background-color: #DEFDDF;
}
.BgClassName
{
background-color: #DEFDDF;
}
</style>
border-color css
<style>
span { border-color: #DEFDDF; }
span { border-color: rgb(222,253,223); }
td.TdClassName
{
border-color: #DEFDDF;
}
.TagClassName
{
border-color: #DEFDDF;
}
</style>