#DEDCC6

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

Shades of Green White #DEDCC6

Tints of Green White #DEDCC6

Color information

#DEDCC6 (or 0xDEDCC6) is unknown color: approx Green White. HEX triplet: DE, DC and C6. RGB value is (222,220,198). Sum of RGB (Red+Green+Blue) = 222+220+198=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC6 is #212339. Grayscale: #DADADA. Windows color (decimal): -2171706 or 13032670. OLE color: 13032670.

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

Color convert

RGB222220198-
CMYK00.010.110.13
HSL55º26.67%82.35%-
HSV(B)55º10.81%87.06%-
XYZ65.9170.7963.62-
YUV218.09116.66130.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 198 (77.73% from 255) = 30.94%
R=34.69%
G=34.38%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222019800.010.110.135526.6782.35
HexDEDCC601BD371b52
Octal3363343060113156733122
Binary1101111011011100110001100110111101110111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCC6; }

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

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

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

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

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

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

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

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