Shades of Reef #DBE89A
Tints of Reef #DBE89A
RGB
CMYK
RGB Variations
Color information
#DBE89A (or 0xDBE89A) is known color: Reef. HEX triplet: DB, E8 and 9A. RGB value is (219,232,154). Sum of RGB (Red+Green+Blue) = 219+232+154=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE89A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE89A is #241765. Grayscale: #DBDBDB. Windows color (decimal): -2365286 or 10152155. OLE color: 10152155.
HSL color Cylindrical-coordinate representation of color #DBE89A: hue angle of 70º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE89A is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 154 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.09 |
| HSL | 70º | 0.63% | 0.76% | - |
| HSV(B) | 70º | 0.34% | 0.91% | - |
| XYZ | 63.9 | 75.11 | 41.7 | - |
| YUV | 219.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 154 | 0.06 | 0 | 0.34 | 0.09 | 70 | 0.63 | 0.76 |
| Hex | DB | E8 | 9A | 6 | 0 | 22 | 9 | 46 | 3F | 4C |
| Octal | 333 | 350 | 232 | 6 | 0 | 42 | 11 | 106 | 77 | 114 |
| Binary | 11011011 | 11101000 | 10011010 | 110 | 0 | 100010 | 1001 | 1000110 | 111111 | 1001100 |
Color Harmonies of #DBE89A
Complementary color
Monochromatic Colors of #DBE89A
Black with #DBE89A
Text Example
Text Example
White with #DBE89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE89A; }
p { color: rgb(219,232,154); }
H1.HeaderClassName
{
color: #DBE89A;
}
.AnyTagClassName
{
color: #DBE89A;
}
</style>
background-color css
<style>
a { background-color: #DBE89A; }
a { background-color: rgb(219,232,154); }
div.DivClassName
{
background-color: #DBE89A;
}
.BgClassName
{
background-color: #DBE89A;
}
</style>
border-color css
<style>
span { border-color: #DBE89A; }
span { border-color: rgb(219,232,154); }
td.TdClassName
{
border-color: #DBE89A;
}
.TagClassName
{
border-color: #DBE89A;
}
</style>