Shades of Reef #DBFD9E
Tints of Reef #DBFD9E
RGB
CMYK
RGB Variations
Color information
#DBFD9E (or 0xDBFD9E) is known color: Reef. HEX triplet: DB, FD and 9E. RGB value is (219,253,158). Sum of RGB (Red+Green+Blue) = 219+253+158=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD9E is #240261. Grayscale: #E8E8E8. Windows color (decimal): -2359906 or 10419675. OLE color: 10419675.
HSL color Cylindrical-coordinate representation of color #DBFD9E: hue angle of 81.47º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFD9E is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 158 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.01 |
| HSL | 81.47º | 0.96% | 0.81% | - |
| HSV(B) | 81.47º | 0.38% | 0.99% | - |
| XYZ | 70.51 | 87.78 | 45.57 | - |
| YUV | 232 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 158 | 0.13 | 0 | 0.38 | 0.01 | 81.47 | 0.96 | 0.81 |
| Hex | DB | FD | 9E | D | 0 | 26 | 1 | 51 | 60 | 51 |
| Octal | 333 | 375 | 236 | 15 | 0 | 46 | 1 | 121 | 140 | 121 |
| Binary | 11011011 | 11111101 | 10011110 | 1101 | 0 | 100110 | 1 | 1010001 | 1100000 | 1010001 |
Color Harmonies of #DBFD9E
Complementary color
Monochromatic Colors of #DBFD9E
Black with #DBFD9E
Text Example
Text Example
White with #DBFD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD9E; }
p { color: rgb(219,253,158); }
H1.HeaderClassName
{
color: #DBFD9E;
}
.AnyTagClassName
{
color: #DBFD9E;
}
</style>
background-color css
<style>
a { background-color: #DBFD9E; }
a { background-color: rgb(219,253,158); }
div.DivClassName
{
background-color: #DBFD9E;
}
.BgClassName
{
background-color: #DBFD9E;
}
</style>
border-color css
<style>
span { border-color: #DBFD9E; }
span { border-color: rgb(219,253,158); }
td.TdClassName
{
border-color: #DBFD9E;
}
.TagClassName
{
border-color: #DBFD9E;
}
</style>