Shades of Reef #DBE9A2
Tints of Reef #DBE9A2
RGB
CMYK
RGB Variations
Color information
#DBE9A2 (or 0xDBE9A2) is known color: Reef. HEX triplet: DB, E9 and A2. RGB value is (219,233,162). Sum of RGB (Red+Green+Blue) = 219+233+162=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE9A2 is #24165D. Grayscale: #DCDCDC. Windows color (decimal): -2365022 or 10676699. OLE color: 10676699.
HSL color Cylindrical-coordinate representation of color #DBE9A2: hue angle of 71.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE9A2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 162 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 71.83º | 0.62% | 0.77% | - |
| HSV(B) | 71.83º | 0.3% | 0.91% | - |
| XYZ | 64.87 | 75.95 | 45.42 | - |
| YUV | 220.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 162 | 0.06 | 0 | 0.30 | 0.09 | 71.83 | 0.62 | 0.77 |
| Hex | DB | E9 | A2 | 6 | 0 | 1E | 9 | 48 | 3E | 4D |
| Octal | 333 | 351 | 242 | 6 | 0 | 36 | 11 | 110 | 76 | 115 |
| Binary | 11011011 | 11101001 | 10100010 | 110 | 0 | 11110 | 1001 | 1001000 | 111110 | 1001101 |
Color Harmonies of #DBE9A2
Complementary color
Monochromatic Colors of #DBE9A2
Black with #DBE9A2
Text Example
Text Example
White with #DBE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9A2; }
p { color: rgb(219,233,162); }
H1.HeaderClassName
{
color: #DBE9A2;
}
.AnyTagClassName
{
color: #DBE9A2;
}
</style>
background-color css
<style>
a { background-color: #DBE9A2; }
a { background-color: rgb(219,233,162); }
div.DivClassName
{
background-color: #DBE9A2;
}
.BgClassName
{
background-color: #DBE9A2;
}
</style>
border-color css
<style>
span { border-color: #DBE9A2; }
span { border-color: rgb(219,233,162); }
td.TdClassName
{
border-color: #DBE9A2;
}
.TagClassName
{
border-color: #DBE9A2;
}
</style>