Shades of Tara #DFFDDD
Tints of Tara #DFFDDD
RGB
CMYK
RGB Variations
Color information
#DFFDDD (or 0xDFFDDD) is known color: Tara. HEX triplet: DF, FD and DD. RGB value is (223,253,221). Sum of RGB (Red+Green+Blue) = 223+253+221=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDDD is #200222. Grayscale: #F0F0F0. Windows color (decimal): -2097699 or 14548447. OLE color: 14548447.
HSL color Cylindrical-coordinate representation of color #DFFDDD: hue angle of 116.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFFDDD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 221 | - |
CMYK | 0.12 | 0 | 0.13 | 0.01 |
HSL | 116.25º | 0.89% | 0.93% | - |
HSV(B) | 116.25º | 0.13% | 0.99% | - |
XYZ | 78.61 | 91.16 | 81.86 | - |
YUV | 240.38 | 117.06 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 221 | 0.12 | 0 | 0.13 | 0.01 | 116.25 | 0.89 | 0.93 |
Hex | DF | FD | DD | C | 0 | D | 1 | 74 | 59 | 5D |
Octal | 337 | 375 | 335 | 14 | 0 | 15 | 1 | 164 | 131 | 135 |
Binary | 11011111 | 11111101 | 11011101 | 1100 | 0 | 1101 | 1 | 1110100 | 1011001 | 1011101 |
Color Harmonies of #DFFDDD
Complementary color
Monochromatic Colors of #DFFDDD
Black with #DFFDDD
Text Example
Text Example
White with #DFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDDD; }
p { color: rgb(223,253,221); }
H1.HeaderClassName
{
color: #DFFDDD;
}
.AnyTagClassName
{
color: #DFFDDD;
}
</style>
background-color css
<style>
a { background-color: #DFFDDD; }
a { background-color: rgb(223,253,221); }
div.DivClassName
{
background-color: #DFFDDD;
}
.BgClassName
{
background-color: #DFFDDD;
}
</style>
border-color css
<style>
span { border-color: #DFFDDD; }
span { border-color: rgb(223,253,221); }
td.TdClassName
{
border-color: #DFFDDD;
}
.TagClassName
{
border-color: #DFFDDD;
}
</style>