#DBFFA9

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

Shades of Reef #DBFFA9

Tints of Reef #DBFFA9

Color information

#DBFFA9 (or 0xDBFFA9) is unknown color: approx Reef. HEX triplet: DB, FF and A9. RGB value is (219,255,169). Sum of RGB (Red+Green+Blue) = 219+255+169=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 169 (66.41% from 255 or 26.28% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA9 is #240056. Grayscale: #EAEAEA. Windows color (decimal): -2359383 or 11141083. OLE color: 11141083.

HSL color Cylindrical-coordinate representation of color #DBFFA9: hue angle of 85.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFFA9 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB219255169-
CMYK0.1400.340
HSL85.12º100%83.14%-
HSV(B)85.12º33.73%100%-
XYZ72.1389.4451-
YUV234.4391.07116.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 169 (66.41% from 255) = 26.28%
R=34.06%
G=39.66%
B=26.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551690.1400.34085.1210083.14
HexDBFFA9E0220556453
Octal333377251160420125144123
Binary110110111111111110101001111001000100101010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFA9; }

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

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

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

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

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

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

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

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