#DBEAA4

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

Shades of Reef #DBEAA4

Tints of Reef #DBEAA4

Color information

#DBEAA4 (or 0xDBEAA4) is unknown color: approx Reef. HEX triplet: DB, EA and A4. RGB value is (219,234,164). Sum of RGB (Red+Green+Blue) = 219+234+164=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA4 is #24155B. Grayscale: #DDDDDD. Windows color (decimal): -2364764 or 10808027. OLE color: 10808027.

HSL color Cylindrical-coordinate representation of color #DBEAA4: hue angle of 72.86º degrees, saturation: 0.62, 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 #DBEAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB219234164-
CMYK0.0600.300.08
HSL72.86º62.5%78.04%-
HSV(B)72.86º29.91%91.76%-
XYZ65.3476.5946.46-
YUV221.5495.53126.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=35.49%
G=37.93%
B=26.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341640.0600.300.0872.8662.578.04
HexDBEAA4601E8493e4e
Octal33335224460361011176116
Binary110110111110101010100100110011110100010010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAA4; }

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

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

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

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

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

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

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

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