#DBFBAF

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

Shades of Reef #DBFBAF

Tints of Reef #DBFBAF

Color information

#DBFBAF (or 0xDBFBAF) is unknown color: approx Reef. HEX triplet: DB, FB and AF. RGB value is (219,251,175). Sum of RGB (Red+Green+Blue) = 219+251+175=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAF is #240450. Grayscale: #E9E9E9. Windows color (decimal): -2360401 or 11533275. OLE color: 11533275.

HSL color Cylindrical-coordinate representation of color #DBFBAF: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFBAF is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB219251175-
CMYK0.1300.300.02
HSL85.26º90.48%83.53%-
HSV(B)85.26º30.28%98.43%-
XYZ71.4587.1553.61-
YUV232.7795.4118.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=33.95%
G=38.91%
B=27.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511750.1300.300.0285.2690.4883.53
HexDBFBAFD01E2555a54
Octal333373257150362125132124
Binary110110111111101110101111110101111010101010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBAF; }

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

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

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

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

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

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

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

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