#DBF1DE

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

Shades of Off Green #DBF1DE

Tints of Off Green #DBF1DE

Color information

#DBF1DE (or 0xDBF1DE) is unknown color: approx Off Green. HEX triplet: DB, F1 and DE. RGB value is (219,241,222). Sum of RGB (Red+Green+Blue) = 219+241+222=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DE is #240E21. Grayscale: #E8E8E8. Windows color (decimal): -2362914 or 14610907. OLE color: 14610907.

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

Color convert

RGB219241222-
CMYK0.0900.080.05
HSL128.18º44%90.2%-
HSV(B)128.18º9.13%94.51%-
XYZ73.8583.2481.28-
YUV232.26122.21118.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=32.11%
G=35.34%
B=32.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412220.0900.080.05128.184490.2
HexDBF1DE9085802c5a
Octal33336133611010520054132
Binary110110111111000111011110100101000101100000001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1DE; }

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

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

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

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

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

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

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

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