#DBF3DF

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

Shades of Off Green #DBF3DF

Tints of Off Green #DBF3DF

Color information

#DBF3DF (or 0xDBF3DF) is unknown color: approx Off Green. HEX triplet: DB, F3 and DF. RGB value is (219,243,223). Sum of RGB (Red+Green+Blue) = 219+243+223=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DF is #240C20. Grayscale: #E9E9E9. Windows color (decimal): -2362401 or 14676955. OLE color: 14676955.

HSL color Cylindrical-coordinate representation of color #DBF3DF: hue angle of 130º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3DF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB219243223-
CMYK0.1000.080.05
HSL130º50%90.59%-
HSV(B)130º9.88%95.29%-
XYZ74.5884.4982.19-
YUV233.54122.05117.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=31.97%
G=35.47%
B=32.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432230.1000.080.051305090.59
HexDBF3DFA08582325b
Octal33336333712010520262133
Binary110110111111001111011111101001000101100000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3DF; }

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

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

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

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

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

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

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

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