Shades of Tara #DDE8DD
Tints of Tara #DDE8DD
RGB
CMYK
RGB Variations
Color information
#DDE8DD (or 0xDDE8DD) is known color: Tara. HEX triplet: DD, E8 and DD. RGB value is (221,232,221). Sum of RGB (Red+Green+Blue) = 221+232+221=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DD is #221722. Grayscale: #E3E3E3. Windows color (decimal): -2234147 or 14543069. OLE color: 14543069.
HSL color Cylindrical-coordinate representation of color #DDE8DD: hue angle of 120º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE8DD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 232 | 221 | - |
CMYK | 0.05 | 0 | 0.05 | 0.09 |
HSL | 120º | 0.19% | 0.89% | - |
HSV(B) | 120º | 0.05% | 0.91% | - |
XYZ | 71.73 | 78.31 | 79.74 | - |
YUV | 227.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 232 | 221 | 0.05 | 0 | 0.05 | 0.09 | 120 | 0.19 | 0.89 |
Hex | DD | E8 | DD | 5 | 0 | 5 | 9 | 78 | 13 | 59 |
Octal | 335 | 350 | 335 | 5 | 0 | 5 | 11 | 170 | 23 | 131 |
Binary | 11011101 | 11101000 | 11011101 | 101 | 0 | 101 | 1001 | 1111000 | 10011 | 1011001 |
Color Harmonies of #DDE8DD
Complementary color
Monochromatic Colors of #DDE8DD
Black with #DDE8DD
Text Example
Text Example
White with #DDE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8DD; }
p { color: rgb(221,232,221); }
H1.HeaderClassName
{
color: #DDE8DD;
}
.AnyTagClassName
{
color: #DDE8DD;
}
</style>
background-color css
<style>
a { background-color: #DDE8DD; }
a { background-color: rgb(221,232,221); }
div.DivClassName
{
background-color: #DDE8DD;
}
.BgClassName
{
background-color: #DDE8DD;
}
</style>
border-color css
<style>
span { border-color: #DDE8DD; }
span { border-color: rgb(221,232,221); }
td.TdClassName
{
border-color: #DDE8DD;
}
.TagClassName
{
border-color: #DDE8DD;
}
</style>