Shades of Tara #DDFFD8
Tints of Tara #DDFFD8
RGB
CMYK
RGB Variations
Color information
#DDFFD8 (or 0xDDFFD8) is known color: Tara. HEX triplet: DD, FF and D8. RGB value is (221,255,216). Sum of RGB (Red+Green+Blue) = 221+255+216=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD8 is #220027. Grayscale: #F0F0F0. Windows color (decimal): -2228264 or 14221277. OLE color: 14221277.
HSL color Cylindrical-coordinate representation of color #DDFFD8: hue angle of 112.31º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFFD8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 216 | - |
| CMYK | 0.13 | 0 | 0.15 | 0 |
| HSL | 112.31º | 1% | 0.92% | - |
| HSV(B) | 112.31º | 0.15% | 1% | - |
| XYZ | 77.97 | 91.85 | 78.58 | - |
| YUV | 240.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 216 | 0.13 | 0 | 0.15 | 0 | 112.31 | 1 | 0.92 |
| Hex | DD | FF | D8 | D | 0 | F | 0 | 70 | 64 | 5C |
| Octal | 335 | 377 | 330 | 15 | 0 | 17 | 0 | 160 | 144 | 134 |
| Binary | 11011101 | 11111111 | 11011000 | 1101 | 0 | 1111 | 0 | 1110000 | 1100100 | 1011100 |
Color Harmonies of #DDFFD8
Complementary color
Monochromatic Colors of #DDFFD8
Black with #DDFFD8
Text Example
Text Example
White with #DDFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFD8; }
p { color: rgb(221,255,216); }
H1.HeaderClassName
{
color: #DDFFD8;
}
.AnyTagClassName
{
color: #DDFFD8;
}
</style>
background-color css
<style>
a { background-color: #DDFFD8; }
a { background-color: rgb(221,255,216); }
div.DivClassName
{
background-color: #DDFFD8;
}
.BgClassName
{
background-color: #DDFFD8;
}
</style>
border-color css
<style>
span { border-color: #DDFFD8; }
span { border-color: rgb(221,255,216); }
td.TdClassName
{
border-color: #DDFFD8;
}
.TagClassName
{
border-color: #DDFFD8;
}
</style>