Shades of Reef #DBEF9E
Tints of Reef #DBEF9E
RGB
CMYK
RGB Variations
Color information
#DBEF9E (or 0xDBEF9E) is known color: Reef. HEX triplet: DB, EF and 9E. RGB value is (219,239,158). Sum of RGB (Red+Green+Blue) = 219+239+158=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF9E is #241061. Grayscale: #E0E0E0. Windows color (decimal): -2363490 or 10416091. OLE color: 10416091.
HSL color Cylindrical-coordinate representation of color #DBEF9E: hue angle of 74.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBEF9E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 158 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.06 |
| HSL | 74.81º | 0.72% | 0.78% | - |
| HSV(B) | 74.81º | 0.34% | 0.94% | - |
| XYZ | 66.25 | 79.26 | 44.15 | - |
| YUV | 223.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 158 | 0.08 | 0 | 0.34 | 0.06 | 74.81 | 0.72 | 0.78 |
| Hex | DB | EF | 9E | 8 | 0 | 22 | 6 | 4B | 48 | 4E |
| Octal | 333 | 357 | 236 | 10 | 0 | 42 | 6 | 113 | 110 | 116 |
| Binary | 11011011 | 11101111 | 10011110 | 1000 | 0 | 100010 | 110 | 1001011 | 1001000 | 1001110 |
Color Harmonies of #DBEF9E
Complementary color
Monochromatic Colors of #DBEF9E
Black with #DBEF9E
Text Example
Text Example
White with #DBEF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF9E; }
p { color: rgb(219,239,158); }
H1.HeaderClassName
{
color: #DBEF9E;
}
.AnyTagClassName
{
color: #DBEF9E;
}
</style>
background-color css
<style>
a { background-color: #DBEF9E; }
a { background-color: rgb(219,239,158); }
div.DivClassName
{
background-color: #DBEF9E;
}
.BgClassName
{
background-color: #DBEF9E;
}
</style>
border-color css
<style>
span { border-color: #DBEF9E; }
span { border-color: rgb(219,239,158); }
td.TdClassName
{
border-color: #DBEF9E;
}
.TagClassName
{
border-color: #DBEF9E;
}
</style>