#DBE8A3

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

Shades of Reef #DBE8A3

Tints of Reef #DBE8A3

Color information

#DBE8A3 (or 0xDBE8A3) is unknown color: approx Reef. HEX triplet: DB, E8 and A3. RGB value is (219,232,163). Sum of RGB (Red+Green+Blue) = 219+232+163=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8A3 is #24175C. Grayscale: #DCDCDC. Windows color (decimal): -2365277 or 10741979. OLE color: 10741979.

HSL color Cylindrical-coordinate representation of color #DBE8A3: hue angle of 71.3º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE8A3 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB219232163-
CMYK0.0600.300.09
HSL71.3º60%77.45%-
HSV(B)71.3º29.74%90.98%-
XYZ64.6875.4245.8-
YUV220.2595.69127.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 163 (64.06% from 255) = 26.55%
R=35.67%
G=37.79%
B=26.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321630.0600.300.0971.36077.45
HexDBE8A3601E9473c4d
Octal33335024360361110774115
Binary110110111110100010100011110011110100110001111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8A3; }

 p { color: rgb(219,232,163); }

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

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

 a { background-color: rgb(219,232,163); }

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

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

 span { border-color: rgb(219,232,163); }

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