Shades of Reef #D8FAAC
Tints of Reef #D8FAAC
RGB
CMYK
RGB Variations
Color information
#D8FAAC (or 0xD8FAAC) is known color: Reef. HEX triplet: D8, FA and AC. RGB value is (216,250,172). Sum of RGB (Red+Green+Blue) = 216+250+172=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAAC is #270553. Grayscale: #E7E7E7. Windows color (decimal): -2557268 or 11336408. OLE color: 11336408.
HSL color Cylindrical-coordinate representation of color #D8FAAC: hue angle of 86.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8FAAC is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 172 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.02 |
| HSL | 86.15º | 0.89% | 0.83% | - |
| HSV(B) | 86.15º | 0.31% | 0.98% | - |
| XYZ | 69.95 | 85.95 | 51.93 | - |
| YUV | 230.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 172 | 0.14 | 0 | 0.31 | 0.02 | 86.15 | 0.89 | 0.83 |
| Hex | D8 | FA | AC | E | 0 | 1F | 2 | 56 | 59 | 53 |
| Octal | 330 | 372 | 254 | 16 | 0 | 37 | 2 | 126 | 131 | 123 |
| Binary | 11011000 | 11111010 | 10101100 | 1110 | 0 | 11111 | 10 | 1010110 | 1011001 | 1010011 |
Color Harmonies of #D8FAAC
Complementary color
Monochromatic Colors of #D8FAAC
Black with #D8FAAC
Text Example
Text Example
White with #D8FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAAC; }
p { color: rgb(216,250,172); }
H1.HeaderClassName
{
color: #D8FAAC;
}
.AnyTagClassName
{
color: #D8FAAC;
}
</style>
background-color css
<style>
a { background-color: #D8FAAC; }
a { background-color: rgb(216,250,172); }
div.DivClassName
{
background-color: #D8FAAC;
}
.BgClassName
{
background-color: #D8FAAC;
}
</style>
border-color css
<style>
span { border-color: #D8FAAC; }
span { border-color: rgb(216,250,172); }
td.TdClassName
{
border-color: #D8FAAC;
}
.TagClassName
{
border-color: #D8FAAC;
}
</style>