#DBF1B1

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

Shades of Reef #DBF1B1

Tints of Reef #DBF1B1

Color information

#DBF1B1 (or 0xDBF1B1) is unknown color: approx Reef. HEX triplet: DB, F1 and B1. RGB value is (219,241,177). Sum of RGB (Red+Green+Blue) = 219+241+177=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1B1 is #240E4E. Grayscale: #E3E3E3. Windows color (decimal): -2362959 or 11661787. OLE color: 11661787.

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

Color convert

RGB219241177-
CMYK0.0900.270.05
HSL80.62º69.57%81.96%-
HSV(B)80.62º26.56%94.51%-
XYZ68.681.1453.64-
YUV227.1399.71122.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=34.38%
G=37.83%
B=27.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411770.0900.270.0580.6269.5781.96
HexDBF1B1901B5514652
Octal333361261110335121106122
Binary1101101111110001101100011001011011101101000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1B1; }

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

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

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

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

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

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

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

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