Shades of Reef #DBEC9C
Tints of Reef #DBEC9C
RGB
CMYK
RGB Variations
Color information
#DBEC9C (or 0xDBEC9C) is known color: Reef. HEX triplet: DB, EC and 9C. RGB value is (219,236,156). Sum of RGB (Red+Green+Blue) = 219+236+156=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9C is #241363. Grayscale: #DEDEDE. Windows color (decimal): -2364260 or 10284251. OLE color: 10284251.
HSL color Cylindrical-coordinate representation of color #DBEC9C: hue angle of 72.75º 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 #DBEC9C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 156 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.07 |
| HSL | 72.75º | 0.68% | 0.77% | - |
| HSV(B) | 72.75º | 0.34% | 0.93% | - |
| XYZ | 65.21 | 77.45 | 42.97 | - |
| YUV | 221.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 156 | 0.07 | 0 | 0.34 | 0.07 | 72.75 | 0.68 | 0.77 |
| Hex | DB | EC | 9C | 7 | 0 | 22 | 7 | 49 | 44 | 4D |
| Octal | 333 | 354 | 234 | 7 | 0 | 42 | 7 | 111 | 104 | 115 |
| Binary | 11011011 | 11101100 | 10011100 | 111 | 0 | 100010 | 111 | 1001001 | 1000100 | 1001101 |
Color Harmonies of #DBEC9C
Complementary color
Monochromatic Colors of #DBEC9C
Black with #DBEC9C
Text Example
Text Example
White with #DBEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC9C; }
p { color: rgb(219,236,156); }
H1.HeaderClassName
{
color: #DBEC9C;
}
.AnyTagClassName
{
color: #DBEC9C;
}
</style>
background-color css
<style>
a { background-color: #DBEC9C; }
a { background-color: rgb(219,236,156); }
div.DivClassName
{
background-color: #DBEC9C;
}
.BgClassName
{
background-color: #DBEC9C;
}
</style>
border-color css
<style>
span { border-color: #DBEC9C; }
span { border-color: rgb(219,236,156); }
td.TdClassName
{
border-color: #DBEC9C;
}
.TagClassName
{
border-color: #DBEC9C;
}
</style>