Shades of Reef #DBFEAE
Tints of Reef #DBFEAE
RGB
CMYK
RGB Variations
Color information
#DBFEAE (or 0xDBFEAE) is known color: Reef. HEX triplet: DB, FE and AE. RGB value is (219,254,174). Sum of RGB (Red+Green+Blue) = 219+254+174=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAE is #240151. Grayscale: #EAEAEA. Windows color (decimal): -2359634 or 11468507. OLE color: 11468507.
HSL color Cylindrical-coordinate representation of color #DBFEAE: hue angle of 86.25º 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 #DBFEAE is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 174 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.00 |
| HSL | 86.25º | 0.98% | 0.84% | - |
| HSV(B) | 86.25º | 0.31% | 1% | - |
| XYZ | 72.3 | 89 | 53.41 | - |
| YUV | 234.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 174 | 0.14 | 0 | 0.31 | 0.00 | 86.25 | 0.98 | 0.84 |
| Hex | DB | FE | AE | E | 0 | 1F | 0 | 56 | 62 | 54 |
| Octal | 333 | 376 | 256 | 16 | 0 | 37 | 0 | 126 | 142 | 124 |
| Binary | 11011011 | 11111110 | 10101110 | 1110 | 0 | 11111 | 0 | 1010110 | 1100010 | 1010100 |
Color Harmonies of #DBFEAE
Complementary color
Monochromatic Colors of #DBFEAE
Black with #DBFEAE
Text Example
Text Example
White with #DBFEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEAE; }
p { color: rgb(219,254,174); }
H1.HeaderClassName
{
color: #DBFEAE;
}
.AnyTagClassName
{
color: #DBFEAE;
}
</style>
background-color css
<style>
a { background-color: #DBFEAE; }
a { background-color: rgb(219,254,174); }
div.DivClassName
{
background-color: #DBFEAE;
}
.BgClassName
{
background-color: #DBFEAE;
}
</style>
border-color css
<style>
span { border-color: #DBFEAE; }
span { border-color: rgb(219,254,174); }
td.TdClassName
{
border-color: #DBFEAE;
}
.TagClassName
{
border-color: #DBFEAE;
}
</style>