#DEDDC8

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

Shades of Green White #DEDDC8

Tints of Green White #DEDDC8

Color information

#DEDDC8 (or 0xDEDDC8) is unknown color: approx Green White. HEX triplet: DE, DD and C8. RGB value is (222,221,200). Sum of RGB (Red+Green+Blue) = 222+221+200=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC8 is #212237. Grayscale: #DADADA. Windows color (decimal): -2171448 or 13163998. OLE color: 13163998.

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

Color convert

RGB222221200-
CMYK00.000.100.13
HSL57.27º25%82.75%-
HSV(B)57.27º9.91%87.06%-
XYZ66.4171.4164.93-
YUV218.91117.33130.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=34.53%
G=34.37%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222120000.000.100.1357.272582.75
HexDEDDC800AD391953
Octal3363353100012157131123
Binary1101111011011101110010000010101101111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDC8; }

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

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

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

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

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

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

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

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