Shades of Reef #D8FFA0
Tints of Reef #D8FFA0
RGB
CMYK
RGB Variations
Color information
#D8FFA0 (or 0xD8FFA0) is known color: Reef. HEX triplet: D8, FF and A0. RGB value is (216,255,160). Sum of RGB (Red+Green+Blue) = 216+255+160=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FFA0 is #27005F. Grayscale: #E8E8E8. Windows color (decimal): -2556000 or 10551256. OLE color: 10551256.
HSL color Cylindrical-coordinate representation of color #D8FFA0: hue angle of 84.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8FFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 160 | - |
| CMYK | 0.15 | 0 | 0.37 | 0 |
| HSL | 84.63º | 1% | 0.81% | - |
| HSV(B) | 84.63º | 0.37% | 1% | - |
| XYZ | 70.42 | 88.66 | 46.66 | - |
| YUV | 232.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 160 | 0.15 | 0 | 0.37 | 0 | 84.63 | 1 | 0.81 |
| Hex | D8 | FF | A0 | F | 0 | 25 | 0 | 55 | 64 | 51 |
| Octal | 330 | 377 | 240 | 17 | 0 | 45 | 0 | 125 | 144 | 121 |
| Binary | 11011000 | 11111111 | 10100000 | 1111 | 0 | 100101 | 0 | 1010101 | 1100100 | 1010001 |
Color Harmonies of #D8FFA0
Complementary color
Monochromatic Colors of #D8FFA0
Black with #D8FFA0
Text Example
Text Example
White with #D8FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FFA0; }
p { color: rgb(216,255,160); }
H1.HeaderClassName
{
color: #D8FFA0;
}
.AnyTagClassName
{
color: #D8FFA0;
}
</style>
background-color css
<style>
a { background-color: #D8FFA0; }
a { background-color: rgb(216,255,160); }
div.DivClassName
{
background-color: #D8FFA0;
}
.BgClassName
{
background-color: #D8FFA0;
}
</style>
border-color css
<style>
span { border-color: #D8FFA0; }
span { border-color: rgb(216,255,160); }
td.TdClassName
{
border-color: #D8FFA0;
}
.TagClassName
{
border-color: #D8FFA0;
}
</style>