Shades of Reef #DBEC92
Tints of Reef #DBEC92
RGB
CMYK
RGB Variations
Color information
#DBEC92 (or 0xDBEC92) is known color: Reef. HEX triplet: DB, EC and 92. RGB value is (219,236,146). Sum of RGB (Red+Green+Blue) = 219+236+146=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC92 is #24136D. Grayscale: #DDDDDD. Windows color (decimal): -2364270 or 9628891. OLE color: 9628891.
HSL color Cylindrical-coordinate representation of color #DBEC92: hue angle of 71.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBEC92 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 146 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.07 |
| HSL | 71.33º | 0.7% | 0.75% | - |
| HSV(B) | 71.33º | 0.38% | 0.93% | - |
| XYZ | 64.4 | 77.13 | 38.69 | - |
| YUV | 220.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 146 | 0.07 | 0 | 0.38 | 0.07 | 71.33 | 0.7 | 0.75 |
| Hex | DB | EC | 92 | 7 | 0 | 26 | 7 | 47 | 46 | 4B |
| Octal | 333 | 354 | 222 | 7 | 0 | 46 | 7 | 107 | 106 | 113 |
| Binary | 11011011 | 11101100 | 10010010 | 111 | 0 | 100110 | 111 | 1000111 | 1000110 | 1001011 |
Color Harmonies of #DBEC92
Complementary color
Monochromatic Colors of #DBEC92
Black with #DBEC92
Text Example
Text Example
White with #DBEC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC92; }
p { color: rgb(219,236,146); }
H1.HeaderClassName
{
color: #DBEC92;
}
.AnyTagClassName
{
color: #DBEC92;
}
</style>
background-color css
<style>
a { background-color: #DBEC92; }
a { background-color: rgb(219,236,146); }
div.DivClassName
{
background-color: #DBEC92;
}
.BgClassName
{
background-color: #DBEC92;
}
</style>
border-color css
<style>
span { border-color: #DBEC92; }
span { border-color: rgb(219,236,146); }
td.TdClassName
{
border-color: #DBEC92;
}
.TagClassName
{
border-color: #DBEC92;
}
</style>