#DFF3E2

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

Shades of Off Green #DFF3E2

Tints of Off Green #DFF3E2

Color information

#DFF3E2 (or 0xDFF3E2) is unknown color: approx Off Green. HEX triplet: DF, F3 and E2. RGB value is (223,243,226). Sum of RGB (Red+Green+Blue) = 223+243+226=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3E2 is #200C1D. Grayscale: #EBEBEB. Windows color (decimal): -2100254 or 14873567. OLE color: 14873567.

HSL color Cylindrical-coordinate representation of color #DFF3E2: hue angle of 129º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF3E2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB223243226-
CMYK0.0800.070.05
HSL129º45.45%91.37%-
HSV(B)129º8.23%95.29%-
XYZ76.2185.2884.4-
YUV235.08122.87119.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 243 (95.31% from 255) = 35.12%
BLUE value IS 226 (88.67% from 255) = 32.66%
R=32.23%
G=35.12%
B=32.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232432260.0800.070.0512945.4591.37
HexDFF3E28075812d5b
Octal3373633421007520155133
Binary11011111111100111110001010000111101100000011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3E2; }

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

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

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

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

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

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

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

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