Shades of Tara #DDEDDC
Tints of Tara #DDEDDC
RGB
CMYK
RGB Variations
Color information
#DDEDDC (or 0xDDEDDC) is known color: Tara. HEX triplet: DD, ED and DC. RGB value is (221,237,220). Sum of RGB (Red+Green+Blue) = 221+237+220=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDDC is #221223. Grayscale: #E6E6E6. Windows color (decimal): -2232868 or 14478813. OLE color: 14478813.
HSL color Cylindrical-coordinate representation of color #DDEDDC: hue angle of 116.47º degrees, saturation: 0.32, 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 #DDEDDC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 220 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 116.47º | 0.32% | 0.9% | - |
HSV(B) | 116.47º | 0.07% | 0.93% | - |
XYZ | 73.02 | 81.11 | 79.52 | - |
YUV | 230.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 220 | 0.07 | 0 | 0.07 | 0.07 | 116.47 | 0.32 | 0.9 |
Hex | DD | ED | DC | 7 | 0 | 7 | 7 | 74 | 20 | 5A |
Octal | 335 | 355 | 334 | 7 | 0 | 7 | 7 | 164 | 40 | 132 |
Binary | 11011101 | 11101101 | 11011100 | 111 | 0 | 111 | 111 | 1110100 | 100000 | 1011010 |
Color Harmonies of #DDEDDC
Complementary color
Monochromatic Colors of #DDEDDC
Black with #DDEDDC
Text Example
Text Example
White with #DDEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDDC; }
p { color: rgb(221,237,220); }
H1.HeaderClassName
{
color: #DDEDDC;
}
.AnyTagClassName
{
color: #DDEDDC;
}
</style>
background-color css
<style>
a { background-color: #DDEDDC; }
a { background-color: rgb(221,237,220); }
div.DivClassName
{
background-color: #DDEDDC;
}
.BgClassName
{
background-color: #DDEDDC;
}
</style>
border-color css
<style>
span { border-color: #DDEDDC; }
span { border-color: rgb(221,237,220); }
td.TdClassName
{
border-color: #DDEDDC;
}
.TagClassName
{
border-color: #DDEDDC;
}
</style>