#DFEDE2

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

Shades of Off Green #DFEDE2

Tints of Off Green #DFEDE2

Color information

#DFEDE2 (or 0xDFEDE2) is unknown color: approx Off Green. HEX triplet: DF, ED and E2. RGB value is (223,237,226). Sum of RGB (Red+Green+Blue) = 223+237+226=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE2 is #20121D. Grayscale: #E7E7E7. Windows color (decimal): -2101790 or 14872031. OLE color: 14872031.

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

Color convert

RGB223237226-
CMYK0.0600.050.07
HSL132.86º28%90.2%-
HSV(B)132.86º5.91%92.94%-
XYZ74.4481.7583.81-
YUV231.56124.86121.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 226 (88.67% from 255) = 32.94%
R=32.51%
G=34.55%
B=32.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372260.0600.050.07132.862890.2
HexDFEDE26057851c5a
Octal337355342605720534132
Binary110111111110110111100010110010111110000101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDE2; }

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

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

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

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

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

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

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

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