Shades of Reef #DBEC99
Tints of Reef #DBEC99
RGB
CMYK
RGB Variations
Color information
#DBEC99 (or 0xDBEC99) is known color: Reef. HEX triplet: DB, EC and 99. RGB value is (219,236,153). Sum of RGB (Red+Green+Blue) = 219+236+153=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC99 is #241366. Grayscale: #DDDDDD. Windows color (decimal): -2364263 or 10087643. OLE color: 10087643.
HSL color Cylindrical-coordinate representation of color #DBEC99: hue angle of 72.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBEC99 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 153 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.07 |
| HSL | 72.29º | 0.69% | 0.76% | - |
| HSV(B) | 72.29º | 0.35% | 0.93% | - |
| XYZ | 64.96 | 77.35 | 41.64 | - |
| YUV | 221.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 153 | 0.07 | 0 | 0.35 | 0.07 | 72.29 | 0.69 | 0.76 |
| Hex | DB | EC | 99 | 7 | 0 | 23 | 7 | 48 | 45 | 4C |
| Octal | 333 | 354 | 231 | 7 | 0 | 43 | 7 | 110 | 105 | 114 |
| Binary | 11011011 | 11101100 | 10011001 | 111 | 0 | 100011 | 111 | 1001000 | 1000101 | 1001100 |
Color Harmonies of #DBEC99
Complementary color
Monochromatic Colors of #DBEC99
Black with #DBEC99
Text Example
Text Example
White with #DBEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC99; }
p { color: rgb(219,236,153); }
H1.HeaderClassName
{
color: #DBEC99;
}
.AnyTagClassName
{
color: #DBEC99;
}
</style>
background-color css
<style>
a { background-color: #DBEC99; }
a { background-color: rgb(219,236,153); }
div.DivClassName
{
background-color: #DBEC99;
}
.BgClassName
{
background-color: #DBEC99;
}
</style>
border-color css
<style>
span { border-color: #DBEC99; }
span { border-color: rgb(219,236,153); }
td.TdClassName
{
border-color: #DBEC99;
}
.TagClassName
{
border-color: #DBEC99;
}
</style>