Shades of Reef #DBE9A0
Tints of Reef #DBE9A0
RGB
CMYK
RGB Variations
Color information
#DBE9A0 (or 0xDBE9A0) is known color: Reef. HEX triplet: DB, E9 and A0. RGB value is (219,233,160). Sum of RGB (Red+Green+Blue) = 219+233+160=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9A0 is #24165F. Grayscale: #DCDCDC. Windows color (decimal): -2365024 or 10545627. OLE color: 10545627.
HSL color Cylindrical-coordinate representation of color #DBE9A0: hue angle of 71.51º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE9A0 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 160 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.09 |
| HSL | 71.51º | 0.62% | 0.77% | - |
| HSV(B) | 71.51º | 0.31% | 0.91% | - |
| XYZ | 64.7 | 75.88 | 44.49 | - |
| YUV | 220.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 160 | 0.06 | 0 | 0.31 | 0.09 | 71.51 | 0.62 | 0.77 |
| Hex | DB | E9 | A0 | 6 | 0 | 1F | 9 | 48 | 3E | 4D |
| Octal | 333 | 351 | 240 | 6 | 0 | 37 | 11 | 110 | 76 | 115 |
| Binary | 11011011 | 11101001 | 10100000 | 110 | 0 | 11111 | 1001 | 1001000 | 111110 | 1001101 |
Color Harmonies of #DBE9A0
Complementary color
Monochromatic Colors of #DBE9A0
Black with #DBE9A0
Text Example
Text Example
White with #DBE9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9A0; }
p { color: rgb(219,233,160); }
H1.HeaderClassName
{
color: #DBE9A0;
}
.AnyTagClassName
{
color: #DBE9A0;
}
</style>
background-color css
<style>
a { background-color: #DBE9A0; }
a { background-color: rgb(219,233,160); }
div.DivClassName
{
background-color: #DBE9A0;
}
.BgClassName
{
background-color: #DBE9A0;
}
</style>
border-color css
<style>
span { border-color: #DBE9A0; }
span { border-color: rgb(219,233,160); }
td.TdClassName
{
border-color: #DBE9A0;
}
.TagClassName
{
border-color: #DBE9A0;
}
</style>