#DFEEE2

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

Shades of Off Green #DFEEE2

Tints of Off Green #DFEEE2

Color information

#DFEEE2 (or 0xDFEEE2) is unknown color: approx Off Green. HEX triplet: DF, EE and E2. RGB value is (223,238,226). Sum of RGB (Red+Green+Blue) = 223+238+226=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE2 is #20111D. Grayscale: #E8E8E8. Windows color (decimal): -2101534 or 14872287. OLE color: 14872287.

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

Color convert

RGB223238226-
CMYK0.0600.050.07
HSL132º30.61%90.39%-
HSV(B)132º6.3%93.33%-
XYZ74.7382.3383.9-
YUV232.15124.53121.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 226 (88.67% from 255) = 32.90%
R=32.46%
G=34.64%
B=32.90%

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
Decimal2232382260.0600.050.0713230.6190.39
HexDFEEE26057841f5a
Octal337356342605720437132
Binary110111111110111011100010110010111110000100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEE2; }

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

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

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

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

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

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

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

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