#DBF1B6

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

Shades of Reef #DBF1B6

Tints of Reef #DBF1B6

Color information

#DBF1B6 (or 0xDBF1B6) is unknown color: approx Reef. HEX triplet: DB, F1 and B6. RGB value is (219,241,182). Sum of RGB (Red+Green+Blue) = 219+241+182=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1B6 is #240E49. Grayscale: #E3E3E3. Windows color (decimal): -2362954 or 11989467. OLE color: 11989467.

HSL color Cylindrical-coordinate representation of color #DBF1B6: hue angle of 82.37º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF1B6 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB219241182-
CMYK0.0900.240.05
HSL82.37º67.82%82.94%-
HSV(B)82.37º24.48%94.51%-
XYZ69.1181.3556.32-
YUV227.7102.21121.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 182 (71.48% from 255) = 28.35%
R=34.11%
G=37.54%
B=28.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411820.0900.240.0582.3767.8282.94
HexDBF1B690185524453
Octal333361266110305122104123
Binary1101101111110001101101101001011000101101001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1B6; }

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

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

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

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

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

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

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

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