#DBFBAA

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

Shades of Reef #DBFBAA

Tints of Reef #DBFBAA

Color information

#DBFBAA (or 0xDBFBAA) is unknown color: approx Reef. HEX triplet: DB, FB and AA. RGB value is (219,251,170). Sum of RGB (Red+Green+Blue) = 219+251+170=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAA is #240455. Grayscale: #E8E8E8. Windows color (decimal): -2360406 or 11205595. OLE color: 11205595.

HSL color Cylindrical-coordinate representation of color #DBFBAA: hue angle of 83.7º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFBAA is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB219251170-
CMYK0.1300.320.02
HSL83.7º91.01%82.55%-
HSV(B)83.7º32.27%98.43%-
XYZ70.9786.9651.07-
YUV232.292.9118.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=34.22%
G=39.22%
B=26.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511700.1300.320.0283.791.0182.55
HexDBFBAAD0202545b53
Octal333373252150402124133123
Binary1101101111111011101010101101010000010101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBAA; }

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

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

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

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

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

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

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

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