#DFE9E1

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

Shades of Off Green #DFE9E1

Tints of Off Green #DFE9E1

Color information

#DFE9E1 (or 0xDFE9E1) is unknown color: approx Off Green. HEX triplet: DF, E9 and E1. RGB value is (223,233,225). Sum of RGB (Red+Green+Blue) = 223+233+225=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9E1 is #20161E. Grayscale: #E5E5E5. Windows color (decimal): -2102815 or 14805471. OLE color: 14805471.

HSL color Cylindrical-coordinate representation of color #DFE9E1: hue angle of 132º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE9E1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB223233225-
CMYK0.0400.030.09
HSL132º18.52%89.41%-
HSV(B)132º4.29%91.37%-
XYZ73.1679.482.7-
YUV229.1125.69123.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 233 (91.41% from 255) = 34.21%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=32.75%
G=34.21%
B=33.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232332250.0400.030.0913218.5289.41
HexDFE9E14039841359
Octal3373513414031120423131
Binary110111111110100111100001100011100110000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9E1; }

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

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

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

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

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

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

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

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