#DCF2E2

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

Shades of Off Green #DCF2E2

Tints of Off Green #DCF2E2

Color information

#DCF2E2 (or 0xDCF2E2) is unknown color: approx Off Green. HEX triplet: DC, F2 and E2. RGB value is (220,242,226). Sum of RGB (Red+Green+Blue) = 220+242+226=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2E2 is #230D1D. Grayscale: #E9E9E9. Windows color (decimal): -2297118 or 14873308. OLE color: 14873308.

HSL color Cylindrical-coordinate representation of color #DCF2E2: hue angle of 136.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2E2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB220242226-
CMYK0.0900.070.05
HSL136.36º45.83%90.59%-
HSV(B)136.36º9.09%94.9%-
XYZ74.9984.2184.25-
YUV233.6123.71118.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 226 (88.67% from 255) = 32.85%
R=31.98%
G=35.17%
B=32.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422260.0900.070.05136.3645.8390.59
HexDCF2E29075882e5b
Octal3343623421107521056133
Binary11011100111100101110001010010111101100010001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2E2; }

 p { color: rgb(220,242,226); }

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

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

 a { background-color: rgb(220,242,226); }

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

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

 span { border-color: rgb(220,242,226); }

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