Shades of Reef #DBFEAA
Tints of Reef #DBFEAA
RGB
CMYK
RGB Variations
Color information
#DBFEAA (or 0xDBFEAA) is known color: Reef. HEX triplet: DB, FE and AA. RGB value is (219,254,170). Sum of RGB (Red+Green+Blue) = 219+254+170=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAA is #240155. Grayscale: #EAEAEA. Windows color (decimal): -2359638 or 11206363. OLE color: 11206363.
HSL color Cylindrical-coordinate representation of color #DBFEAA: hue angle of 85º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFEAA is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 170 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.00 |
| HSL | 85º | 0.98% | 0.83% | - |
| HSV(B) | 85º | 0.33% | 1% | - |
| XYZ | 71.91 | 88.85 | 51.39 | - |
| YUV | 233.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 170 | 0.14 | 0 | 0.33 | 0.00 | 85 | 0.98 | 0.83 |
| Hex | DB | FE | AA | E | 0 | 21 | 0 | 55 | 62 | 53 |
| Octal | 333 | 376 | 252 | 16 | 0 | 41 | 0 | 125 | 142 | 123 |
| Binary | 11011011 | 11111110 | 10101010 | 1110 | 0 | 100001 | 0 | 1010101 | 1100010 | 1010011 |
Color Harmonies of #DBFEAA
Complementary color
Monochromatic Colors of #DBFEAA
Black with #DBFEAA
Text Example
Text Example
White with #DBFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEAA; }
p { color: rgb(219,254,170); }
H1.HeaderClassName
{
color: #DBFEAA;
}
.AnyTagClassName
{
color: #DBFEAA;
}
</style>
background-color css
<style>
a { background-color: #DBFEAA; }
a { background-color: rgb(219,254,170); }
div.DivClassName
{
background-color: #DBFEAA;
}
.BgClassName
{
background-color: #DBFEAA;
}
</style>
border-color css
<style>
span { border-color: #DBFEAA; }
span { border-color: rgb(219,254,170); }
td.TdClassName
{
border-color: #DBFEAA;
}
.TagClassName
{
border-color: #DBFEAA;
}
</style>