Shades of Reef #DBEC9A
Tints of Reef #DBEC9A
RGB
CMYK
RGB Variations
Color information
#DBEC9A (or 0xDBEC9A) is known color: Reef. HEX triplet: DB, EC and 9A. RGB value is (219,236,154). Sum of RGB (Red+Green+Blue) = 219+236+154=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9A is #241365. Grayscale: #DDDDDD. Windows color (decimal): -2364262 or 10153179. OLE color: 10153179.
HSL color Cylindrical-coordinate representation of color #DBEC9A: hue angle of 72.44º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBEC9A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 154 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.07 |
| HSL | 72.44º | 0.68% | 0.76% | - |
| HSV(B) | 72.44º | 0.35% | 0.93% | - |
| XYZ | 65.04 | 77.38 | 42.08 | - |
| YUV | 221.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 154 | 0.07 | 0 | 0.35 | 0.07 | 72.44 | 0.68 | 0.76 |
| Hex | DB | EC | 9A | 7 | 0 | 23 | 7 | 48 | 44 | 4C |
| Octal | 333 | 354 | 232 | 7 | 0 | 43 | 7 | 110 | 104 | 114 |
| Binary | 11011011 | 11101100 | 10011010 | 111 | 0 | 100011 | 111 | 1001000 | 1000100 | 1001100 |
Color Harmonies of #DBEC9A
Complementary color
Monochromatic Colors of #DBEC9A
Black with #DBEC9A
Text Example
Text Example
White with #DBEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC9A; }
p { color: rgb(219,236,154); }
H1.HeaderClassName
{
color: #DBEC9A;
}
.AnyTagClassName
{
color: #DBEC9A;
}
</style>
background-color css
<style>
a { background-color: #DBEC9A; }
a { background-color: rgb(219,236,154); }
div.DivClassName
{
background-color: #DBEC9A;
}
.BgClassName
{
background-color: #DBEC9A;
}
</style>
border-color css
<style>
span { border-color: #DBEC9A; }
span { border-color: rgb(219,236,154); }
td.TdClassName
{
border-color: #DBEC9A;
}
.TagClassName
{
border-color: #DBEC9A;
}
</style>