Shades of Reef #DBFAA1
Tints of Reef #DBFAA1
RGB
CMYK
RGB Variations
Color information
#DBFAA1 (or 0xDBFAA1) is known color: Reef. HEX triplet: DB, FA and A1. RGB value is (219,250,161). Sum of RGB (Red+Green+Blue) = 219+250+161=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA1 is #24055E. Grayscale: #E6E6E6. Windows color (decimal): -2360671 or 10615515. OLE color: 10615515.
HSL color Cylindrical-coordinate representation of color #DBFAA1: hue angle of 80.9º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFAA1 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 161 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.02 |
| HSL | 80.9º | 0.9% | 0.81% | - |
| HSV(B) | 80.9º | 0.36% | 0.98% | - |
| XYZ | 69.83 | 86 | 46.64 | - |
| YUV | 230.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 161 | 0.12 | 0 | 0.36 | 0.02 | 80.9 | 0.9 | 0.81 |
| Hex | DB | FA | A1 | C | 0 | 24 | 2 | 51 | 5A | 51 |
| Octal | 333 | 372 | 241 | 14 | 0 | 44 | 2 | 121 | 132 | 121 |
| Binary | 11011011 | 11111010 | 10100001 | 1100 | 0 | 100100 | 10 | 1010001 | 1011010 | 1010001 |
Color Harmonies of #DBFAA1
Complementary color
Monochromatic Colors of #DBFAA1
Black with #DBFAA1
Text Example
Text Example
White with #DBFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAA1; }
p { color: rgb(219,250,161); }
H1.HeaderClassName
{
color: #DBFAA1;
}
.AnyTagClassName
{
color: #DBFAA1;
}
</style>
background-color css
<style>
a { background-color: #DBFAA1; }
a { background-color: rgb(219,250,161); }
div.DivClassName
{
background-color: #DBFAA1;
}
.BgClassName
{
background-color: #DBFAA1;
}
</style>
border-color css
<style>
span { border-color: #DBFAA1; }
span { border-color: rgb(219,250,161); }
td.TdClassName
{
border-color: #DBFAA1;
}
.TagClassName
{
border-color: #DBFAA1;
}
</style>