#DBFE9E

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

Shades of Reef #DBFE9E

Tints of Reef #DBFE9E

Color information

#DBFE9E (or 0xDBFE9E) is unknown color: approx Reef. HEX triplet: DB, FE and 9E. RGB value is (219,254,158). Sum of RGB (Red+Green+Blue) = 219+254+158=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE9E is #240161. Grayscale: #E8E8E8. Windows color (decimal): -2359650 or 10419931. OLE color: 10419931.

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

Color convert

RGB219254158-
CMYK0.1400.380.00
HSL81.88º97.96%80.78%-
HSV(B)81.88º37.8%99.61%-
XYZ70.8388.4145.68-
YUV232.5985.9118.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 158 (62.11% from 255) = 25.04%
R=34.71%
G=40.25%
B=25.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541580.1400.380.0081.8897.9680.78
HexDBFE9EE0260526251
Octal333376236160460122142121
Binary110110111111111010011110111001001100101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE9E; }

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

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

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

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

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

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

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

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