Shades of Reef #DBEB9D
Tints of Reef #DBEB9D
RGB
CMYK
RGB Variations
Color information
#DBEB9D (or 0xDBEB9D) is known color: Reef. HEX triplet: DB, EB and 9D. RGB value is (219,235,157). Sum of RGB (Red+Green+Blue) = 219+235+157=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB9D is #241462. Grayscale: #DDDDDD. Windows color (decimal): -2364515 or 10349531. OLE color: 10349531.
HSL color Cylindrical-coordinate representation of color #DBEB9D: hue angle of 72.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBEB9D is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 157 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.08 |
| HSL | 72.31º | 0.66% | 0.77% | - |
| HSV(B) | 72.31º | 0.33% | 0.92% | - |
| XYZ | 65.01 | 76.91 | 43.32 | - |
| YUV | 221.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 157 | 0.07 | 0 | 0.33 | 0.08 | 72.31 | 0.66 | 0.77 |
| Hex | DB | EB | 9D | 7 | 0 | 21 | 8 | 48 | 42 | 4D |
| Octal | 333 | 353 | 235 | 7 | 0 | 41 | 10 | 110 | 102 | 115 |
| Binary | 11011011 | 11101011 | 10011101 | 111 | 0 | 100001 | 1000 | 1001000 | 1000010 | 1001101 |
Color Harmonies of #DBEB9D
Complementary color
Monochromatic Colors of #DBEB9D
Black with #DBEB9D
Text Example
Text Example
White with #DBEB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB9D; }
p { color: rgb(219,235,157); }
H1.HeaderClassName
{
color: #DBEB9D;
}
.AnyTagClassName
{
color: #DBEB9D;
}
</style>
background-color css
<style>
a { background-color: #DBEB9D; }
a { background-color: rgb(219,235,157); }
div.DivClassName
{
background-color: #DBEB9D;
}
.BgClassName
{
background-color: #DBEB9D;
}
</style>
border-color css
<style>
span { border-color: #DBEB9D; }
span { border-color: rgb(219,235,157); }
td.TdClassName
{
border-color: #DBEB9D;
}
.TagClassName
{
border-color: #DBEB9D;
}
</style>