Shades of Reef #D8F8A7
Tints of Reef #D8F8A7
RGB
CMYK
RGB Variations
Color information
#D8F8A7 (or 0xD8F8A7) is known color: Reef. HEX triplet: D8, F8 and A7. RGB value is (216,248,167). Sum of RGB (Red+Green+Blue) = 216+248+167=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F8A7 is #270758. Grayscale: #E5E5E5. Windows color (decimal): -2557785 or 11008216. OLE color: 11008216.
HSL color Cylindrical-coordinate representation of color #D8F8A7: hue angle of 83.7º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8F8A7 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 167 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.03 |
| HSL | 83.7º | 0.85% | 0.81% | - |
| HSV(B) | 83.7º | 0.33% | 0.97% | - |
| XYZ | 68.86 | 84.52 | 49.24 | - |
| YUV | 229.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 167 | 0.13 | 0 | 0.33 | 0.03 | 83.7 | 0.85 | 0.81 |
| Hex | D8 | F8 | A7 | D | 0 | 21 | 3 | 54 | 55 | 51 |
| Octal | 330 | 370 | 247 | 15 | 0 | 41 | 3 | 124 | 125 | 121 |
| Binary | 11011000 | 11111000 | 10100111 | 1101 | 0 | 100001 | 11 | 1010100 | 1010101 | 1010001 |
Color Harmonies of #D8F8A7
Complementary color
Monochromatic Colors of #D8F8A7
Black with #D8F8A7
Text Example
Text Example
White with #D8F8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F8A7; }
p { color: rgb(216,248,167); }
H1.HeaderClassName
{
color: #D8F8A7;
}
.AnyTagClassName
{
color: #D8F8A7;
}
</style>
background-color css
<style>
a { background-color: #D8F8A7; }
a { background-color: rgb(216,248,167); }
div.DivClassName
{
background-color: #D8F8A7;
}
.BgClassName
{
background-color: #D8F8A7;
}
</style>
border-color css
<style>
span { border-color: #D8F8A7; }
span { border-color: rgb(216,248,167); }
td.TdClassName
{
border-color: #D8F8A7;
}
.TagClassName
{
border-color: #D8F8A7;
}
</style>