Shades of Reef #DBEF8F
Tints of Reef #DBEF8F
RGB
CMYK
RGB Variations
Color information
#DBEF8F (or 0xDBEF8F) is known color: Reef. HEX triplet: DB, EF and 8F. RGB value is (219,239,143). Sum of RGB (Red+Green+Blue) = 219+239+143=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF8F is #241070. Grayscale: #DEDEDE. Windows color (decimal): -2363505 or 9433051. OLE color: 9433051.
HSL color Cylindrical-coordinate representation of color #DBEF8F: hue angle of 72.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBEF8F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 143 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.06 |
| HSL | 72.5º | 0.75% | 0.75% | - |
| HSV(B) | 72.5º | 0.4% | 0.94% | - |
| XYZ | 65.04 | 78.78 | 37.76 | - |
| YUV | 222.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 143 | 0.08 | 0 | 0.40 | 0.06 | 72.5 | 0.75 | 0.75 |
| Hex | DB | EF | 8F | 8 | 0 | 28 | 6 | 48 | 4B | 4B |
| Octal | 333 | 357 | 217 | 10 | 0 | 50 | 6 | 110 | 113 | 113 |
| Binary | 11011011 | 11101111 | 10001111 | 1000 | 0 | 101000 | 110 | 1001000 | 1001011 | 1001011 |
Color Harmonies of #DBEF8F
Complementary color
Monochromatic Colors of #DBEF8F
Black with #DBEF8F
Text Example
Text Example
White with #DBEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF8F; }
p { color: rgb(219,239,143); }
H1.HeaderClassName
{
color: #DBEF8F;
}
.AnyTagClassName
{
color: #DBEF8F;
}
</style>
background-color css
<style>
a { background-color: #DBEF8F; }
a { background-color: rgb(219,239,143); }
div.DivClassName
{
background-color: #DBEF8F;
}
.BgClassName
{
background-color: #DBEF8F;
}
</style>
border-color css
<style>
span { border-color: #DBEF8F; }
span { border-color: rgb(219,239,143); }
td.TdClassName
{
border-color: #DBEF8F;
}
.TagClassName
{
border-color: #DBEF8F;
}
</style>