#DBEB94

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

Shades of Reef #DBEB94

Tints of Reef #DBEB94

Color information

#DBEB94 (or 0xDBEB94) is unknown color: approx Reef. HEX triplet: DB, EB and 94. RGB value is (219,235,148). Sum of RGB (Red+Green+Blue) = 219+235+148=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB94 is #24146B. Grayscale: #DCDCDC. Windows color (decimal): -2364524 or 9759707. OLE color: 9759707.

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

Color convert

RGB219235148-
CMYK0.0700.370.08
HSL71.03º68.5%75.1%-
HSV(B)71.03º37.02%92.16%-
XYZ64.2776.6139.42-
YUV220.387.2127.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 148 (58.20% from 255) = 24.58%
R=36.38%
G=39.04%
B=24.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351480.0700.370.0871.0368.575.1
HexDBEB947025847454b
Octal333353224704510107105113
Binary11011011111010111001010011101001011000100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEB94; }

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

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

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

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

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

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

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

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