#DBFEAF

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

Shades of Reef #DBFEAF

Tints of Reef #DBFEAF

Color information

#DBFEAF (or 0xDBFEAF) is unknown color: approx Reef. HEX triplet: DB, FE and AF. RGB value is (219,254,175). Sum of RGB (Red+Green+Blue) = 219+254+175=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAF is #240150. Grayscale: #EAEAEA. Windows color (decimal): -2359633 or 11534043. OLE color: 11534043.

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

Color convert

RGB219254175-
CMYK0.1400.310.00
HSL86.58º97.53%84.12%-
HSV(B)86.58º31.1%99.61%-
XYZ72.3989.0453.93-
YUV234.5394.4116.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=33.80%
G=39.20%
B=27.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192541750.1400.310.0086.5897.5384.12
HexDBFEAFE01F0576254
Octal333376257160370127142124
Binary11011011111111101010111111100111110101011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEAF; }

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

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

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

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

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

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

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

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