#DDEEDD

Color #DDEEDD Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DDEEDD

Tints of Tara #DDEEDD

Color information

#DDEEDD (or 0xDDEEDD) is unknown color: approx 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

RGB221238221-
CMYK0.0700.070.07
HSL120º33.33%90%-
HSV(B)120º7.14%93.33%-
XYZ73.4481.7480.31-
YUV230.98122.37120.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=32.5%
G=35%
B=32.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382210.0700.070.0712033.3390
HexDDEEDD707778215a
Octal335356335707717041132
Binary110111011110111011011101111011111111110001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>