#DBFF9E

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

Shades of Reef #DBFF9E

Tints of Reef #DBFF9E

Color information

#DBFF9E (or 0xDBFF9E) is unknown color: approx Reef. HEX triplet: DB, FF and 9E. RGB value is (219,255,158). Sum of RGB (Red+Green+Blue) = 219+255+158=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9E is #240061. Grayscale: #E9E9E9. Windows color (decimal): -2359394 or 10420187. OLE color: 10420187.

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

Color convert

RGB219255158-
CMYK0.1400.380
HSL82.27º100%80.98%-
HSV(B)82.27º38.04%100%-
XYZ71.1489.0545.79-
YUV233.1885.57117.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 158 (62.11% from 255) = 25%
R=34.65%
G=40.35%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551580.1400.38082.2710080.98
HexDBFF9EE0260526451
Octal333377236160460122144121
Binary110110111111111110011110111001001100101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF9E; }

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

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

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

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

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

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

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

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