#DBF5B6

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

Shades of Reef #DBF5B6

Tints of Reef #DBF5B6

Color information

#DBF5B6 (or 0xDBF5B6) is unknown color: approx Reef. HEX triplet: DB, F5 and B6. RGB value is (219,245,182). Sum of RGB (Red+Green+Blue) = 219+245+182=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5B6 is #240A49. Grayscale: #E6E6E6. Windows color (decimal): -2361930 or 11990491. OLE color: 11990491.

HSL color Cylindrical-coordinate representation of color #DBF5B6: hue angle of 84.76º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF5B6 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB219245182-
CMYK0.1100.260.04
HSL84.76º75.9%83.73%-
HSV(B)84.76º25.71%96.08%-
XYZ70.3183.7456.71-
YUV230.04100.89120.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 182 (71.48% from 255) = 28.17%
R=33.90%
G=37.93%
B=28.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451820.1100.260.0484.7675.983.73
HexDBF5B6B01A4554c54
Octal333365266130324125114124
Binary1101101111110101101101101011011010100101010110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5B6; }

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

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

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

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

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

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

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

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