Shades of Reef #DBEC9B
Tints of Reef #DBEC9B
RGB
CMYK
RGB Variations
Color information
#DBEC9B (or 0xDBEC9B) is known color: Reef. HEX triplet: DB, EC and 9B. RGB value is (219,236,155). Sum of RGB (Red+Green+Blue) = 219+236+155=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9B is #241364. Grayscale: #DDDDDD. Windows color (decimal): -2364261 or 10218715. OLE color: 10218715.
HSL color Cylindrical-coordinate representation of color #DBEC9B: hue angle of 72.59º degrees, saturation: 0.68, 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 #DBEC9B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 155 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.07 |
| HSL | 72.59º | 0.68% | 0.77% | - |
| HSV(B) | 72.59º | 0.34% | 0.93% | - |
| XYZ | 65.13 | 77.42 | 42.52 | - |
| YUV | 221.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 155 | 0.07 | 0 | 0.34 | 0.07 | 72.59 | 0.68 | 0.77 |
| Hex | DB | EC | 9B | 7 | 0 | 22 | 7 | 49 | 44 | 4D |
| Octal | 333 | 354 | 233 | 7 | 0 | 42 | 7 | 111 | 104 | 115 |
| Binary | 11011011 | 11101100 | 10011011 | 111 | 0 | 100010 | 111 | 1001001 | 1000100 | 1001101 |
Color Harmonies of #DBEC9B
Complementary color
Monochromatic Colors of #DBEC9B
Black with #DBEC9B
Text Example
Text Example
White with #DBEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC9B; }
p { color: rgb(219,236,155); }
H1.HeaderClassName
{
color: #DBEC9B;
}
.AnyTagClassName
{
color: #DBEC9B;
}
</style>
background-color css
<style>
a { background-color: #DBEC9B; }
a { background-color: rgb(219,236,155); }
div.DivClassName
{
background-color: #DBEC9B;
}
.BgClassName
{
background-color: #DBEC9B;
}
</style>
border-color css
<style>
span { border-color: #DBEC9B; }
span { border-color: rgb(219,236,155); }
td.TdClassName
{
border-color: #DBEC9B;
}
.TagClassName
{
border-color: #DBEC9B;
}
</style>