#DDEDDD

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

Shades of Tara #DDEDDD

Tints of Tara #DDEDDD

Color information

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

RGB221237221-
CMYK0.0700.070.07
HSL120º30.77%89.8%-
HSV(B)120º6.75%92.94%-
XYZ73.1581.1680.22-
YUV230.39122.7121.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=32.55%
G=34.90%
B=32.55%

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
Decimal2212372210.0700.070.0712030.7789.8
HexDDEDDD7077781f5a
Octal335355335707717037132
Binary11011101111011011101110111101111111111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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