Shades of Tara #DDEDDD
Tints of Tara #DDEDDD
RGB
CMYK
RGB Variations
Color information
#DDEDDD (or 0xDDEDDD) is known color: Tara. HEX triplet: DD, ED and DD. RGB value is (221,237,221). Sum of RGB (Red+Green+Blue) = 221+237+221=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDD is #221222. Grayscale: #E6E6E6. Windows color (decimal): -2232867 or 14544349. OLE color: 14544349.
HSL color Cylindrical-coordinate representation of color #DDEDDD: hue angle of 120º degrees, saturation: 0.31, 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 #DDEDDD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 221 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 120º | 0.31% | 0.9% | - |
HSV(B) | 120º | 0.07% | 0.93% | - |
XYZ | 73.15 | 81.16 | 80.22 | - |
YUV | 230.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 221 | 0.07 | 0 | 0.07 | 0.07 | 120 | 0.31 | 0.9 |
Hex | DD | ED | DD | 7 | 0 | 7 | 7 | 78 | 1F | 5A |
Octal | 335 | 355 | 335 | 7 | 0 | 7 | 7 | 170 | 37 | 132 |
Binary | 11011101 | 11101101 | 11011101 | 111 | 0 | 111 | 111 | 1111000 | 11111 | 1011010 |
Color Harmonies of #DDEDDD
Complementary color
Monochromatic Colors of #DDEDDD
Black with #DDEDDD
Text Example
Text Example
White with #DDEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDDD; }
p { color: rgb(221,237,221); }
H1.HeaderClassName
{
color: #DDEDDD;
}
.AnyTagClassName
{
color: #DDEDDD;
}
</style>
background-color css
<style>
a { background-color: #DDEDDD; }
a { background-color: rgb(221,237,221); }
div.DivClassName
{
background-color: #DDEDDD;
}
.BgClassName
{
background-color: #DDEDDD;
}
</style>
border-color css
<style>
span { border-color: #DDEDDD; }
span { border-color: rgb(221,237,221); }
td.TdClassName
{
border-color: #DDEDDD;
}
.TagClassName
{
border-color: #DDEDDD;
}
</style>