#DBF0B2

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

Shades of Reef #DBF0B2

Tints of Reef #DBF0B2

Color information

#DBF0B2 (or 0xDBF0B2) is unknown color: approx Reef. HEX triplet: DB, F0 and B2. RGB value is (219,240,178). Sum of RGB (Red+Green+Blue) = 219+240+178=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0B2 is #240F4D. Grayscale: #E2E2E2. Windows color (decimal): -2363214 or 11727067. OLE color: 11727067.

HSL color Cylindrical-coordinate representation of color #DBF0B2: hue angle of 80.32º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF0B2 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB219240178-
CMYK0.0900.260.06
HSL80.32º67.39%81.96%-
HSV(B)80.32º25.83%94.12%-
XYZ68.4180.5954.07-
YUV226.65100.54122.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 178 (69.92% from 255) = 27.94%
R=34.38%
G=37.68%
B=27.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401780.0900.260.0680.3267.3981.96
HexDBF0B2901A6504352
Octal333360262110326120103122
Binary1101101111110000101100101001011010110101000010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0B2; }

 p { color: rgb(219,240,178); }

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

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

 a { background-color: rgb(219,240,178); }

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

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

 span { border-color: rgb(219,240,178); }

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