#DDEDD5

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

Shades of Hint Of Green #DDEDD5

Tints of Hint Of Green #DDEDD5

Color information

#DDEDD5 (or 0xDDEDD5) is unknown color: approx Hint Of Green. HEX triplet: DD, ED and D5. RGB value is (221,237,213). Sum of RGB (Red+Green+Blue) = 221+237+213=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD5 is #22122A. Grayscale: #E5E5E5. Windows color (decimal): -2232875 or 14020061. OLE color: 14020061.

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

Color convert

RGB221237213-
CMYK0.0700.100.07
HSL100º40%88.24%-
HSV(B)100º10.13%92.94%-
XYZ72.1180.7474.74-
YUV229.48118.7121.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=32.94%
G=35.32%
B=31.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372130.0700.100.071004088.24
HexDDEDD570A7642858
Octal3353553257012714450130
Binary1101110111101101110101011110101011111001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDD5; }

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

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

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

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

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

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

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

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