#DEDEC6

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

Shades of Green White #DEDEC6

Tints of Green White #DEDEC6

Color information

#DEDEC6 (or 0xDEDEC6) is unknown color: approx Green White. HEX triplet: DE, DE and C6. RGB value is (222,222,198). Sum of RGB (Red+Green+Blue) = 222+222+198=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC6 is #212139. Grayscale: #DBDBDB. Windows color (decimal): -2171194 or 13033182. OLE color: 13033182.

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

Color convert

RGB222222198-
CMYK000.110.13
HSL60º26.67%82.35%-
HSV(B)60º10.81%87.06%-
XYZ66.4471.8563.79-
YUV219.26116129.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 198 (77.73% from 255) = 30.84%
R=34.58%
G=34.58%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222198000.110.136026.6782.35
HexDEDEC600BD3c1b52
Octal3363363060013157433122
Binary1101111011011110110001100010111101111100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEC6; }

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

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

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

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

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

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

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

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