#DEDECE

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

Shades of Green White #DEDECE

Tints of Green White #DEDECE

Color information

#DEDECE (or 0xDEDECE) is unknown color: approx Green White. HEX triplet: DE, DE and CE. RGB value is (222,222,206). Sum of RGB (Red+Green+Blue) = 222+222+206=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDECE is #212131. Grayscale: #DCDCDC. Windows color (decimal): -2171186 or 13557470. OLE color: 13557470.

HSL color Cylindrical-coordinate representation of color #DEDECE: hue angle of 60º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDECE is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222222206-
CMYK000.070.13
HSL60º19.51%83.92%-
HSV(B)60º7.21%87.06%-
XYZ67.3972.2368.78-
YUV220.18120129.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=34.15%
G=34.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222206000.070.136019.5183.92
HexDEDECE007D3c1454
Octal336336316007157424124
Binary110111101101111011001110001111101111100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDECE; }

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

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

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

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

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

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

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

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