#DBEAA8

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

Shades of Reef #DBEAA8

Tints of Reef #DBEAA8

Color information

#DBEAA8 (or 0xDBEAA8) is unknown color: approx Reef. HEX triplet: DB, EA and A8. RGB value is (219,234,168). Sum of RGB (Red+Green+Blue) = 219+234+168=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA8 is #241557. Grayscale: #DEDEDE. Windows color (decimal): -2364760 or 11070171. OLE color: 11070171.

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

Color convert

RGB219234168-
CMYK0.0600.280.08
HSL73.64º61.11%78.82%-
HSV(B)73.64º28.21%91.76%-
XYZ65.776.7348.39-
YUV221.9997.53125.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 168 (66.02% from 255) = 27.05%
R=35.27%
G=37.68%
B=27.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341680.0600.280.0873.6461.1178.82
HexDBEAA8601C84a3d4f
Octal33335225060341011275117
Binary110110111110101010101000110011100100010010101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAA8; }

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

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

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

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

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

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

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

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