#DBFAB3

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

Shades of Reef #DBFAB3

Tints of Reef #DBFAB3

Color information

#DBFAB3 (or 0xDBFAB3) is unknown color: approx Reef. HEX triplet: DB, FA and B3. RGB value is (219,250,179). Sum of RGB (Red+Green+Blue) = 219+250+179=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB3 is #24054C. Grayscale: #E8E8E8. Windows color (decimal): -2360653 or 11795163. OLE color: 11795163.

HSL color Cylindrical-coordinate representation of color #DBFAB3: hue angle of 86.2º 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 #DBFAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB219250179-
CMYK0.1200.280.02
HSL86.2º87.65%84.12%-
HSV(B)86.2º28.4%98.04%-
XYZ71.5486.6955.61-
YUV232.6497.73118.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=33.80%
G=38.58%
B=27.62%

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
Decimal2192501790.1200.280.0286.287.6584.12
HexDBFAB3C01C2565854
Octal333372263140342126130124
Binary110110111111101010110011110001110010101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAB3; }

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

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

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

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

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

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

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

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