#DFEBE1

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

Shades of Off Green #DFEBE1

Tints of Off Green #DFEBE1

Color information

#DFEBE1 (or 0xDFEBE1) is unknown color: approx Off Green. HEX triplet: DF, EB and E1. RGB value is (223,235,225). Sum of RGB (Red+Green+Blue) = 223+235+225=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBE1 is #20141E. Grayscale: #E6E6E6. Windows color (decimal): -2102303 or 14805983. OLE color: 14805983.

HSL color Cylindrical-coordinate representation of color #DFEBE1: hue angle of 130º 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 #DFEBE1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB223235225-
CMYK0.0500.040.08
HSL130º23.08%89.8%-
HSV(B)130º5.11%92.16%-
XYZ73.7380.5482.89-
YUV230.27125.02122.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.65%
GREEN value IS 235 (92.19% from 255) = 34.41%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=32.65%
G=34.41%
B=32.94%

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
Decimal2232352250.0500.040.0813023.0889.8
HexDFEBE1504882175a
Octal3373533415041020227132
Binary1101111111101011111000011010100100010000010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEBE1; }

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

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

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

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

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

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

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

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