Shades of Reef #DBEAA8
Tints of Reef #DBEAA8
RGB
CMYK
RGB Variations
Color information
#DBEAA8 (or 0xDBEAA8) is known color: Reef. HEX triplet: DB, EA and A8. RGB value is (219,234,168). Sum of RGB (Red+Green+Blue) = 219+234+168=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA8 is #241557. Grayscale: #DEDEDE. Windows color (decimal): -2364760 or 11070171. OLE color: 11070171.
HSL color Cylindrical-coordinate representation of color #DBEAA8: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBEAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 168 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.08 |
| HSL | 73.64º | 0.61% | 0.79% | - |
| HSV(B) | 73.64º | 0.28% | 0.92% | - |
| XYZ | 65.7 | 76.73 | 48.39 | - |
| YUV | 221.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 168 | 0.06 | 0 | 0.28 | 0.08 | 73.64 | 0.61 | 0.79 |
| Hex | DB | EA | A8 | 6 | 0 | 1C | 8 | 4A | 3D | 4F |
| Octal | 333 | 352 | 250 | 6 | 0 | 34 | 10 | 112 | 75 | 117 |
| Binary | 11011011 | 11101010 | 10101000 | 110 | 0 | 11100 | 1000 | 1001010 | 111101 | 1001111 |
Color Harmonies of #DBEAA8
Complementary color
Monochromatic Colors of #DBEAA8
Black with #DBEAA8
Text Example
Text Example
White with #DBEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAA8; }
p { color: rgb(219,234,168); }
H1.HeaderClassName
{
color: #DBEAA8;
}
.AnyTagClassName
{
color: #DBEAA8;
}
</style>
background-color css
<style>
a { background-color: #DBEAA8; }
a { background-color: rgb(219,234,168); }
div.DivClassName
{
background-color: #DBEAA8;
}
.BgClassName
{
background-color: #DBEAA8;
}
</style>
border-color css
<style>
span { border-color: #DBEAA8; }
span { border-color: rgb(219,234,168); }
td.TdClassName
{
border-color: #DBEAA8;
}
.TagClassName
{
border-color: #DBEAA8;
}
</style>