Shades of Reef #DBFEA3
Tints of Reef #DBFEA3
RGB
CMYK
RGB Variations
Color information
#DBFEA3 (or 0xDBFEA3) is known color: Reef. HEX triplet: DB, FE and A3. RGB value is (219,254,163). Sum of RGB (Red+Green+Blue) = 219+254+163=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA3 is #24015C. Grayscale: #E9E9E9. Windows color (decimal): -2359645 or 10747611. OLE color: 10747611.
HSL color Cylindrical-coordinate representation of color #DBFEA3: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFEA3 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 163 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.00 |
| HSL | 83.08º | 0.98% | 0.82% | - |
| HSV(B) | 83.08º | 0.36% | 1% | - |
| XYZ | 71.27 | 88.59 | 47.99 | - |
| YUV | 233.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 163 | 0.14 | 0 | 0.36 | 0.00 | 83.08 | 0.98 | 0.82 |
| Hex | DB | FE | A3 | E | 0 | 24 | 0 | 53 | 62 | 52 |
| Octal | 333 | 376 | 243 | 16 | 0 | 44 | 0 | 123 | 142 | 122 |
| Binary | 11011011 | 11111110 | 10100011 | 1110 | 0 | 100100 | 0 | 1010011 | 1100010 | 1010010 |
Color Harmonies of #DBFEA3
Complementary color
Monochromatic Colors of #DBFEA3
Black with #DBFEA3
Text Example
Text Example
White with #DBFEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEA3; }
p { color: rgb(219,254,163); }
H1.HeaderClassName
{
color: #DBFEA3;
}
.AnyTagClassName
{
color: #DBFEA3;
}
</style>
background-color css
<style>
a { background-color: #DBFEA3; }
a { background-color: rgb(219,254,163); }
div.DivClassName
{
background-color: #DBFEA3;
}
.BgClassName
{
background-color: #DBFEA3;
}
</style>
border-color css
<style>
span { border-color: #DBFEA3; }
span { border-color: rgb(219,254,163); }
td.TdClassName
{
border-color: #DBFEA3;
}
.TagClassName
{
border-color: #DBFEA3;
}
</style>