#DBFEA7

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

Shades of Reef #DBFEA7

Tints of Reef #DBFEA7

Color information

#DBFEA7 (or 0xDBFEA7) is unknown color: approx Reef. HEX triplet: DB, FE and A7. RGB value is (219,254,167). Sum of RGB (Red+Green+Blue) = 219+254+167=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA7 is #240158. Grayscale: #E9E9E9. Windows color (decimal): -2359641 or 11009755. OLE color: 11009755.

HSL color Cylindrical-coordinate representation of color #DBFEA7: hue angle of 84.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFEA7 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB219254167-
CMYK0.1400.340.00
HSL84.14º97.75%82.55%-
HSV(B)84.14º34.25%99.61%-
XYZ71.6388.7349.91-
YUV233.6290.4117.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=34.22%
G=39.69%
B=26.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541670.1400.340.0084.1497.7582.55
HexDBFEA7E0220546253
Octal333376247160420124142123
Binary110110111111111010100111111001000100101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEA7; }

 p { color: rgb(219,254,167); }

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

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

 a { background-color: rgb(219,254,167); }

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

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

 span { border-color: rgb(219,254,167); }

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