Shades of Reef #D8FAA8
Tints of Reef #D8FAA8
RGB
CMYK
RGB Variations
Color information
#D8FAA8 (or 0xD8FAA8) is known color: Reef. HEX triplet: D8, FA and A8. RGB value is (216,250,168). Sum of RGB (Red+Green+Blue) = 216+250+168=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAA8 is #270557. Grayscale: #E6E6E6. Windows color (decimal): -2557272 or 11074264. OLE color: 11074264.
HSL color Cylindrical-coordinate representation of color #D8FAA8: hue angle of 84.88º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8FAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 168 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.02 |
| HSL | 84.88º | 0.89% | 0.82% | - |
| HSV(B) | 84.88º | 0.33% | 0.98% | - |
| XYZ | 69.57 | 85.8 | 49.94 | - |
| YUV | 230.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 168 | 0.14 | 0 | 0.33 | 0.02 | 84.88 | 0.89 | 0.82 |
| Hex | D8 | FA | A8 | E | 0 | 21 | 2 | 55 | 59 | 52 |
| Octal | 330 | 372 | 250 | 16 | 0 | 41 | 2 | 125 | 131 | 122 |
| Binary | 11011000 | 11111010 | 10101000 | 1110 | 0 | 100001 | 10 | 1010101 | 1011001 | 1010010 |
Color Harmonies of #D8FAA8
Complementary color
Monochromatic Colors of #D8FAA8
Black with #D8FAA8
Text Example
Text Example
White with #D8FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAA8; }
p { color: rgb(216,250,168); }
H1.HeaderClassName
{
color: #D8FAA8;
}
.AnyTagClassName
{
color: #D8FAA8;
}
</style>
background-color css
<style>
a { background-color: #D8FAA8; }
a { background-color: rgb(216,250,168); }
div.DivClassName
{
background-color: #D8FAA8;
}
.BgClassName
{
background-color: #D8FAA8;
}
</style>
border-color css
<style>
span { border-color: #D8FAA8; }
span { border-color: rgb(216,250,168); }
td.TdClassName
{
border-color: #D8FAA8;
}
.TagClassName
{
border-color: #D8FAA8;
}
</style>