Shades of Reef #DBEBA4
Tints of Reef #DBEBA4
RGB
CMYK
RGB Variations
Color information
#DBEBA4 (or 0xDBEBA4) is known color: Reef. HEX triplet: DB, EB and A4. RGB value is (219,235,164). Sum of RGB (Red+Green+Blue) = 219+235+164=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA4 is #24145B. Grayscale: #DEDEDE. Windows color (decimal): -2364508 or 10808283. OLE color: 10808283.
HSL color Cylindrical-coordinate representation of color #DBEBA4: hue angle of 73.52º degrees, saturation: 0.64, 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 #DBEBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 164 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.08 |
| HSL | 73.52º | 0.64% | 0.78% | - |
| HSV(B) | 73.52º | 0.3% | 0.92% | - |
| XYZ | 65.62 | 77.16 | 46.56 | - |
| YUV | 222.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 164 | 0.07 | 0 | 0.30 | 0.08 | 73.52 | 0.64 | 0.78 |
| Hex | DB | EB | A4 | 7 | 0 | 1E | 8 | 4A | 40 | 4E |
| Octal | 333 | 353 | 244 | 7 | 0 | 36 | 10 | 112 | 100 | 116 |
| Binary | 11011011 | 11101011 | 10100100 | 111 | 0 | 11110 | 1000 | 1001010 | 1000000 | 1001110 |
Color Harmonies of #DBEBA4
Complementary color
Monochromatic Colors of #DBEBA4
Black with #DBEBA4
Text Example
Text Example
White with #DBEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBA4; }
p { color: rgb(219,235,164); }
H1.HeaderClassName
{
color: #DBEBA4;
}
.AnyTagClassName
{
color: #DBEBA4;
}
</style>
background-color css
<style>
a { background-color: #DBEBA4; }
a { background-color: rgb(219,235,164); }
div.DivClassName
{
background-color: #DBEBA4;
}
.BgClassName
{
background-color: #DBEBA4;
}
</style>
border-color css
<style>
span { border-color: #DBEBA4; }
span { border-color: rgb(219,235,164); }
td.TdClassName
{
border-color: #DBEBA4;
}
.TagClassName
{
border-color: #DBEBA4;
}
</style>