Shades of Reef #D8FAAF
Tints of Reef #D8FAAF
RGB
CMYK
RGB Variations
Color information
#D8FAAF (or 0xD8FAAF) is known color: Reef. HEX triplet: D8, FA and AF. RGB value is (216,250,175). Sum of RGB (Red+Green+Blue) = 216+250+175=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAAF is #270550. Grayscale: #E7E7E7. Windows color (decimal): -2557265 or 11533016. OLE color: 11533016.
HSL color Cylindrical-coordinate representation of color #D8FAAF: hue angle of 87.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8FAAF is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 175 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.02 |
| HSL | 87.2º | 0.88% | 0.83% | - |
| HSV(B) | 87.2º | 0.3% | 0.98% | - |
| XYZ | 70.24 | 86.07 | 53.47 | - |
| YUV | 231.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 175 | 0.14 | 0 | 0.3 | 0.02 | 87.2 | 0.88 | 0.83 |
| Hex | D8 | FA | AF | E | 0 | 1E | 2 | 57 | 58 | 53 |
| Octal | 330 | 372 | 257 | 16 | 0 | 36 | 2 | 127 | 130 | 123 |
| Binary | 11011000 | 11111010 | 10101111 | 1110 | 0 | 11110 | 10 | 1010111 | 1011000 | 1010011 |
Color Harmonies of #D8FAAF
Complementary color
Monochromatic Colors of #D8FAAF
Black with #D8FAAF
Text Example
Text Example
White with #D8FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAAF; }
p { color: rgb(216,250,175); }
H1.HeaderClassName
{
color: #D8FAAF;
}
.AnyTagClassName
{
color: #D8FAAF;
}
</style>
background-color css
<style>
a { background-color: #D8FAAF; }
a { background-color: rgb(216,250,175); }
div.DivClassName
{
background-color: #D8FAAF;
}
.BgClassName
{
background-color: #D8FAAF;
}
</style>
border-color css
<style>
span { border-color: #D8FAAF; }
span { border-color: rgb(216,250,175); }
td.TdClassName
{
border-color: #D8FAAF;
}
.TagClassName
{
border-color: #D8FAAF;
}
</style>