Shades of Tara #DFFDDB
Tints of Tara #DFFDDB
RGB
CMYK
RGB Variations
Color information
#DFFDDB (or 0xDFFDDB) is known color: Tara. HEX triplet: DF, FD and DB. RGB value is (223,253,219). Sum of RGB (Red+Green+Blue) = 223+253+219=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDDB is #200224. Grayscale: #F0F0F0. Windows color (decimal): -2097701 or 14417375. OLE color: 14417375.
HSL color Cylindrical-coordinate representation of color #DFFDDB: hue angle of 112.94º 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 #DFFDDB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 253 | 219 | - |
CMYK | 0.12 | 0 | 0.13 | 0.01 |
HSL | 112.94º | 0.89% | 0.93% | - |
HSV(B) | 112.94º | 0.13% | 0.99% | - |
XYZ | 78.34 | 91.05 | 80.46 | - |
YUV | 240.15 | 116.06 | 115.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 253 | 219 | 0.12 | 0 | 0.13 | 0.01 | 112.94 | 0.89 | 0.93 |
Hex | DF | FD | DB | C | 0 | D | 1 | 71 | 59 | 5D |
Octal | 337 | 375 | 333 | 14 | 0 | 15 | 1 | 161 | 131 | 135 |
Binary | 11011111 | 11111101 | 11011011 | 1100 | 0 | 1101 | 1 | 1110001 | 1011001 | 1011101 |
Color Harmonies of #DFFDDB
Complementary color
Monochromatic Colors of #DFFDDB
Black with #DFFDDB
Text Example
Text Example
White with #DFFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDDB; }
p { color: rgb(223,253,219); }
H1.HeaderClassName
{
color: #DFFDDB;
}
.AnyTagClassName
{
color: #DFFDDB;
}
</style>
background-color css
<style>
a { background-color: #DFFDDB; }
a { background-color: rgb(223,253,219); }
div.DivClassName
{
background-color: #DFFDDB;
}
.BgClassName
{
background-color: #DFFDDB;
}
</style>
border-color css
<style>
span { border-color: #DFFDDB; }
span { border-color: rgb(223,253,219); }
td.TdClassName
{
border-color: #DFFDDB;
}
.TagClassName
{
border-color: #DFFDDB;
}
</style>