#DDDED2

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

Shades of Green White #DDDED2

Tints of Green White #DDDED2

Color information

#DDDED2 (or 0xDDDED2) is unknown color: approx Green White. HEX triplet: DD, DE and D2. RGB value is (221,222,210). Sum of RGB (Red+Green+Blue) = 221+222+210=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED2 is #22212D. Grayscale: #DCDCDC. Windows color (decimal): -2236718 or 13819613. OLE color: 13819613.

HSL color Cylindrical-coordinate representation of color #DDDED2: hue angle of 65º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDED2 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221222210-
CMYK0.0000.050.13
HSL65º15.38%84.71%-
HSV(B)65º5.41%87.06%-
XYZ67.5772.2771.36-
YUV220.33122.17128.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=33.84%
G=34.00%
B=32.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212222100.0000.050.136515.3884.71
HexDDDED2005D41f55
Octal3353363220051510117125
Binary110111011101111011010010001011101100000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDED2; }

 p { color: rgb(221,222,210); }

 H1.HeaderClassName
 {
   color: #DDDED2;
 }
 .AnyTagClassName
 {
   color: #DDDED2;
 }
</style>
background-color css

<style>
 a { background-color: #DDDED2; }

 a { background-color: rgb(221,222,210); }

 div.DivClassName
 {
   background-color: #DDDED2;
 }
 .BgClassName
 {
   background-color: #DDDED2;
 }
</style>
border-color css

<style>
 span { border-color: #DDDED2; }

 span { border-color: rgb(221,222,210); }

 td.TdClassName
 {
   border-color: #DDDED2;
 }
 .TagClassName
 {
   border-color: #DDDED2;
 }
</style>