Shades of Reef #DBFA9E
Tints of Reef #DBFA9E
RGB
CMYK
RGB Variations
Color information
#DBFA9E (or 0xDBFA9E) is known color: Reef. HEX triplet: DB, FA and 9E. RGB value is (219,250,158). Sum of RGB (Red+Green+Blue) = 219+250+158=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFA9E is #240561. Grayscale: #E6E6E6. Windows color (decimal): -2360674 or 10418907. OLE color: 10418907.
HSL color Cylindrical-coordinate representation of color #DBFA9E: hue angle of 80.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFA9E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 158 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.02 |
| HSL | 80.22º | 0.9% | 0.8% | - |
| HSV(B) | 80.22º | 0.37% | 0.98% | - |
| XYZ | 69.57 | 85.9 | 45.26 | - |
| YUV | 230.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 158 | 0.12 | 0 | 0.37 | 0.02 | 80.22 | 0.9 | 0.8 |
| Hex | DB | FA | 9E | C | 0 | 25 | 2 | 50 | 5A | 50 |
| Octal | 333 | 372 | 236 | 14 | 0 | 45 | 2 | 120 | 132 | 120 |
| Binary | 11011011 | 11111010 | 10011110 | 1100 | 0 | 100101 | 10 | 1010000 | 1011010 | 1010000 |
Color Harmonies of #DBFA9E
Complementary color
Monochromatic Colors of #DBFA9E
Black with #DBFA9E
Text Example
Text Example
White with #DBFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA9E; }
p { color: rgb(219,250,158); }
H1.HeaderClassName
{
color: #DBFA9E;
}
.AnyTagClassName
{
color: #DBFA9E;
}
</style>
background-color css
<style>
a { background-color: #DBFA9E; }
a { background-color: rgb(219,250,158); }
div.DivClassName
{
background-color: #DBFA9E;
}
.BgClassName
{
background-color: #DBFA9E;
}
</style>
border-color css
<style>
span { border-color: #DBFA9E; }
span { border-color: rgb(219,250,158); }
td.TdClassName
{
border-color: #DBFA9E;
}
.TagClassName
{
border-color: #DBFA9E;
}
</style>