#DDEAD7

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

Shades of Hint Of Green #DDEAD7

Tints of Hint Of Green #DDEAD7

Color information

#DDEAD7 (or 0xDDEAD7) is unknown color: approx Hint Of Green. HEX triplet: DD, EA and D7. RGB value is (221,234,215). Sum of RGB (Red+Green+Blue) = 221+234+215=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAD7 is #221528. Grayscale: #E4E4E4. Windows color (decimal): -2233641 or 14150365. OLE color: 14150365.

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

Color convert

RGB221234215-
CMYK0.0600.080.08
HSL101.05º31.15%88.04%-
HSV(B)101.05º8.12%91.76%-
XYZ71.5179.1275.79-
YUV227.95120.69123.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=32.99%
G=34.93%
B=32.09%

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
Decimal2212342150.0600.080.08101.0531.1588.04
HexDDEAD76088651f58
Octal33535232760101014537130
Binary1101110111101010110101111100100010001100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAD7; }

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

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

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

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

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

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

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

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