#DBF1E1

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

Shades of Off Green #DBF1E1

Tints of Off Green #DBF1E1

Color information

#DBF1E1 (or 0xDBF1E1) is unknown color: approx Off Green. HEX triplet: DB, F1 and E1. RGB value is (219,241,225). Sum of RGB (Red+Green+Blue) = 219+241+225=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E1 is #240E1E. Grayscale: #E8E8E8. Windows color (decimal): -2362911 or 14807515. OLE color: 14807515.

HSL color Cylindrical-coordinate representation of color #DBF1E1: hue angle of 136.36º 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 #DBF1E1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB219241225-
CMYK0.0900.070.05
HSL136.36º44%90.2%-
HSV(B)136.36º9.13%94.51%-
XYZ74.2683.4183.42-
YUV232.6123.71118.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=31.97%
G=35.18%
B=32.85%

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
Decimal2192412250.0900.070.05136.364490.2
HexDBF1E19075882c5a
Octal3333613411107521054132
Binary11011011111100011110000110010111101100010001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E1; }

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

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

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

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

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

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

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

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