#DBF3E0

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

Shades of Off Green #DBF3E0

Tints of Off Green #DBF3E0

Color information

#DBF3E0 (or 0xDBF3E0) is unknown color: approx Off Green. HEX triplet: DB, F3 and E0. RGB value is (219,243,224). Sum of RGB (Red+Green+Blue) = 219+243+224=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3E0 is #240C1F. Grayscale: #E9E9E9. Windows color (decimal): -2362400 or 14742491. OLE color: 14742491.

HSL color Cylindrical-coordinate representation of color #DBF3E0: hue angle of 132.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB219243224-
CMYK0.1000.080.05
HSL132.5º50%90.59%-
HSV(B)132.5º9.88%95.29%-
XYZ74.7284.5482.9-
YUV233.66122.55117.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 224 (87.89% from 255) = 32.65%
R=31.92%
G=35.42%
B=32.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432240.1000.080.05132.55090.59
HexDBF3E0A08584325b
Octal33336334012010520462133
Binary110110111111001111100000101001000101100001001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3E0; }

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

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

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

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

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

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

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

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