#DCF0DE

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

Shades of Off Green #DCF0DE

Tints of Off Green #DCF0DE

Color information

#DCF0DE (or 0xDCF0DE) is unknown color: approx Off Green. HEX triplet: DC, F0 and DE. RGB value is (220,240,222). Sum of RGB (Red+Green+Blue) = 220+240+222=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DE is #230F21. Grayscale: #E8E8E8. Windows color (decimal): -2297634 or 14610652. OLE color: 14610652.

HSL color Cylindrical-coordinate representation of color #DCF0DE: hue angle of 126º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0DE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB220240222-
CMYK0.0800.080.06
HSL126º40%90.2%-
HSV(B)126º8.33%94.12%-
XYZ73.8682.8181.2-
YUV231.97122.37119.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=32.26%
G=35.19%
B=32.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402220.0800.080.061264090.2
HexDCF0DE80867e285a
Octal33436033610010617650132
Binary11011100111100001101111010000100011011111101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0DE; }

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

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

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

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

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

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

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

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