#DBFEAC

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

Shades of Reef #DBFEAC

Tints of Reef #DBFEAC

Color information

#DBFEAC (or 0xDBFEAC) is unknown color: approx Reef. HEX triplet: DB, FE and AC. RGB value is (219,254,172). Sum of RGB (Red+Green+Blue) = 219+254+172=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAC is #240153. Grayscale: #EAEAEA. Windows color (decimal): -2359636 or 11337435. OLE color: 11337435.

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

Color convert

RGB219254172-
CMYK0.1400.320.00
HSL85.61º97.62%83.53%-
HSV(B)85.61º32.28%99.61%-
XYZ72.188.9252.39-
YUV234.1992.9117.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 254 (99.61% from 255) = 39.38%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=33.95%
G=39.38%
B=26.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541720.1400.320.0085.6197.6283.53
HexDBFEACE0200566254
Octal333376254160400126142124
Binary110110111111111010101100111001000000101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEAC; }

 p { color: rgb(219,254,172); }

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

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

 a { background-color: rgb(219,254,172); }

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

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

 span { border-color: rgb(219,254,172); }

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