#DBEB9E

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

Shades of Reef #DBEB9E

Tints of Reef #DBEB9E

Color information

#DBEB9E (or 0xDBEB9E) is unknown color: approx Reef. HEX triplet: DB, EB and 9E. RGB value is (219,235,158). Sum of RGB (Red+Green+Blue) = 219+235+158=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB9E is #241461. Grayscale: #DDDDDD. Windows color (decimal): -2364514 or 10415067. OLE color: 10415067.

HSL color Cylindrical-coordinate representation of color #DBEB9E: hue angle of 72.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBEB9E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB219235158-
CMYK0.0700.330.08
HSL72.47º65.81%77.06%-
HSV(B)72.47º32.77%92.16%-
XYZ65.0976.9543.77-
YUV221.4492.2126.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=35.78%
G=38.40%
B=25.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351580.0700.330.0872.4765.8177.06
HexDBEB9E7021848424d
Octal333353236704110110102115
Binary11011011111010111001111011101000011000100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEB9E; }

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

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

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

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

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

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

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

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