#DBFAB4

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

Shades of Reef #DBFAB4

Tints of Reef #DBFAB4

Color information

#DBFAB4 (or 0xDBFAB4) is unknown color: approx Reef. HEX triplet: DB, FA and B4. RGB value is (219,250,180). Sum of RGB (Red+Green+Blue) = 219+250+180=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB4 is #24054B. Grayscale: #E9E9E9. Windows color (decimal): -2360652 or 11860699. OLE color: 11860699.

HSL color Cylindrical-coordinate representation of color #DBFAB4: hue angle of 86.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFAB4 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB219250180-
CMYK0.1200.280.02
HSL86.57º87.5%84.31%-
HSV(B)86.57º28%98.04%-
XYZ71.6486.7356.14-
YUV232.7598.23118.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 180 (70.70% from 255) = 27.73%
R=33.74%
G=38.52%
B=27.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501800.1200.280.0286.5787.584.31
HexDBFAB4C01C2575854
Octal333372264140342127130124
Binary110110111111101010110100110001110010101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAB4; }

 p { color: rgb(219,250,180); }

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

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

 a { background-color: rgb(219,250,180); }

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

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

 span { border-color: rgb(219,250,180); }

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