#DBF2A1

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

Shades of Reef #DBF2A1

Tints of Reef #DBF2A1

Color information

#DBF2A1 (or 0xDBF2A1) is unknown color: approx Reef. HEX triplet: DB, F2 and A1. RGB value is (219,242,161). Sum of RGB (Red+Green+Blue) = 219+242+161=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2A1 is #240D5E. Grayscale: #E2E2E2. Windows color (decimal): -2362719 or 10613467. OLE color: 10613467.

HSL color Cylindrical-coordinate representation of color #DBF2A1: hue angle of 77.04º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBF2A1 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB219242161-
CMYK0.1000.330.05
HSL77.04º75.7%79.02%-
HSV(B)77.04º33.47%94.9%-
XYZ67.481.1445.83-
YUV225.8991.38123.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 161 (63.28% from 255) = 25.88%
R=35.21%
G=38.91%
B=25.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421610.1000.330.0577.0475.779.02
HexDBF2A1A02154d4c4f
Octal333362241120415115114117
Binary11011011111100101010000110100100001101100110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2A1; }

 p { color: rgb(219,242,161); }

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

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

 a { background-color: rgb(219,242,161); }

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

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

 span { border-color: rgb(219,242,161); }

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