#DBEB95

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

Shades of Reef #DBEB95

Tints of Reef #DBEB95

Color information

#DBEB95 (or 0xDBEB95) is unknown color: approx Reef. HEX triplet: DB, EB and 95. RGB value is (219,235,149). Sum of RGB (Red+Green+Blue) = 219+235+149=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB95 is #24146A. Grayscale: #DCDCDC. Windows color (decimal): -2364523 or 9825243. OLE color: 9825243.

HSL color Cylindrical-coordinate representation of color #DBEB95: hue angle of 71.16º degrees, saturation: 0.68, 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 #DBEB95 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB219235149-
CMYK0.0700.370.08
HSL71.16º68.25%75.29%-
HSV(B)71.16º36.6%92.16%-
XYZ64.3576.6539.84-
YUV220.4187.7126.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=36.32%
G=38.97%
B=24.71%

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
Decimal2192351490.0700.370.0871.1668.2575.29
HexDBEB957025847444b
Octal333353225704510107104113
Binary11011011111010111001010111101001011000100011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEB95; }

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

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

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

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

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

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

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

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