Shades of Reef #DBE998
Tints of Reef #DBE998
RGB
CMYK
RGB Variations
Color information
#DBE998 (or 0xDBE998) is known color: Reef. HEX triplet: DB, E9 and 98. RGB value is (219,233,152). Sum of RGB (Red+Green+Blue) = 219+233+152=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE998 is #241667. Grayscale: #DBDBDB. Windows color (decimal): -2365032 or 10021339. OLE color: 10021339.
HSL color Cylindrical-coordinate representation of color #DBE998: hue angle of 70.37º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE998 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 152 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.09 |
| HSL | 70.37º | 0.65% | 0.75% | - |
| HSV(B) | 70.37º | 0.35% | 0.91% | - |
| XYZ | 64.02 | 75.6 | 40.92 | - |
| YUV | 219.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 152 | 0.06 | 0 | 0.35 | 0.09 | 70.37 | 0.65 | 0.75 |
| Hex | DB | E9 | 98 | 6 | 0 | 23 | 9 | 46 | 41 | 4B |
| Octal | 333 | 351 | 230 | 6 | 0 | 43 | 11 | 106 | 101 | 113 |
| Binary | 11011011 | 11101001 | 10011000 | 110 | 0 | 100011 | 1001 | 1000110 | 1000001 | 1001011 |
Color Harmonies of #DBE998
Complementary color
Monochromatic Colors of #DBE998
Black with #DBE998
Text Example
Text Example
White with #DBE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE998; }
p { color: rgb(219,233,152); }
H1.HeaderClassName
{
color: #DBE998;
}
.AnyTagClassName
{
color: #DBE998;
}
</style>
background-color css
<style>
a { background-color: #DBE998; }
a { background-color: rgb(219,233,152); }
div.DivClassName
{
background-color: #DBE998;
}
.BgClassName
{
background-color: #DBE998;
}
</style>
border-color css
<style>
span { border-color: #DBE998; }
span { border-color: rgb(219,233,152); }
td.TdClassName
{
border-color: #DBE998;
}
.TagClassName
{
border-color: #DBE998;
}
</style>