#DBF1DF

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

Shades of Off Green #DBF1DF

Tints of Off Green #DBF1DF

Color information

#DBF1DF (or 0xDBF1DF) is unknown color: approx Off Green. HEX triplet: DB, F1 and DF. RGB value is (219,241,223). Sum of RGB (Red+Green+Blue) = 219+241+223=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DF is #240E20. Grayscale: #E8E8E8. Windows color (decimal): -2362913 or 14676443. OLE color: 14676443.

HSL color Cylindrical-coordinate representation of color #DBF1DF: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1DF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB219241223-
CMYK0.0900.070.05
HSL130.91º44%90.2%-
HSV(B)130.91º9.13%94.51%-
XYZ73.9983.381.99-
YUV232.37122.71118.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=32.06%
G=35.29%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412230.0900.070.05130.914490.2
HexDBF1DF9075832c5a
Octal3333613371107520354132
Binary11011011111100011101111110010111101100000111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1DF; }

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

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

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

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

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

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

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

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