#DEDDC6

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

Shades of Green White #DEDDC6

Tints of Green White #DEDDC6

Color information

#DEDDC6 (or 0xDEDDC6) is unknown color: approx Green White. HEX triplet: DE, DD and C6. RGB value is (222,221,198). Sum of RGB (Red+Green+Blue) = 222+221+198=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC6 is #212239. Grayscale: #DADADA. Windows color (decimal): -2171450 or 13032926. OLE color: 13032926.

HSL color Cylindrical-coordinate representation of color #DEDDC6: hue angle of 57.5º 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 #DEDDC6 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222221198-
CMYK00.000.110.13
HSL57.5º26.67%82.35%-
HSV(B)57.5º10.81%87.06%-
XYZ66.1771.3263.7-
YUV218.68116.33130.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=34.63%
G=34.48%
B=30.89%

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
Decimal22222119800.000.110.1357.526.6782.35
HexDEDDC600BD3a1b52
Octal3363353060013157233122
Binary1101111011011101110001100010111101111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDC6; }

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

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

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

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

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

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

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

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