Shades of Reef #D8F0A8
Tints of Reef #D8F0A8
RGB
CMYK
RGB Variations
Color information
#D8F0A8 (or 0xD8F0A8) is known color: Reef. HEX triplet: D8, F0 and A8. RGB value is (216,240,168). Sum of RGB (Red+Green+Blue) = 216+240+168=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F0A8 is #270F57. Grayscale: #E0E0E0. Windows color (decimal): -2559832 or 11071704. OLE color: 11071704.
HSL color Cylindrical-coordinate representation of color #D8F0A8: hue angle of 80º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8F0A8 is Cyan = 0.1, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 168 | - |
| CMYK | 0.1 | 0 | 0.3 | 0.06 |
| HSL | 80º | 0.71% | 0.8% | - |
| HSV(B) | 80º | 0.3% | 0.94% | - |
| XYZ | 66.55 | 79.75 | 48.93 | - |
| YUV | 224.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 168 | 0.1 | 0 | 0.3 | 0.06 | 80 | 0.71 | 0.8 |
| Hex | D8 | F0 | A8 | A | 0 | 1E | 6 | 50 | 47 | 50 |
| Octal | 330 | 360 | 250 | 12 | 0 | 36 | 6 | 120 | 107 | 120 |
| Binary | 11011000 | 11110000 | 10101000 | 1010 | 0 | 11110 | 110 | 1010000 | 1000111 | 1010000 |
Color Harmonies of #D8F0A8
Complementary color
Monochromatic Colors of #D8F0A8
Black with #D8F0A8
Text Example
Text Example
White with #D8F0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0A8; }
p { color: rgb(216,240,168); }
H1.HeaderClassName
{
color: #D8F0A8;
}
.AnyTagClassName
{
color: #D8F0A8;
}
</style>
background-color css
<style>
a { background-color: #D8F0A8; }
a { background-color: rgb(216,240,168); }
div.DivClassName
{
background-color: #D8F0A8;
}
.BgClassName
{
background-color: #D8F0A8;
}
</style>
border-color css
<style>
span { border-color: #D8F0A8; }
span { border-color: rgb(216,240,168); }
td.TdClassName
{
border-color: #D8F0A8;
}
.TagClassName
{
border-color: #D8F0A8;
}
</style>