Shades of Tara #DDFFDD
Tints of Tara #DDFFDD
RGB
CMYK
RGB Variations
Color information
#DDFFDD (or 0xDDFFDD) is known color: Tara. HEX triplet: DD, FF and DD. RGB value is (221,255,221). Sum of RGB (Red+Green+Blue) = 221+255+221=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDD is #220022. Grayscale: #F1F1F1. Windows color (decimal): -2228259 or 14548957. OLE color: 14548957.
HSL color Cylindrical-coordinate representation of color #DDFFDD: hue angle of 120º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 221 | - |
CMYK | 0.13 | 0 | 0.13 | 0 |
HSL | 120º | 1% | 0.93% | - |
HSV(B) | 120º | 0.13% | 1% | - |
XYZ | 78.63 | 92.11 | 82.04 | - |
YUV | 240.96 | 116.74 | 113.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 221 | 0.13 | 0 | 0.13 | 0 | 120 | 1 | 0.93 |
Hex | DD | FF | DD | D | 0 | D | 0 | 78 | 64 | 5D |
Octal | 335 | 377 | 335 | 15 | 0 | 15 | 0 | 170 | 144 | 135 |
Binary | 11011101 | 11111111 | 11011101 | 1101 | 0 | 1101 | 0 | 1111000 | 1100100 | 1011101 |
Color Harmonies of #DDFFDD
Complementary color
Monochromatic Colors of #DDFFDD
Black with #DDFFDD
Text Example
Text Example
White with #DDFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFDD; }
p { color: rgb(221,255,221); }
H1.HeaderClassName
{
color: #DDFFDD;
}
.AnyTagClassName
{
color: #DDFFDD;
}
</style>
background-color css
<style>
a { background-color: #DDFFDD; }
a { background-color: rgb(221,255,221); }
div.DivClassName
{
background-color: #DDFFDD;
}
.BgClassName
{
background-color: #DDFFDD;
}
</style>
border-color css
<style>
span { border-color: #DDFFDD; }
span { border-color: rgb(221,255,221); }
td.TdClassName
{
border-color: #DDFFDD;
}
.TagClassName
{
border-color: #DDFFDD;
}
</style>