#DBFFA3

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

Shades of Reef #DBFFA3

Tints of Reef #DBFFA3

Color information

#DBFFA3 (or 0xDBFFA3) is unknown color: approx Reef. HEX triplet: DB, FF and A3. RGB value is (219,255,163). Sum of RGB (Red+Green+Blue) = 219+255+163=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA3 is #24005C. Grayscale: #EAEAEA. Windows color (decimal): -2359389 or 10747867. OLE color: 10747867.

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

Color convert

RGB219255163-
CMYK0.1400.360
HSL83.48º100%81.96%-
HSV(B)83.48º36.08%100%-
XYZ71.5889.2248.1-
YUV233.7588.07117.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 163 (64.06% from 255) = 25.59%
R=34.38%
G=40.03%
B=25.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551630.1400.36083.4810081.96
HexDBFFA3E0240536452
Octal333377243160440123144122
Binary110110111111111110100011111001001000101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFA3; }

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

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

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

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

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

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

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

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