#DEDDC5

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

Shades of Green White #DEDDC5

Tints of Green White #DEDDC5

Color information

#DEDDC5 (or 0xDEDDC5) is unknown color: approx Green White. HEX triplet: DE, DD and C5. RGB value is (222,221,197). Sum of RGB (Red+Green+Blue) = 222+221+197=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC5 is #21223A. Grayscale: #DADADA. Windows color (decimal): -2171451 or 12967390. OLE color: 12967390.

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

Color convert

RGB222221197-
CMYK00.000.110.13
HSL57.6º27.47%82.16%-
HSV(B)57.6º11.26%87.06%-
XYZ66.0671.2763.1-
YUV218.56115.83130.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=34.69%
G=34.53%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222119700.000.110.1357.627.4782.16
HexDEDDC500BD3a1b52
Octal3363353050013157233122
Binary1101111011011101110001010010111101111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDC5; }

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

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

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

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

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

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

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

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