Shades of Reef #DBFEAF
Tints of Reef #DBFEAF
RGB
CMYK
RGB Variations
Color information
#DBFEAF (or 0xDBFEAF) is known color: Reef. HEX triplet: DB, FE and AF. RGB value is (219,254,175). Sum of RGB (Red+Green+Blue) = 219+254+175=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAF is #240150. Grayscale: #EAEAEA. Windows color (decimal): -2359633 or 11534043. OLE color: 11534043.
HSL color Cylindrical-coordinate representation of color #DBFEAF: hue angle of 86.58º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFEAF is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 175 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.00 |
| HSL | 86.58º | 0.98% | 0.84% | - |
| HSV(B) | 86.58º | 0.31% | 1% | - |
| XYZ | 72.39 | 89.04 | 53.93 | - |
| YUV | 234.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 175 | 0.14 | 0 | 0.31 | 0.00 | 86.58 | 0.98 | 0.84 |
| Hex | DB | FE | AF | E | 0 | 1F | 0 | 57 | 62 | 54 |
| Octal | 333 | 376 | 257 | 16 | 0 | 37 | 0 | 127 | 142 | 124 |
| Binary | 11011011 | 11111110 | 10101111 | 1110 | 0 | 11111 | 0 | 1010111 | 1100010 | 1010100 |
Color Harmonies of #DBFEAF
Complementary color
Monochromatic Colors of #DBFEAF
Black with #DBFEAF
Text Example
Text Example
White with #DBFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEAF; }
p { color: rgb(219,254,175); }
H1.HeaderClassName
{
color: #DBFEAF;
}
.AnyTagClassName
{
color: #DBFEAF;
}
</style>
background-color css
<style>
a { background-color: #DBFEAF; }
a { background-color: rgb(219,254,175); }
div.DivClassName
{
background-color: #DBFEAF;
}
.BgClassName
{
background-color: #DBFEAF;
}
</style>
border-color css
<style>
span { border-color: #DBFEAF; }
span { border-color: rgb(219,254,175); }
td.TdClassName
{
border-color: #DBFEAF;
}
.TagClassName
{
border-color: #DBFEAF;
}
</style>