#DDEDD3

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

Shades of Hint Of Green #DDEDD3

Tints of Hint Of Green #DDEDD3

Color information

#DDEDD3 (or 0xDDEDD3) is unknown color: approx Hint Of Green. HEX triplet: DD, ED and D3. RGB value is (221,237,211). Sum of RGB (Red+Green+Blue) = 221+237+211=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD3 is #22122C. Grayscale: #E5E5E5. Windows color (decimal): -2232877 or 13888989. OLE color: 13888989.

HSL color Cylindrical-coordinate representation of color #DDEDD3: hue angle of 96.92º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEDD3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB221237211-
CMYK0.0700.110.07
HSL96.92º41.94%87.84%-
HSV(B)96.92º10.97%92.94%-
XYZ71.8680.6473.41-
YUV229.25117.7122.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 211 (82.81% from 255) = 31.54%
R=33.03%
G=35.43%
B=31.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372110.0700.110.0796.9241.9487.84
HexDDEDD370B7612a58
Octal3353553237013714152130
Binary1101110111101101110100111110101111111000011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDD3; }

 p { color: rgb(221,237,211); }

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

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

 a { background-color: rgb(221,237,211); }

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

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

 span { border-color: rgb(221,237,211); }

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