Shades of Reef #DBEE9E
Tints of Reef #DBEE9E
RGB
CMYK
RGB Variations
Color information
#DBEE9E (or 0xDBEE9E) is known color: Reef. HEX triplet: DB, EE and 9E. RGB value is (219,238,158). Sum of RGB (Red+Green+Blue) = 219+238+158=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE9E is #241161. Grayscale: #DFDFDF. Windows color (decimal): -2363746 or 10415835. OLE color: 10415835.
HSL color Cylindrical-coordinate representation of color #DBEE9E: hue angle of 74.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBEE9E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 158 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.07 |
| HSL | 74.25º | 0.7% | 0.78% | - |
| HSV(B) | 74.25º | 0.34% | 0.93% | - |
| XYZ | 65.96 | 78.68 | 44.06 | - |
| YUV | 223.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 158 | 0.08 | 0 | 0.34 | 0.07 | 74.25 | 0.7 | 0.78 |
| Hex | DB | EE | 9E | 8 | 0 | 22 | 7 | 4A | 46 | 4E |
| Octal | 333 | 356 | 236 | 10 | 0 | 42 | 7 | 112 | 106 | 116 |
| Binary | 11011011 | 11101110 | 10011110 | 1000 | 0 | 100010 | 111 | 1001010 | 1000110 | 1001110 |
Color Harmonies of #DBEE9E
Complementary color
Monochromatic Colors of #DBEE9E
Black with #DBEE9E
Text Example
Text Example
White with #DBEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE9E; }
p { color: rgb(219,238,158); }
H1.HeaderClassName
{
color: #DBEE9E;
}
.AnyTagClassName
{
color: #DBEE9E;
}
</style>
background-color css
<style>
a { background-color: #DBEE9E; }
a { background-color: rgb(219,238,158); }
div.DivClassName
{
background-color: #DBEE9E;
}
.BgClassName
{
background-color: #DBEE9E;
}
</style>
border-color css
<style>
span { border-color: #DBEE9E; }
span { border-color: rgb(219,238,158); }
td.TdClassName
{
border-color: #DBEE9E;
}
.TagClassName
{
border-color: #DBEE9E;
}
</style>