#DDEAD8

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

Shades of Hint Of Green #DDEAD8

Tints of Hint Of Green #DDEAD8

Color information

#DDEAD8 (or 0xDDEAD8) is unknown color: approx Hint Of Green. HEX triplet: DD, EA and D8. RGB value is (221,234,216). Sum of RGB (Red+Green+Blue) = 221+234+216=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD8 is #221527. Grayscale: #E4E4E4. Windows color (decimal): -2233640 or 14215901. OLE color: 14215901.

HSL color Cylindrical-coordinate representation of color #DDEAD8: hue angle of 103.33º degrees, saturation: 0.3, 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 #DDEAD8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB221234216-
CMYK0.0600.080.08
HSL103.33º30%88.24%-
HSV(B)103.33º7.69%91.76%-
XYZ71.6479.1876.47-
YUV228.06121.19122.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=32.94%
G=34.87%
B=32.19%

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
Decimal2212342160.0600.080.08103.333088.24
HexDDEAD86088671e58
Octal33535233060101014736130
Binary1101110111101010110110001100100010001100111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD8; }

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

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

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

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

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

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

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

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