#DBEBA4

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

Shades of Reef #DBEBA4

Tints of Reef #DBEBA4

Color information

#DBEBA4 (or 0xDBEBA4) is unknown color: approx Reef. HEX triplet: DB, EB and A4. RGB value is (219,235,164). Sum of RGB (Red+Green+Blue) = 219+235+164=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA4 is #24145B. Grayscale: #DEDEDE. Windows color (decimal): -2364508 or 10808283. OLE color: 10808283.

HSL color Cylindrical-coordinate representation of color #DBEBA4: hue angle of 73.52º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB219235164-
CMYK0.0700.300.08
HSL73.52º63.96%78.24%-
HSV(B)73.52º30.21%92.16%-
XYZ65.6277.1646.56-
YUV222.1295.2125.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=35.44%
G=38.03%
B=26.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351640.0700.300.0873.5263.9678.24
HexDBEBA4701E84a404e
Octal333353244703610112100116
Binary1101101111101011101001001110111101000100101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBA4; }

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

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

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

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

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

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

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

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