#DFF1E3

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

Shades of Off Green #DFF1E3

Tints of Off Green #DFF1E3

Color information

#DFF1E3 (or 0xDFF1E3) is unknown color: approx Off Green. HEX triplet: DF, F1 and E3. RGB value is (223,241,227). Sum of RGB (Red+Green+Blue) = 223+241+227=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1E3 is #200E1C. Grayscale: #EAEAEA. Windows color (decimal): -2100765 or 14938591. OLE color: 14938591.

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

Color convert

RGB223241227-
CMYK0.0700.060.05
HSL133.33º39.13%90.98%-
HSV(B)133.33º7.47%94.51%-
XYZ75.7584.1484.92-
YUV234.02124.04120.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.27%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 227 (89.06% from 255) = 32.85%
R=32.27%
G=34.88%
B=32.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412270.0700.060.05133.3339.1390.98
HexDFF1E3706585275b
Octal337361343706520547133
Binary1101111111110001111000111110110101100001011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1E3; }

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

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

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

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

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

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

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

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