#DBEFA9

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

Shades of Reef #DBEFA9

Tints of Reef #DBEFA9

Color information

#DBEFA9 (or 0xDBEFA9) is unknown color: approx Reef. HEX triplet: DB, EF and A9. RGB value is (219,239,169). Sum of RGB (Red+Green+Blue) = 219+239+169=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA9 is #241056. Grayscale: #E1E1E1. Windows color (decimal): -2363479 or 11136987. OLE color: 11136987.

HSL color Cylindrical-coordinate representation of color #DBEFA9: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEFA9 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB219239169-
CMYK0.0800.290.06
HSL77.14º68.63%80%-
HSV(B)77.14º29.29%93.73%-
XYZ67.2479.6649.37-
YUV225.0496.37123.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=34.93%
G=38.12%
B=26.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391690.0800.290.0677.1468.6380
HexDBEFA9801D64d4550
Octal333357251100356115105120
Binary1101101111101111101010011000011101110100110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFA9; }

 p { color: rgb(219,239,169); }

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

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

 a { background-color: rgb(219,239,169); }

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

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

 span { border-color: rgb(219,239,169); }

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