#dbeaa2

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

Shades of Reef #DBEAA2

Tints of Reef #DBEAA2

Color information

#DBEAA2 (or 0xDBEAA2) is unknown color: approx Reef. HEX triplet: DB, EA and A2. RGB value is (219,234,162). Sum of RGB (Red+Green+Blue) = 219+234+162=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA2 is #24155D. Grayscale: #DDDDDD. Windows color (decimal): -2364766 or 10676955. OLE color: 10676955.

HSL color Cylindrical-coordinate representation of color #DBEAA2: hue angle of 72.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBEAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB219234162-
CMYK0.0600.310.08
HSL72.5º63.16%77.65%-
HSV(B)72.5º30.77%91.76%-
XYZ65.1676.5145.52-
YUV221.3194.53126.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 162 (63.67% from 255) = 26.34%
R=35.61%
G=38.05%
B=26.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341620.0600.310.0872.563.1677.65
HexDBEAA2601F8483f4e
Octal33335224260371011077116
Binary110110111110101010100010110011111100010010001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbeaa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbeaa2; }

 p { color: rgb(219,234,162); }

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

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

 a { background-color: rgb(219,234,162); }

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

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

 span { border-color: rgb(219,234,162); }

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