#DBFEA4

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

Shades of Reef #DBFEA4

Tints of Reef #DBFEA4

Color information

#DBFEA4 (or 0xDBFEA4) is unknown color: approx Reef. HEX triplet: DB, FE and A4. RGB value is (219,254,164). Sum of RGB (Red+Green+Blue) = 219+254+164=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA4 is #24015B. Grayscale: #E9E9E9. Windows color (decimal): -2359644 or 10813147. OLE color: 10813147.

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

Color convert

RGB219254164-
CMYK0.1400.350.00
HSL83.33º97.83%81.96%-
HSV(B)83.33º35.43%99.61%-
XYZ71.3688.6248.47-
YUV233.2788.9117.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=34.38%
G=39.87%
B=25.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541640.1400.350.0083.3397.8381.96
HexDBFEA4E0230536252
Octal333376244160430123142122
Binary110110111111111010100100111001000110101001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEA4; }

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

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

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

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

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

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

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

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