#DFEFE1

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

Shades of Off Green #DFEFE1

Tints of Off Green #DFEFE1

Color information

#DFEFE1 (or 0xDFEFE1) is unknown color: approx Off Green. HEX triplet: DF, EF and E1. RGB value is (223,239,225). Sum of RGB (Red+Green+Blue) = 223+239+225=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE1 is #20101E. Grayscale: #E8E8E8. Windows color (decimal): -2101279 or 14807007. OLE color: 14807007.

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

Color convert

RGB223239225-
CMYK0.0700.060.06
HSL127.5º33.33%90.59%-
HSV(B)127.5º6.69%93.73%-
XYZ74.8982.8683.28-
YUV232.62123.7121.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 239 (93.75% from 255) = 34.79%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=32.46%
G=34.79%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392250.0700.060.06127.533.3390.59
HexDFEFE170667f215b
Octal337357341706617741133
Binary110111111110111111100001111011011011111111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFE1; }

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

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

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

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

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

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

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

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