Shades of Reef #DBE89B
Tints of Reef #DBE89B
RGB
CMYK
RGB Variations
Color information
#DBE89B (or 0xDBE89B) is known color: Reef. HEX triplet: DB, E8 and 9B. RGB value is (219,232,155). Sum of RGB (Red+Green+Blue) = 219+232+155=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE89B is #241764. Grayscale: #DBDBDB. Windows color (decimal): -2365285 or 10217691. OLE color: 10217691.
HSL color Cylindrical-coordinate representation of color #DBE89B: hue angle of 70.13º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE89B is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 155 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.09 |
| HSL | 70.13º | 0.63% | 0.76% | - |
| HSV(B) | 70.13º | 0.33% | 0.91% | - |
| XYZ | 63.99 | 75.14 | 42.14 | - |
| YUV | 219.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 155 | 0.06 | 0 | 0.33 | 0.09 | 70.13 | 0.63 | 0.76 |
| Hex | DB | E8 | 9B | 6 | 0 | 21 | 9 | 46 | 3F | 4C |
| Octal | 333 | 350 | 233 | 6 | 0 | 41 | 11 | 106 | 77 | 114 |
| Binary | 11011011 | 11101000 | 10011011 | 110 | 0 | 100001 | 1001 | 1000110 | 111111 | 1001100 |
Color Harmonies of #DBE89B
Complementary color
Monochromatic Colors of #DBE89B
Black with #DBE89B
Text Example
Text Example
White with #DBE89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE89B; }
p { color: rgb(219,232,155); }
H1.HeaderClassName
{
color: #DBE89B;
}
.AnyTagClassName
{
color: #DBE89B;
}
</style>
background-color css
<style>
a { background-color: #DBE89B; }
a { background-color: rgb(219,232,155); }
div.DivClassName
{
background-color: #DBE89B;
}
.BgClassName
{
background-color: #DBE89B;
}
</style>
border-color css
<style>
span { border-color: #DBE89B; }
span { border-color: rgb(219,232,155); }
td.TdClassName
{
border-color: #DBE89B;
}
.TagClassName
{
border-color: #DBE89B;
}
</style>