Shades of Reef #D8FFA8
Tints of Reef #D8FFA8
RGB
CMYK
RGB Variations
Color information
#D8FFA8 (or 0xD8FFA8) is known color: Reef. HEX triplet: D8, FF and A8. RGB value is (216,255,168). Sum of RGB (Red+Green+Blue) = 216+255+168=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FFA8 is #270057. Grayscale: #E9E9E9. Windows color (decimal): -2555992 or 11075544. OLE color: 11075544.
HSL color Cylindrical-coordinate representation of color #D8FFA8: hue angle of 86.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8FFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 168 | - |
| CMYK | 0.15 | 0 | 0.34 | 0 |
| HSL | 86.9º | 1% | 0.83% | - |
| HSV(B) | 86.9º | 0.34% | 1% | - |
| XYZ | 71.15 | 88.95 | 50.46 | - |
| YUV | 233.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 168 | 0.15 | 0 | 0.34 | 0 | 86.9 | 1 | 0.83 |
| Hex | D8 | FF | A8 | F | 0 | 22 | 0 | 57 | 64 | 53 |
| Octal | 330 | 377 | 250 | 17 | 0 | 42 | 0 | 127 | 144 | 123 |
| Binary | 11011000 | 11111111 | 10101000 | 1111 | 0 | 100010 | 0 | 1010111 | 1100100 | 1010011 |
Color Harmonies of #D8FFA8
Complementary color
Monochromatic Colors of #D8FFA8
Black with #D8FFA8
Text Example
Text Example
White with #D8FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFA8; }
p { color: rgb(216,255,168); }
H1.HeaderClassName
{
color: #D8FFA8;
}
.AnyTagClassName
{
color: #D8FFA8;
}
</style>
background-color css
<style>
a { background-color: #D8FFA8; }
a { background-color: rgb(216,255,168); }
div.DivClassName
{
background-color: #D8FFA8;
}
.BgClassName
{
background-color: #D8FFA8;
}
</style>
border-color css
<style>
span { border-color: #D8FFA8; }
span { border-color: rgb(216,255,168); }
td.TdClassName
{
border-color: #D8FFA8;
}
.TagClassName
{
border-color: #D8FFA8;
}
</style>