#DDDED1

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

Shades of Green White #DDDED1

Tints of Green White #DDDED1

Color information

#DDDED1 (or 0xDDDED1) is unknown color: approx Green White. HEX triplet: DD, DE and D1. RGB value is (221,222,209). Sum of RGB (Red+Green+Blue) = 221+222+209=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED1 is #22212E. Grayscale: #DCDCDC. Windows color (decimal): -2236719 or 13754077. OLE color: 13754077.

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

Color convert

RGB221222209-
CMYK0.0000.060.13
HSL64.62º16.46%84.51%-
HSV(B)64.62º5.86%87.06%-
XYZ67.4572.2270.71-
YUV220.22121.67128.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=33.90%
G=34.05%
B=32.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212222090.0000.060.1364.6216.4684.51
HexDDDED1006D411055
Octal3353363210061510120125
Binary1101110111011110110100010011011011000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDED1; }

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

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

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

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

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

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

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

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