Shades of Tara #DFEADF
Tints of Tara #DFEADF
RGB
CMYK
RGB Variations
Color information
#DFEADF (or 0xDFEADF) is known color: Tara. HEX triplet: DF, EA and DF. RGB value is (223,234,223). Sum of RGB (Red+Green+Blue) = 223+234+223=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEADF is #201520. Grayscale: #E5E5E5. Windows color (decimal): -2102561 or 14674655. OLE color: 14674655.
HSL color Cylindrical-coordinate representation of color #DFEADF: hue angle of 120º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEADF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 234 | 223 | - |
CMYK | 0.05 | 0 | 0.05 | 0.08 |
HSL | 120º | 0.21% | 0.9% | - |
HSV(B) | 120º | 0.05% | 0.92% | - |
XYZ | 73.17 | 79.86 | 81.37 | - |
YUV | 229.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 223 | 0.05 | 0 | 0.05 | 0.08 | 120 | 0.21 | 0.9 |
Hex | DF | EA | DF | 5 | 0 | 5 | 8 | 78 | 15 | 5A |
Octal | 337 | 352 | 337 | 5 | 0 | 5 | 10 | 170 | 25 | 132 |
Binary | 11011111 | 11101010 | 11011111 | 101 | 0 | 101 | 1000 | 1111000 | 10101 | 1011010 |
Color Harmonies of #DFEADF
Complementary color
Monochromatic Colors of #DFEADF
Black with #DFEADF
Text Example
Text Example
White with #DFEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEADF; }
p { color: rgb(223,234,223); }
H1.HeaderClassName
{
color: #DFEADF;
}
.AnyTagClassName
{
color: #DFEADF;
}
</style>
background-color css
<style>
a { background-color: #DFEADF; }
a { background-color: rgb(223,234,223); }
div.DivClassName
{
background-color: #DFEADF;
}
.BgClassName
{
background-color: #DFEADF;
}
</style>
border-color css
<style>
span { border-color: #DFEADF; }
span { border-color: rgb(223,234,223); }
td.TdClassName
{
border-color: #DFEADF;
}
.TagClassName
{
border-color: #DFEADF;
}
</style>