Shades of Reef #DBFD8E
Tints of Reef #DBFD8E
RGB
CMYK
RGB Variations
Color information
#DBFD8E (or 0xDBFD8E) is known color: Reef. HEX triplet: DB, FD and 8E. RGB value is (219,253,142). Sum of RGB (Red+Green+Blue) = 219+253+142=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD8E is #240271. Grayscale: #E6E6E6. Windows color (decimal): -2359922 or 9371099. OLE color: 9371099.
HSL color Cylindrical-coordinate representation of color #DBFD8E: hue angle of 78.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBFD8E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 142 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.01 |
| HSL | 78.38º | 0.97% | 0.77% | - |
| HSV(B) | 78.38º | 0.44% | 0.99% | - |
| XYZ | 69.22 | 87.26 | 38.79 | - |
| YUV | 230.18 | 78.24 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 142 | 0.13 | 0 | 0.44 | 0.01 | 78.38 | 0.97 | 0.77 |
| Hex | DB | FD | 8E | D | 0 | 2C | 1 | 4E | 61 | 4D |
| Octal | 333 | 375 | 216 | 15 | 0 | 54 | 1 | 116 | 141 | 115 |
| Binary | 11011011 | 11111101 | 10001110 | 1101 | 0 | 101100 | 1 | 1001110 | 1100001 | 1001101 |
Color Harmonies of #DBFD8E
Complementary color
Monochromatic Colors of #DBFD8E
Black with #DBFD8E
Text Example
Text Example
White with #DBFD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD8E; }
p { color: rgb(219,253,142); }
H1.HeaderClassName
{
color: #DBFD8E;
}
.AnyTagClassName
{
color: #DBFD8E;
}
</style>
background-color css
<style>
a { background-color: #DBFD8E; }
a { background-color: rgb(219,253,142); }
div.DivClassName
{
background-color: #DBFD8E;
}
.BgClassName
{
background-color: #DBFD8E;
}
</style>
border-color css
<style>
span { border-color: #DBFD8E; }
span { border-color: rgb(219,253,142); }
td.TdClassName
{
border-color: #DBFD8E;
}
.TagClassName
{
border-color: #DBFD8E;
}
</style>