Shades of Reef #DBEA9D
Tints of Reef #DBEA9D
RGB
CMYK
RGB Variations
Color information
#DBEA9D (or 0xDBEA9D) is known color: Reef. HEX triplet: DB, EA and 9D. RGB value is (219,234,157). Sum of RGB (Red+Green+Blue) = 219+234+157=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA9D is #241562. Grayscale: #DDDDDD. Windows color (decimal): -2364771 or 10349275. OLE color: 10349275.
HSL color Cylindrical-coordinate representation of color #DBEA9D: hue angle of 71.69º degrees, saturation: 0.65, 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 #DBEA9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 71.69º | 0.65% | 0.77% | - |
| HSV(B) | 71.69º | 0.33% | 0.92% | - |
| XYZ | 64.72 | 76.34 | 43.22 | - |
| YUV | 220.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 157 | 0.06 | 0 | 0.33 | 0.08 | 71.69 | 0.65 | 0.77 |
| Hex | DB | EA | 9D | 6 | 0 | 21 | 8 | 48 | 41 | 4D |
| Octal | 333 | 352 | 235 | 6 | 0 | 41 | 10 | 110 | 101 | 115 |
| Binary | 11011011 | 11101010 | 10011101 | 110 | 0 | 100001 | 1000 | 1001000 | 1000001 | 1001101 |
Color Harmonies of #DBEA9D
Complementary color
Monochromatic Colors of #DBEA9D
Black with #DBEA9D
Text Example
Text Example
White with #DBEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA9D; }
p { color: rgb(219,234,157); }
H1.HeaderClassName
{
color: #DBEA9D;
}
.AnyTagClassName
{
color: #DBEA9D;
}
</style>
background-color css
<style>
a { background-color: #DBEA9D; }
a { background-color: rgb(219,234,157); }
div.DivClassName
{
background-color: #DBEA9D;
}
.BgClassName
{
background-color: #DBEA9D;
}
</style>
border-color css
<style>
span { border-color: #DBEA9D; }
span { border-color: rgb(219,234,157); }
td.TdClassName
{
border-color: #DBEA9D;
}
.TagClassName
{
border-color: #DBEA9D;
}
</style>