Shades of Reef #DBEE9C
Tints of Reef #DBEE9C
RGB
CMYK
RGB Variations
Color information
#DBEE9C (or 0xDBEE9C) is known color: Reef. HEX triplet: DB, EE and 9C. RGB value is (219,238,156). Sum of RGB (Red+Green+Blue) = 219+238+156=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE9C is #241163. Grayscale: #DFDFDF. Windows color (decimal): -2363748 or 10284763. OLE color: 10284763.
HSL color Cylindrical-coordinate representation of color #DBEE9C: hue angle of 73.9º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBEE9C is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 156 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.07 |
| HSL | 73.9º | 0.71% | 0.77% | - |
| HSV(B) | 73.9º | 0.34% | 0.93% | - |
| XYZ | 65.79 | 78.61 | 43.16 | - |
| YUV | 222.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 156 | 0.08 | 0 | 0.34 | 0.07 | 73.9 | 0.71 | 0.77 |
| Hex | DB | EE | 9C | 8 | 0 | 22 | 7 | 4A | 47 | 4D |
| Octal | 333 | 356 | 234 | 10 | 0 | 42 | 7 | 112 | 107 | 115 |
| Binary | 11011011 | 11101110 | 10011100 | 1000 | 0 | 100010 | 111 | 1001010 | 1000111 | 1001101 |
Color Harmonies of #DBEE9C
Complementary color
Monochromatic Colors of #DBEE9C
Black with #DBEE9C
Text Example
Text Example
White with #DBEE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE9C; }
p { color: rgb(219,238,156); }
H1.HeaderClassName
{
color: #DBEE9C;
}
.AnyTagClassName
{
color: #DBEE9C;
}
</style>
background-color css
<style>
a { background-color: #DBEE9C; }
a { background-color: rgb(219,238,156); }
div.DivClassName
{
background-color: #DBEE9C;
}
.BgClassName
{
background-color: #DBEE9C;
}
</style>
border-color css
<style>
span { border-color: #DBEE9C; }
span { border-color: rgb(219,238,156); }
td.TdClassName
{
border-color: #DBEE9C;
}
.TagClassName
{
border-color: #DBEE9C;
}
</style>