Shades of Tara #DDEEDD
Tints of Tara #DDEEDD
RGB
CMYK
RGB Variations
Color information
#DDEEDD (or 0xDDEEDD) is known color: Tara. HEX triplet: DD, EE and DD. RGB value is (221,238,221). Sum of RGB (Red+Green+Blue) = 221+238+221=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEDD is #221122. Grayscale: #E7E7E7. Windows color (decimal): -2232611 or 14544605. OLE color: 14544605.
HSL color Cylindrical-coordinate representation of color #DDEEDD: hue angle of 120º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEDD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 221 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 120º | 0.33% | 0.9% | - |
HSV(B) | 120º | 0.07% | 0.93% | - |
XYZ | 73.44 | 81.74 | 80.31 | - |
YUV | 230.98 | 122.37 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 221 | 0.07 | 0 | 0.07 | 0.07 | 120 | 0.33 | 0.9 |
Hex | DD | EE | DD | 7 | 0 | 7 | 7 | 78 | 21 | 5A |
Octal | 335 | 356 | 335 | 7 | 0 | 7 | 7 | 170 | 41 | 132 |
Binary | 11011101 | 11101110 | 11011101 | 111 | 0 | 111 | 111 | 1111000 | 100001 | 1011010 |
Color Harmonies of #DDEEDD
Complementary color
Monochromatic Colors of #DDEEDD
Black with #DDEEDD
Text Example
Text Example
White with #DDEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEDD; }
p { color: rgb(221,238,221); }
H1.HeaderClassName
{
color: #DDEEDD;
}
.AnyTagClassName
{
color: #DDEEDD;
}
</style>
background-color css
<style>
a { background-color: #DDEEDD; }
a { background-color: rgb(221,238,221); }
div.DivClassName
{
background-color: #DDEEDD;
}
.BgClassName
{
background-color: #DDEEDD;
}
</style>
border-color css
<style>
span { border-color: #DDEEDD; }
span { border-color: rgb(221,238,221); }
td.TdClassName
{
border-color: #DDEEDD;
}
.TagClassName
{
border-color: #DDEEDD;
}
</style>