#DFECE2

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

Shades of Off Green #DFECE2

Tints of Off Green #DFECE2

Color information

#DFECE2 (or 0xDFECE2) is unknown color: approx Off Green. HEX triplet: DF, EC and E2. RGB value is (223,236,226). Sum of RGB (Red+Green+Blue) = 223+236+226=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECE2 is #20131D. Grayscale: #E7E7E7. Windows color (decimal): -2102046 or 14871775. OLE color: 14871775.

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

Color convert

RGB223236226-
CMYK0.0600.040.07
HSL133.85º25.49%90%-
HSV(B)133.85º5.51%92.55%-
XYZ74.1581.1783.71-
YUV230.97125.19122.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=32.55%
G=34.45%
B=32.99%

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
Decimal2232362260.0600.040.07133.8525.4990
HexDFECE2604786195a
Octal337354342604720631132
Binary110111111110110011100010110010011110000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECE2; }

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

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

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

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

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

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

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

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