#DBF1E0

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

Shades of Off Green #DBF1E0

Tints of Off Green #DBF1E0

Color information

#DBF1E0 (or 0xDBF1E0) is unknown color: approx Off Green. HEX triplet: DB, F1 and E0. RGB value is (219,241,224). Sum of RGB (Red+Green+Blue) = 219+241+224=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1E0 is #240E1F. Grayscale: #E8E8E8. Windows color (decimal): -2362912 or 14741979. OLE color: 14741979.

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

Color convert

RGB219241224-
CMYK0.0900.070.05
HSL133.64º44%90.2%-
HSV(B)133.64º9.13%94.51%-
XYZ74.1283.3582.7-
YUV232.48123.21118.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=32.02%
G=35.23%
B=32.75%

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
Decimal2192412240.0900.070.05133.644490.2
HexDBF1E09075862c5a
Octal3333613401107520654132
Binary11011011111100011110000010010111101100001101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E0; }

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

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

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

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

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

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

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

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