Shades of Reef #DBEAA5
Tints of Reef #DBEAA5
RGB
CMYK
RGB Variations
Color information
#DBEAA5 (or 0xDBEAA5) is known color: Reef. HEX triplet: DB, EA and A5. RGB value is (219,234,165). Sum of RGB (Red+Green+Blue) = 219+234+165=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAA5 is #24155A. Grayscale: #DDDDDD. Windows color (decimal): -2364763 or 10873563. OLE color: 10873563.
HSL color Cylindrical-coordinate representation of color #DBEAA5: hue angle of 73.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBEAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 165 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.08 |
| HSL | 73.04º | 0.62% | 0.78% | - |
| HSV(B) | 73.04º | 0.29% | 0.92% | - |
| XYZ | 65.43 | 76.62 | 46.94 | - |
| YUV | 221.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 165 | 0.06 | 0 | 0.29 | 0.08 | 73.04 | 0.62 | 0.78 |
| Hex | DB | EA | A5 | 6 | 0 | 1D | 8 | 49 | 3E | 4E |
| Octal | 333 | 352 | 245 | 6 | 0 | 35 | 10 | 111 | 76 | 116 |
| Binary | 11011011 | 11101010 | 10100101 | 110 | 0 | 11101 | 1000 | 1001001 | 111110 | 1001110 |
Color Harmonies of #DBEAA5
Complementary color
Monochromatic Colors of #DBEAA5
Black with #DBEAA5
Text Example
Text Example
White with #DBEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAA5; }
p { color: rgb(219,234,165); }
H1.HeaderClassName
{
color: #DBEAA5;
}
.AnyTagClassName
{
color: #DBEAA5;
}
</style>
background-color css
<style>
a { background-color: #DBEAA5; }
a { background-color: rgb(219,234,165); }
div.DivClassName
{
background-color: #DBEAA5;
}
.BgClassName
{
background-color: #DBEAA5;
}
</style>
border-color css
<style>
span { border-color: #DBEAA5; }
span { border-color: rgb(219,234,165); }
td.TdClassName
{
border-color: #DBEAA5;
}
.TagClassName
{
border-color: #DBEAA5;
}
</style>