#DBF8E0

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

Shades of Off Green #DBF8E0

Tints of Off Green #DBF8E0

Color information

#DBF8E0 (or 0xDBF8E0) is unknown color: approx Off Green. HEX triplet: DB, F8 and E0. RGB value is (219,248,224). Sum of RGB (Red+Green+Blue) = 219+248+224=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8E0 is #24071F. Grayscale: #ECECEC. Windows color (decimal): -2361120 or 14743771. OLE color: 14743771.

HSL color Cylindrical-coordinate representation of color #DBF8E0: hue angle of 130.34º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8E0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB219248224-
CMYK0.1200.100.03
HSL130.34º67.44%91.57%-
HSV(B)130.34º11.69%97.25%-
XYZ76.2487.5883.41-
YUV236.59120.89115.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=31.69%
G=35.89%
B=32.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192482240.1200.100.03130.3467.4491.57
HexDBF8E0C0A382435c
Octal333370340140123202103134
Binary110110111111100011100000110001010111000001010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8E0; }

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

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

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

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

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

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

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

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