#DDEBD7

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

Shades of Hint Of Green #DDEBD7

Tints of Hint Of Green #DDEBD7

Color information

#DDEBD7 (or 0xDDEBD7) is unknown color: approx Hint Of Green. HEX triplet: DD, EB and D7. RGB value is (221,235,215). Sum of RGB (Red+Green+Blue) = 221+235+215=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD7 is #221428. Grayscale: #E4E4E4. Windows color (decimal): -2233385 or 14150621. OLE color: 14150621.

HSL color Cylindrical-coordinate representation of color #DDEBD7: hue angle of 102º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB221235215-
CMYK0.0600.090.08
HSL102º33.33%88.24%-
HSV(B)102º8.51%92.16%-
XYZ71.7979.775.89-
YUV228.53120.36122.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=32.94%
G=35.02%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352150.0600.090.0810233.3388.24
HexDDEBD76098662158
Octal33535332760111014641130
Binary11011101111010111101011111001001100011001101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD7; }

 p { color: rgb(221,235,215); }

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

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

 a { background-color: rgb(221,235,215); }

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

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

 span { border-color: rgb(221,235,215); }

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