#DFEDE3

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

Shades of Off Green #DFEDE3

Tints of Off Green #DFEDE3

Color information

#DFEDE3 (or 0xDFEDE3) is unknown color: approx Off Green. HEX triplet: DF, ED and E3. RGB value is (223,237,227). Sum of RGB (Red+Green+Blue) = 223+237+227=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE3 is #20121C. Grayscale: #E7E7E7. Windows color (decimal): -2101789 or 14937567. OLE color: 14937567.

HSL color Cylindrical-coordinate representation of color #DFEDE3: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDE3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB223237227-
CMYK0.0600.040.07
HSL137.14º28%90.2%-
HSV(B)137.14º5.91%92.94%-
XYZ74.5881.884.53-
YUV231.67125.36121.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 227 (89.06% from 255) = 33.04%
R=32.46%
G=34.50%
B=33.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372270.0600.040.07137.142890.2
HexDFEDE36047891c5a
Octal337355343604721134132
Binary110111111110110111100011110010011110001001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDE3; }

 p { color: rgb(223,237,227); }

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

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

 a { background-color: rgb(223,237,227); }

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

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

 span { border-color: rgb(223,237,227); }

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