#DBF2B1

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

Shades of Reef #DBF2B1

Tints of Reef #DBF2B1

Color information

#DBF2B1 (or 0xDBF2B1) is unknown color: approx Reef. HEX triplet: DB, F2 and B1. RGB value is (219,242,177). Sum of RGB (Red+Green+Blue) = 219+242+177=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2B1 is #240D4E. Grayscale: #E3E3E3. Windows color (decimal): -2362703 or 11662043. OLE color: 11662043.

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

Color convert

RGB219242177-
CMYK0.1000.270.05
HSL81.23º71.43%82.16%-
HSV(B)81.23º26.86%94.9%-
XYZ68.981.7453.74-
YUV227.7199.38121.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=34.33%
G=37.93%
B=27.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421770.1000.270.0581.2371.4382.16
HexDBF2B1A01B5514752
Octal333362261120335121107122
Binary1101101111110010101100011010011011101101000110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2B1; }

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

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

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

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

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

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

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

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