#DBF8DF

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

Shades of Off Green #DBF8DF

Tints of Off Green #DBF8DF

Color information

#DBF8DF (or 0xDBF8DF) is unknown color: approx Off Green. HEX triplet: DB, F8 and DF. RGB value is (219,248,223). Sum of RGB (Red+Green+Blue) = 219+248+223=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8DF is #240720. Grayscale: #ECECEC. Windows color (decimal): -2361121 or 14678235. OLE color: 14678235.

HSL color Cylindrical-coordinate representation of color #DBF8DF: hue angle of 128.28º 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 #DBF8DF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB219248223-
CMYK0.1200.100.03
HSL128.28º67.44%91.57%-
HSV(B)128.28º11.69%97.25%-
XYZ76.187.5282.69-
YUV236.48120.39115.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=31.74%
G=35.94%
B=32.32%

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
Decimal2192482230.1200.100.03128.2867.4491.57
HexDBF8DFC0A380435c
Octal333370337140123200103134
Binary110110111111100011011111110001010111000000010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8DF; }

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

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

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

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

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

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

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

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