#DEDECC

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

Shades of Green White #DEDECC

Tints of Green White #DEDECC

Color information

#DEDECC (or 0xDEDECC) is unknown color: approx Green White. HEX triplet: DE, DE and CC. RGB value is (222,222,204). Sum of RGB (Red+Green+Blue) = 222+222+204=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDECC is #212133. Grayscale: #DCDCDC. Windows color (decimal): -2171188 or 13426398. OLE color: 13426398.

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

Color convert

RGB222222204-
CMYK000.080.13
HSL60º21.43%83.53%-
HSV(B)60º8.11%87.06%-
XYZ67.1472.1367.51-
YUV219.95119129.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=34.26%
G=34.26%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222204000.080.136021.4383.53
HexDEDECC008D3c1554
Octal3363363140010157425124
Binary1101111011011110110011000010001101111100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDECC; }

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

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

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

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

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

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

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

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