#DBF0DD

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

Shades of Off Green #DBF0DD

Tints of Off Green #DBF0DD

Color information

#DBF0DD (or 0xDBF0DD) is unknown color: approx Off Green. HEX triplet: DB, F0 and DD. RGB value is (219,240,221). Sum of RGB (Red+Green+Blue) = 219+240+221=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DD is #240F22. Grayscale: #E7E7E7. Windows color (decimal): -2363171 or 14545115. OLE color: 14545115.

HSL color Cylindrical-coordinate representation of color #DBF0DD: hue angle of 125.71º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0DD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB219240221-
CMYK0.0900.080.06
HSL125.71º41.18%90%-
HSV(B)125.71º8.75%94.12%-
XYZ73.4282.680.48-
YUV231.56122.04119.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=32.21%
G=35.29%
B=32.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192402210.0900.080.06125.7141.1890
HexDBF0DD90867e295a
Octal33336033511010617651132
Binary11011011111100001101110110010100011011111101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0DD; }

 p { color: rgb(219,240,221); }

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

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

 a { background-color: rgb(219,240,221); }

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

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

 span { border-color: rgb(219,240,221); }

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