Shades of Reef #DBEAA1
Tints of Reef #DBEAA1
RGB
CMYK
RGB Variations
Color information
#DBEAA1 (or 0xDBEAA1) is known color: Reef. HEX triplet: DB, EA and A1. RGB value is (219,234,161). Sum of RGB (Red+Green+Blue) = 219+234+161=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA1 is #24155E. Grayscale: #DDDDDD. Windows color (decimal): -2364767 or 10611419. OLE color: 10611419.
HSL color Cylindrical-coordinate representation of color #DBEAA1: hue angle of 72.33º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBEAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 161 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.08 |
| HSL | 72.33º | 0.63% | 0.77% | - |
| HSV(B) | 72.33º | 0.31% | 0.92% | - |
| XYZ | 65.07 | 76.48 | 45.05 | - |
| YUV | 221.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 161 | 0.06 | 0 | 0.31 | 0.08 | 72.33 | 0.63 | 0.77 |
| Hex | DB | EA | A1 | 6 | 0 | 1F | 8 | 48 | 3F | 4D |
| Octal | 333 | 352 | 241 | 6 | 0 | 37 | 10 | 110 | 77 | 115 |
| Binary | 11011011 | 11101010 | 10100001 | 110 | 0 | 11111 | 1000 | 1001000 | 111111 | 1001101 |
Color Harmonies of #DBEAA1
Complementary color
Monochromatic Colors of #DBEAA1
Black with #DBEAA1
Text Example
Text Example
White with #DBEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAA1; }
p { color: rgb(219,234,161); }
H1.HeaderClassName
{
color: #DBEAA1;
}
.AnyTagClassName
{
color: #DBEAA1;
}
</style>
background-color css
<style>
a { background-color: #DBEAA1; }
a { background-color: rgb(219,234,161); }
div.DivClassName
{
background-color: #DBEAA1;
}
.BgClassName
{
background-color: #DBEAA1;
}
</style>
border-color css
<style>
span { border-color: #DBEAA1; }
span { border-color: rgb(219,234,161); }
td.TdClassName
{
border-color: #DBEAA1;
}
.TagClassName
{
border-color: #DBEAA1;
}
</style>