#DFEEE1

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

Shades of Off Green #DFEEE1

Tints of Off Green #DFEEE1

Color information

#DFEEE1 (or 0xDFEEE1) is unknown color: approx Off Green. HEX triplet: DF, EE and E1. RGB value is (223,238,225). Sum of RGB (Red+Green+Blue) = 223+238+225=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE1 is #20111E. Grayscale: #E8E8E8. Windows color (decimal): -2101535 or 14806751. OLE color: 14806751.

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

Color convert

RGB223238225-
CMYK0.0600.050.07
HSL128º30.61%90.39%-
HSV(B)128º6.3%93.33%-
XYZ74.682.2783.18-
YUV232.03124.03121.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=32.51%
G=34.69%
B=32.80%

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
Decimal2232382250.0600.050.0712830.6190.39
HexDFEEE16057801f5a
Octal337356341605720037132
Binary110111111110111011100001110010111110000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEE1; }

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

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

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

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

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

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

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

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