Shades of Reef #DBEFA3
Tints of Reef #DBEFA3
RGB
CMYK
RGB Variations
Color information
#DBEFA3 (or 0xDBEFA3) is known color: Reef. HEX triplet: DB, EF and A3. RGB value is (219,239,163). Sum of RGB (Red+Green+Blue) = 219+239+163=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA3 is #24105C. Grayscale: #E0E0E0. Windows color (decimal): -2363485 or 10743771. OLE color: 10743771.
HSL color Cylindrical-coordinate representation of color #DBEFA3: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBEFA3 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 163 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.06 |
| HSL | 75.79º | 0.7% | 0.79% | - |
| HSV(B) | 75.79º | 0.32% | 0.94% | - |
| XYZ | 66.69 | 79.44 | 46.47 | - |
| YUV | 224.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 163 | 0.08 | 0 | 0.32 | 0.06 | 75.79 | 0.7 | 0.79 |
| Hex | DB | EF | A3 | 8 | 0 | 20 | 6 | 4C | 46 | 4F |
| Octal | 333 | 357 | 243 | 10 | 0 | 40 | 6 | 114 | 106 | 117 |
| Binary | 11011011 | 11101111 | 10100011 | 1000 | 0 | 100000 | 110 | 1001100 | 1000110 | 1001111 |
Color Harmonies of #DBEFA3
Complementary color
Monochromatic Colors of #DBEFA3
Black with #DBEFA3
Text Example
Text Example
White with #DBEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFA3; }
p { color: rgb(219,239,163); }
H1.HeaderClassName
{
color: #DBEFA3;
}
.AnyTagClassName
{
color: #DBEFA3;
}
</style>
background-color css
<style>
a { background-color: #DBEFA3; }
a { background-color: rgb(219,239,163); }
div.DivClassName
{
background-color: #DBEFA3;
}
.BgClassName
{
background-color: #DBEFA3;
}
</style>
border-color css
<style>
span { border-color: #DBEFA3; }
span { border-color: rgb(219,239,163); }
td.TdClassName
{
border-color: #DBEFA3;
}
.TagClassName
{
border-color: #DBEFA3;
}
</style>