Shades of Reef #DBF4A8
Tints of Reef #DBF4A8
RGB
CMYK
RGB Variations
Color information
#DBF4A8 (or 0xDBF4A8) is known color: Reef. HEX triplet: DB, F4 and A8. RGB value is (219,244,168). Sum of RGB (Red+Green+Blue) = 219+244+168=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF4A8 is #240B57. Grayscale: #E4E4E4. Windows color (decimal): -2362200 or 11072731. OLE color: 11072731.
HSL color Cylindrical-coordinate representation of color #DBF4A8: hue angle of 79.74º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBF4A8 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 168 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.04 |
| HSL | 79.74º | 0.78% | 0.81% | - |
| HSV(B) | 79.74º | 0.31% | 0.96% | - |
| XYZ | 68.63 | 82.59 | 49.37 | - |
| YUV | 227.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 168 | 0.10 | 0 | 0.31 | 0.04 | 79.74 | 0.78 | 0.81 |
| Hex | DB | F4 | A8 | A | 0 | 1F | 4 | 50 | 4E | 51 |
| Octal | 333 | 364 | 250 | 12 | 0 | 37 | 4 | 120 | 116 | 121 |
| Binary | 11011011 | 11110100 | 10101000 | 1010 | 0 | 11111 | 100 | 1010000 | 1001110 | 1010001 |
Color Harmonies of #DBF4A8
Complementary color
Monochromatic Colors of #DBF4A8
Black with #DBF4A8
Text Example
Text Example
White with #DBF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4A8; }
p { color: rgb(219,244,168); }
H1.HeaderClassName
{
color: #DBF4A8;
}
.AnyTagClassName
{
color: #DBF4A8;
}
</style>
background-color css
<style>
a { background-color: #DBF4A8; }
a { background-color: rgb(219,244,168); }
div.DivClassName
{
background-color: #DBF4A8;
}
.BgClassName
{
background-color: #DBF4A8;
}
</style>
border-color css
<style>
span { border-color: #DBF4A8; }
span { border-color: rgb(219,244,168); }
td.TdClassName
{
border-color: #DBF4A8;
}
.TagClassName
{
border-color: #DBF4A8;
}
</style>