Shades of Reef #DBEB9C
Tints of Reef #DBEB9C
RGB
CMYK
RGB Variations
Color information
#DBEB9C (or 0xDBEB9C) is known color: Reef. HEX triplet: DB, EB and 9C. RGB value is (219,235,156). Sum of RGB (Red+Green+Blue) = 219+235+156=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB9C is #241463. Grayscale: #DDDDDD. Windows color (decimal): -2364516 or 10283995. OLE color: 10283995.
HSL color Cylindrical-coordinate representation of color #DBEB9C: hue angle of 72.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBEB9C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 156 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.08 |
| HSL | 72.15º | 0.66% | 0.77% | - |
| HSV(B) | 72.15º | 0.34% | 0.92% | - |
| XYZ | 64.92 | 76.88 | 42.87 | - |
| YUV | 221.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 156 | 0.07 | 0 | 0.34 | 0.08 | 72.15 | 0.66 | 0.77 |
| Hex | DB | EB | 9C | 7 | 0 | 22 | 8 | 48 | 42 | 4D |
| Octal | 333 | 353 | 234 | 7 | 0 | 42 | 10 | 110 | 102 | 115 |
| Binary | 11011011 | 11101011 | 10011100 | 111 | 0 | 100010 | 1000 | 1001000 | 1000010 | 1001101 |
Color Harmonies of #DBEB9C
Complementary color
Monochromatic Colors of #DBEB9C
Black with #DBEB9C
Text Example
Text Example
White with #DBEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB9C; }
p { color: rgb(219,235,156); }
H1.HeaderClassName
{
color: #DBEB9C;
}
.AnyTagClassName
{
color: #DBEB9C;
}
</style>
background-color css
<style>
a { background-color: #DBEB9C; }
a { background-color: rgb(219,235,156); }
div.DivClassName
{
background-color: #DBEB9C;
}
.BgClassName
{
background-color: #DBEB9C;
}
</style>
border-color css
<style>
span { border-color: #DBEB9C; }
span { border-color: rgb(219,235,156); }
td.TdClassName
{
border-color: #DBEB9C;
}
.TagClassName
{
border-color: #DBEB9C;
}
</style>