Shades of Tara #DFFCDD
Tints of Tara #DFFCDD
RGB
CMYK
RGB Variations
Color information
#DFFCDD (or 0xDFFCDD) is known color: Tara. HEX triplet: DF, FC and DD. RGB value is (223,252,221). Sum of RGB (Red+Green+Blue) = 223+252+221=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCDD is #200322. Grayscale: #EFEFEF. Windows color (decimal): -2097955 or 14548191. OLE color: 14548191.
HSL color Cylindrical-coordinate representation of color #DFFCDD: hue angle of 116.13º degrees, saturation: 0.84, 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 #DFFCDD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 221 | - |
CMYK | 0.12 | 0 | 0.12 | 0.01 |
HSL | 116.13º | 0.84% | 0.93% | - |
HSV(B) | 116.13º | 0.12% | 0.99% | - |
XYZ | 78.29 | 90.53 | 81.75 | - |
YUV | 239.8 | 117.39 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 221 | 0.12 | 0 | 0.12 | 0.01 | 116.13 | 0.84 | 0.93 |
Hex | DF | FC | DD | C | 0 | C | 1 | 74 | 54 | 5D |
Octal | 337 | 374 | 335 | 14 | 0 | 14 | 1 | 164 | 124 | 135 |
Binary | 11011111 | 11111100 | 11011101 | 1100 | 0 | 1100 | 1 | 1110100 | 1010100 | 1011101 |
Color Harmonies of #DFFCDD
Complementary color
Monochromatic Colors of #DFFCDD
Black with #DFFCDD
Text Example
Text Example
White with #DFFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCDD; }
p { color: rgb(223,252,221); }
H1.HeaderClassName
{
color: #DFFCDD;
}
.AnyTagClassName
{
color: #DFFCDD;
}
</style>
background-color css
<style>
a { background-color: #DFFCDD; }
a { background-color: rgb(223,252,221); }
div.DivClassName
{
background-color: #DFFCDD;
}
.BgClassName
{
background-color: #DFFCDD;
}
</style>
border-color css
<style>
span { border-color: #DFFCDD; }
span { border-color: rgb(223,252,221); }
td.TdClassName
{
border-color: #DFFCDD;
}
.TagClassName
{
border-color: #DFFCDD;
}
</style>