Shades of Reef #D8FAA5
Tints of Reef #D8FAA5
RGB
CMYK
RGB Variations
Color information
#D8FAA5 (or 0xD8FAA5) is known color: Reef. HEX triplet: D8, FA and A5. RGB value is (216,250,165). Sum of RGB (Red+Green+Blue) = 216+250+165=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAA5 is #27055A. Grayscale: #E6E6E6. Windows color (decimal): -2557275 or 10877656. OLE color: 10877656.
HSL color Cylindrical-coordinate representation of color #D8FAA5: hue angle of 84º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8FAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 165 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.02 |
| HSL | 84º | 0.89% | 0.81% | - |
| HSV(B) | 84º | 0.34% | 0.98% | - |
| XYZ | 69.3 | 85.69 | 48.48 | - |
| YUV | 230.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 165 | 0.14 | 0 | 0.34 | 0.02 | 84 | 0.89 | 0.81 |
| Hex | D8 | FA | A5 | E | 0 | 22 | 2 | 54 | 59 | 51 |
| Octal | 330 | 372 | 245 | 16 | 0 | 42 | 2 | 124 | 131 | 121 |
| Binary | 11011000 | 11111010 | 10100101 | 1110 | 0 | 100010 | 10 | 1010100 | 1011001 | 1010001 |
Color Harmonies of #D8FAA5
Complementary color
Monochromatic Colors of #D8FAA5
Black with #D8FAA5
Text Example
Text Example
White with #D8FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAA5; }
p { color: rgb(216,250,165); }
H1.HeaderClassName
{
color: #D8FAA5;
}
.AnyTagClassName
{
color: #D8FAA5;
}
</style>
background-color css
<style>
a { background-color: #D8FAA5; }
a { background-color: rgb(216,250,165); }
div.DivClassName
{
background-color: #D8FAA5;
}
.BgClassName
{
background-color: #D8FAA5;
}
</style>
border-color css
<style>
span { border-color: #D8FAA5; }
span { border-color: rgb(216,250,165); }
td.TdClassName
{
border-color: #D8FAA5;
}
.TagClassName
{
border-color: #D8FAA5;
}
</style>