#DEDDD1

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

Shades of Green White #DEDDD1

Tints of Green White #DEDDD1

Color information

#DEDDD1 (or 0xDEDDD1) is unknown color: approx Green White. HEX triplet: DE, DD and D1. RGB value is (222,221,209). Sum of RGB (Red+Green+Blue) = 222+221+209=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDD1 is #21222E. Grayscale: #DBDBDB. Windows color (decimal): -2171439 or 13753822. OLE color: 13753822.

HSL color Cylindrical-coordinate representation of color #DEDDD1: hue angle of 55.38º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDDD1 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222221209-
CMYK00.000.060.13
HSL55.38º16.46%84.51%-
HSV(B)55.38º5.86%87.06%-
XYZ67.4971.8570.63-
YUV219.93121.83129.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=34.05%
G=33.90%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222120900.000.060.1355.3816.4684.51
HexDEDDD1006D371055
Octal336335321006156720125
Binary110111101101110111010001001101101110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDD1; }

 p { color: rgb(222,221,209); }

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

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

 a { background-color: rgb(222,221,209); }

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

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

 span { border-color: rgb(222,221,209); }

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