Shades of Reef #DBEE9B
Tints of Reef #DBEE9B
RGB
CMYK
RGB Variations
Color information
#DBEE9B (or 0xDBEE9B) is known color: Reef. HEX triplet: DB, EE and 9B. RGB value is (219,238,155). Sum of RGB (Red+Green+Blue) = 219+238+155=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE9B is #241164. Grayscale: #DFDFDF. Windows color (decimal): -2363749 or 10219227. OLE color: 10219227.
HSL color Cylindrical-coordinate representation of color #DBEE9B: hue angle of 73.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBEE9B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 155 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.07 |
| HSL | 73.73º | 0.71% | 0.77% | - |
| HSV(B) | 73.73º | 0.35% | 0.93% | - |
| XYZ | 65.7 | 78.58 | 42.71 | - |
| YUV | 222.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 155 | 0.08 | 0 | 0.35 | 0.07 | 73.73 | 0.71 | 0.77 |
| Hex | DB | EE | 9B | 8 | 0 | 23 | 7 | 4A | 47 | 4D |
| Octal | 333 | 356 | 233 | 10 | 0 | 43 | 7 | 112 | 107 | 115 |
| Binary | 11011011 | 11101110 | 10011011 | 1000 | 0 | 100011 | 111 | 1001010 | 1000111 | 1001101 |
Color Harmonies of #DBEE9B
Complementary color
Monochromatic Colors of #DBEE9B
Black with #DBEE9B
Text Example
Text Example
White with #DBEE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE9B; }
p { color: rgb(219,238,155); }
H1.HeaderClassName
{
color: #DBEE9B;
}
.AnyTagClassName
{
color: #DBEE9B;
}
</style>
background-color css
<style>
a { background-color: #DBEE9B; }
a { background-color: rgb(219,238,155); }
div.DivClassName
{
background-color: #DBEE9B;
}
.BgClassName
{
background-color: #DBEE9B;
}
</style>
border-color css
<style>
span { border-color: #DBEE9B; }
span { border-color: rgb(219,238,155); }
td.TdClassName
{
border-color: #DBEE9B;
}
.TagClassName
{
border-color: #DBEE9B;
}
</style>