#DBFFA6

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

Shades of Reef #DBFFA6

Tints of Reef #DBFFA6

Color information

#DBFFA6 (or 0xDBFFA6) is unknown color: approx Reef. HEX triplet: DB, FF and A6. RGB value is (219,255,166). Sum of RGB (Red+Green+Blue) = 219+255+166=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA6 is #240059. Grayscale: #EAEAEA. Windows color (decimal): -2359386 or 10944475. OLE color: 10944475.

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

Color convert

RGB219255166-
CMYK0.1400.350
HSL84.27º100%82.55%-
HSV(B)84.27º34.9%100%-
XYZ71.8689.3349.53-
YUV234.0989.57117.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 166 (65.23% from 255) = 25.94%
R=34.22%
G=39.84%
B=25.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551660.1400.35084.2710082.55
HexDBFFA6E0230546453
Octal333377246160430124144123
Binary110110111111111110100110111001000110101010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFA6; }

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

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

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

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

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

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

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

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