Shades of Reef #DBEA9B
Tints of Reef #DBEA9B
RGB
CMYK
RGB Variations
Color information
#DBEA9B (or 0xDBEA9B) is known color: Reef. HEX triplet: DB, EA and 9B. RGB value is (219,234,155). Sum of RGB (Red+Green+Blue) = 219+234+155=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA9B is #241564. Grayscale: #DCDCDC. Windows color (decimal): -2364773 or 10218203. OLE color: 10218203.
HSL color Cylindrical-coordinate representation of color #DBEA9B: hue angle of 71.39º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBEA9B is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 155 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.08 |
| HSL | 71.39º | 0.65% | 0.76% | - |
| HSV(B) | 71.39º | 0.34% | 0.92% | - |
| XYZ | 64.55 | 76.27 | 42.33 | - |
| YUV | 220.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 155 | 0.06 | 0 | 0.34 | 0.08 | 71.39 | 0.65 | 0.76 |
| Hex | DB | EA | 9B | 6 | 0 | 22 | 8 | 47 | 41 | 4C |
| Octal | 333 | 352 | 233 | 6 | 0 | 42 | 10 | 107 | 101 | 114 |
| Binary | 11011011 | 11101010 | 10011011 | 110 | 0 | 100010 | 1000 | 1000111 | 1000001 | 1001100 |
Color Harmonies of #DBEA9B
Complementary color
Monochromatic Colors of #DBEA9B
Black with #DBEA9B
Text Example
Text Example
White with #DBEA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA9B; }
p { color: rgb(219,234,155); }
H1.HeaderClassName
{
color: #DBEA9B;
}
.AnyTagClassName
{
color: #DBEA9B;
}
</style>
background-color css
<style>
a { background-color: #DBEA9B; }
a { background-color: rgb(219,234,155); }
div.DivClassName
{
background-color: #DBEA9B;
}
.BgClassName
{
background-color: #DBEA9B;
}
</style>
border-color css
<style>
span { border-color: #DBEA9B; }
span { border-color: rgb(219,234,155); }
td.TdClassName
{
border-color: #DBEA9B;
}
.TagClassName
{
border-color: #DBEA9B;
}
</style>