Shades of Reef #DBEFA9
Tints of Reef #DBEFA9
RGB
CMYK
RGB Variations
Color information
#DBEFA9 (or 0xDBEFA9) is known color: Reef. HEX triplet: DB, EF and A9. RGB value is (219,239,169). Sum of RGB (Red+Green+Blue) = 219+239+169=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA9 is #241056. Grayscale: #E1E1E1. Windows color (decimal): -2363479 or 11136987. OLE color: 11136987.
HSL color Cylindrical-coordinate representation of color #DBEFA9: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEFA9 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 169 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.06 |
| HSL | 77.14º | 0.69% | 0.8% | - |
| HSV(B) | 77.14º | 0.29% | 0.94% | - |
| XYZ | 67.24 | 79.66 | 49.37 | - |
| YUV | 225.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 169 | 0.08 | 0 | 0.29 | 0.06 | 77.14 | 0.69 | 0.8 |
| Hex | DB | EF | A9 | 8 | 0 | 1D | 6 | 4D | 45 | 50 |
| Octal | 333 | 357 | 251 | 10 | 0 | 35 | 6 | 115 | 105 | 120 |
| Binary | 11011011 | 11101111 | 10101001 | 1000 | 0 | 11101 | 110 | 1001101 | 1000101 | 1010000 |
Color Harmonies of #DBEFA9
Complementary color
Monochromatic Colors of #DBEFA9
Black with #DBEFA9
Text Example
Text Example
White with #DBEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFA9; }
p { color: rgb(219,239,169); }
H1.HeaderClassName
{
color: #DBEFA9;
}
.AnyTagClassName
{
color: #DBEFA9;
}
</style>
background-color css
<style>
a { background-color: #DBEFA9; }
a { background-color: rgb(219,239,169); }
div.DivClassName
{
background-color: #DBEFA9;
}
.BgClassName
{
background-color: #DBEFA9;
}
</style>
border-color css
<style>
span { border-color: #DBEFA9; }
span { border-color: rgb(219,239,169); }
td.TdClassName
{
border-color: #DBEFA9;
}
.TagClassName
{
border-color: #DBEFA9;
}
</style>