Shades of Reef #DBFEA4
Tints of Reef #DBFEA4
RGB
CMYK
RGB Variations
Color information
#DBFEA4 (or 0xDBFEA4) is known color: Reef. HEX triplet: DB, FE and A4. RGB value is (219,254,164). Sum of RGB (Red+Green+Blue) = 219+254+164=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA4 is #24015B. Grayscale: #E9E9E9. Windows color (decimal): -2359644 or 10813147. OLE color: 10813147.
HSL color Cylindrical-coordinate representation of color #DBFEA4: hue angle of 83.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFEA4 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 164 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.00 |
| HSL | 83.33º | 0.98% | 0.82% | - |
| HSV(B) | 83.33º | 0.35% | 1% | - |
| XYZ | 71.36 | 88.62 | 48.47 | - |
| YUV | 233.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 164 | 0.14 | 0 | 0.35 | 0.00 | 83.33 | 0.98 | 0.82 |
| Hex | DB | FE | A4 | E | 0 | 23 | 0 | 53 | 62 | 52 |
| Octal | 333 | 376 | 244 | 16 | 0 | 43 | 0 | 123 | 142 | 122 |
| Binary | 11011011 | 11111110 | 10100100 | 1110 | 0 | 100011 | 0 | 1010011 | 1100010 | 1010010 |
Color Harmonies of #DBFEA4
Complementary color
Monochromatic Colors of #DBFEA4
Black with #DBFEA4
Text Example
Text Example
White with #DBFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEA4; }
p { color: rgb(219,254,164); }
H1.HeaderClassName
{
color: #DBFEA4;
}
.AnyTagClassName
{
color: #DBFEA4;
}
</style>
background-color css
<style>
a { background-color: #DBFEA4; }
a { background-color: rgb(219,254,164); }
div.DivClassName
{
background-color: #DBFEA4;
}
.BgClassName
{
background-color: #DBFEA4;
}
</style>
border-color css
<style>
span { border-color: #DBFEA4; }
span { border-color: rgb(219,254,164); }
td.TdClassName
{
border-color: #DBFEA4;
}
.TagClassName
{
border-color: #DBFEA4;
}
</style>