#DDEBD8

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

Shades of Hint Of Green #DDEBD8

Tints of Hint Of Green #DDEBD8

Color information

#DDEBD8 (or 0xDDEBD8) is unknown color: approx Hint Of Green. HEX triplet: DD, EB and D8. RGB value is (221,235,216). Sum of RGB (Red+Green+Blue) = 221+235+216=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD8 is #221427. Grayscale: #E4E4E4. Windows color (decimal): -2233384 or 14216157. OLE color: 14216157.

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

Color convert

RGB221235216-
CMYK0.0600.080.08
HSL104.21º32.2%88.43%-
HSV(B)104.21º8.09%92.16%-
XYZ71.9279.7576.57-
YUV228.65120.86122.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=32.89%
G=34.97%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352160.0600.080.08104.2132.288.43
HexDDEBD86088682058
Octal33535333060101015040130
Binary11011101111010111101100011001000100011010001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD8; }

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

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

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

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

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

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

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

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