#DEEBE1

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

Shades of Off Green #DEEBE1

Tints of Off Green #DEEBE1

Color information

#DEEBE1 (or 0xDEEBE1) is unknown color: approx Off Green. HEX triplet: DE, EB and E1. RGB value is (222,235,225). Sum of RGB (Red+Green+Blue) = 222+235+225=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBE1 is #21141E. Grayscale: #E6E6E6. Windows color (decimal): -2167839 or 14805982. OLE color: 14805982.

HSL color Cylindrical-coordinate representation of color #DEEBE1: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEBE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB222235225-
CMYK0.0600.040.08
HSL133.85º24.53%89.61%-
HSV(B)133.85º5.53%92.16%-
XYZ73.4280.3882.88-
YUV229.97125.19122.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=32.55%
G=34.46%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2222352250.0600.040.08133.8524.5389.61
HexDEEBE1604886195a
Octal3363533416041020631132
Binary1101111011101011111000011100100100010000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBE1; }

 p { color: rgb(222,235,225); }

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

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

 a { background-color: rgb(222,235,225); }

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

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

 span { border-color: rgb(222,235,225); }

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