#DBFEA8

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

Shades of Reef #DBFEA8

Tints of Reef #DBFEA8

Color information

#DBFEA8 (or 0xDBFEA8) is unknown color: approx Reef. HEX triplet: DB, FE and A8. RGB value is (219,254,168). Sum of RGB (Red+Green+Blue) = 219+254+168=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA8 is #240157. Grayscale: #EAEAEA. Windows color (decimal): -2359640 or 11075291. OLE color: 11075291.

HSL color Cylindrical-coordinate representation of color #DBFEA8: hue angle of 84.42º 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 #DBFEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB219254168-
CMYK0.1400.340.00
HSL84.42º97.73%82.75%-
HSV(B)84.42º33.86%99.61%-
XYZ71.7288.7750.4-
YUV233.7390.9117.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 168 (66.02% from 255) = 26.21%
R=34.17%
G=39.63%
B=26.21%

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
Decimal2192541680.1400.340.0084.4297.7382.75
HexDBFEA8E0220546253
Octal333376250160420124142123
Binary110110111111111010101000111001000100101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEA8; }

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

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

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

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

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

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

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

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