Shades of Reef #DBEAA4
Tints of Reef #DBEAA4
RGB
CMYK
RGB Variations
Color information
#DBEAA4 (or 0xDBEAA4) is known color: Reef. HEX triplet: DB, EA and A4. RGB value is (219,234,164). Sum of RGB (Red+Green+Blue) = 219+234+164=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA4 is #24155B. Grayscale: #DDDDDD. Windows color (decimal): -2364764 or 10808027. OLE color: 10808027.
HSL color Cylindrical-coordinate representation of color #DBEAA4: hue angle of 72.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 164 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.08 |
| HSL | 72.86º | 0.63% | 0.78% | - |
| HSV(B) | 72.86º | 0.3% | 0.92% | - |
| XYZ | 65.34 | 76.59 | 46.46 | - |
| YUV | 221.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 164 | 0.06 | 0 | 0.30 | 0.08 | 72.86 | 0.63 | 0.78 |
| Hex | DB | EA | A4 | 6 | 0 | 1E | 8 | 49 | 3E | 4E |
| Octal | 333 | 352 | 244 | 6 | 0 | 36 | 10 | 111 | 76 | 116 |
| Binary | 11011011 | 11101010 | 10100100 | 110 | 0 | 11110 | 1000 | 1001001 | 111110 | 1001110 |
Color Harmonies of #DBEAA4
Complementary color
Monochromatic Colors of #DBEAA4
Black with #DBEAA4
Text Example
Text Example
White with #DBEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAA4; }
p { color: rgb(219,234,164); }
H1.HeaderClassName
{
color: #DBEAA4;
}
.AnyTagClassName
{
color: #DBEAA4;
}
</style>
background-color css
<style>
a { background-color: #DBEAA4; }
a { background-color: rgb(219,234,164); }
div.DivClassName
{
background-color: #DBEAA4;
}
.BgClassName
{
background-color: #DBEAA4;
}
</style>
border-color css
<style>
span { border-color: #DBEAA4; }
span { border-color: rgb(219,234,164); }
td.TdClassName
{
border-color: #DBEAA4;
}
.TagClassName
{
border-color: #DBEAA4;
}
</style>