Shades of Reef #DBE9A4
Tints of Reef #DBE9A4
RGB
CMYK
RGB Variations
Color information
#DBE9A4 (or 0xDBE9A4) is known color: Reef. HEX triplet: DB, E9 and A4. RGB value is (219,233,164). Sum of RGB (Red+Green+Blue) = 219+233+164=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9A4 is #24165B. Grayscale: #DDDDDD. Windows color (decimal): -2365020 or 10807771. OLE color: 10807771.
HSL color Cylindrical-coordinate representation of color #DBE9A4: hue angle of 72.17º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE9A4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 164 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 72.17º | 0.61% | 0.78% | - |
| HSV(B) | 72.17º | 0.3% | 0.91% | - |
| XYZ | 65.05 | 76.02 | 46.37 | - |
| YUV | 220.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 164 | 0.06 | 0 | 0.30 | 0.09 | 72.17 | 0.61 | 0.78 |
| Hex | DB | E9 | A4 | 6 | 0 | 1E | 9 | 48 | 3D | 4E |
| Octal | 333 | 351 | 244 | 6 | 0 | 36 | 11 | 110 | 75 | 116 |
| Binary | 11011011 | 11101001 | 10100100 | 110 | 0 | 11110 | 1001 | 1001000 | 111101 | 1001110 |
Color Harmonies of #DBE9A4
Complementary color
Monochromatic Colors of #DBE9A4
Black with #DBE9A4
Text Example
Text Example
White with #DBE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9A4; }
p { color: rgb(219,233,164); }
H1.HeaderClassName
{
color: #DBE9A4;
}
.AnyTagClassName
{
color: #DBE9A4;
}
</style>
background-color css
<style>
a { background-color: #DBE9A4; }
a { background-color: rgb(219,233,164); }
div.DivClassName
{
background-color: #DBE9A4;
}
.BgClassName
{
background-color: #DBE9A4;
}
</style>
border-color css
<style>
span { border-color: #DBE9A4; }
span { border-color: rgb(219,233,164); }
td.TdClassName
{
border-color: #DBE9A4;
}
.TagClassName
{
border-color: #DBE9A4;
}
</style>