#DBEFE0

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

Shades of Off Green #DBEFE0

Tints of Off Green #DBEFE0

Color information

#DBEFE0 (or 0xDBEFE0) is unknown color: approx Off Green. HEX triplet: DB, EF and E0. RGB value is (219,239,224). Sum of RGB (Red+Green+Blue) = 219+239+224=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE0 is #24101F. Grayscale: #E7E7E7. Windows color (decimal): -2363424 or 14741467. OLE color: 14741467.

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

Color convert

RGB219239224-
CMYK0.0800.060.06
HSL135º38.46%89.8%-
HSV(B)135º8.37%93.73%-
XYZ73.5382.1782.51-
YUV231.31123.87119.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=32.11%
G=35.04%
B=32.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392240.0800.060.0613538.4689.8
HexDBEFE0806687265a
Octal3333573401006620746132
Binary11011011111011111110000010000110110100001111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFE0; }

 p { color: rgb(219,239,224); }

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

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

 a { background-color: rgb(219,239,224); }

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

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

 span { border-color: rgb(219,239,224); }

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