#DFEBE2

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

Shades of Off Green #DFEBE2

Tints of Off Green #DFEBE2

Color information

#DFEBE2 (or 0xDFEBE2) is unknown color: approx Off Green. HEX triplet: DF, EB and E2. RGB value is (223,235,226). Sum of RGB (Red+Green+Blue) = 223+235+226=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBE2 is #20141D. Grayscale: #E6E6E6. Windows color (decimal): -2102302 or 14871519. OLE color: 14871519.

HSL color Cylindrical-coordinate representation of color #DFEBE2: hue angle of 135º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEBE2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB223235226-
CMYK0.0500.040.08
HSL135º23.08%89.8%-
HSV(B)135º5.11%92.16%-
XYZ73.8780.683.61-
YUV230.39125.52122.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=32.60%
G=34.36%
B=33.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232352260.0500.040.0813523.0889.8
HexDFEBE2504887175a
Octal3373533425041020727132
Binary1101111111101011111000101010100100010000111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBE2; }

 p { color: rgb(223,235,226); }

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

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

 a { background-color: rgb(223,235,226); }

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

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

 span { border-color: rgb(223,235,226); }

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