#DEDDC9

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

Shades of Green White #DEDDC9

Tints of Green White #DEDDC9

Color information

#DEDDC9 (or 0xDEDDC9) is unknown color: approx Green White. HEX triplet: DE, DD and C9. RGB value is (222,221,201). Sum of RGB (Red+Green+Blue) = 222+221+201=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC9 is #212236. Grayscale: #DBDBDB. Windows color (decimal): -2171447 or 13229534. OLE color: 13229534.

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

Color convert

RGB222221201-
CMYK00.000.090.13
HSL57.14º24.14%82.94%-
HSV(B)57.14º9.46%87.06%-
XYZ66.5271.4665.55-
YUV219.02117.83130.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 201 (78.91% from 255) = 31.21%
R=34.47%
G=34.32%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222120100.000.090.1357.1424.1482.94
HexDEDDC9009D391853
Octal3363353110011157130123
Binary1101111011011101110010010010011101111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDC9; }

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

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

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

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

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

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

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

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