Shades of Reef #DBEF99
Tints of Reef #DBEF99
RGB
CMYK
RGB Variations
Color information
#DBEF99 (or 0xDBEF99) is known color: Reef. HEX triplet: DB, EF and 99. RGB value is (219,239,153). Sum of RGB (Red+Green+Blue) = 219+239+153=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF99 is #241066. Grayscale: #DFDFDF. Windows color (decimal): -2363495 or 10088411. OLE color: 10088411.
HSL color Cylindrical-coordinate representation of color #DBEF99: hue angle of 73.95º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBEF99 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 153 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.06 |
| HSL | 73.95º | 0.73% | 0.77% | - |
| HSV(B) | 73.95º | 0.36% | 0.94% | - |
| XYZ | 65.83 | 79.09 | 41.93 | - |
| YUV | 223.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 153 | 0.08 | 0 | 0.36 | 0.06 | 73.95 | 0.73 | 0.77 |
| Hex | DB | EF | 99 | 8 | 0 | 24 | 6 | 4A | 49 | 4D |
| Octal | 333 | 357 | 231 | 10 | 0 | 44 | 6 | 112 | 111 | 115 |
| Binary | 11011011 | 11101111 | 10011001 | 1000 | 0 | 100100 | 110 | 1001010 | 1001001 | 1001101 |
Color Harmonies of #DBEF99
Complementary color
Monochromatic Colors of #DBEF99
Black with #DBEF99
Text Example
Text Example
White with #DBEF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF99; }
p { color: rgb(219,239,153); }
H1.HeaderClassName
{
color: #DBEF99;
}
.AnyTagClassName
{
color: #DBEF99;
}
</style>
background-color css
<style>
a { background-color: #DBEF99; }
a { background-color: rgb(219,239,153); }
div.DivClassName
{
background-color: #DBEF99;
}
.BgClassName
{
background-color: #DBEF99;
}
</style>
border-color css
<style>
span { border-color: #DBEF99; }
span { border-color: rgb(219,239,153); }
td.TdClassName
{
border-color: #DBEF99;
}
.TagClassName
{
border-color: #DBEF99;
}
</style>