Shades of Reef #D8FAA1
Tints of Reef #D8FAA1
RGB
CMYK
RGB Variations
Color information
#D8FAA1 (or 0xD8FAA1) is known color: Reef. HEX triplet: D8, FA and A1. RGB value is (216,250,161). Sum of RGB (Red+Green+Blue) = 216+250+161=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAA1 is #27055E. Grayscale: #E6E6E6. Windows color (decimal): -2557279 or 10615512. OLE color: 10615512.
HSL color Cylindrical-coordinate representation of color #D8FAA1: hue angle of 82.92º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8FAA1 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 161 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.02 |
| HSL | 82.92º | 0.9% | 0.81% | - |
| HSV(B) | 82.92º | 0.36% | 0.98% | - |
| XYZ | 68.94 | 85.54 | 46.6 | - |
| YUV | 229.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 161 | 0.14 | 0 | 0.36 | 0.02 | 82.92 | 0.9 | 0.81 |
| Hex | D8 | FA | A1 | E | 0 | 24 | 2 | 53 | 5A | 51 |
| Octal | 330 | 372 | 241 | 16 | 0 | 44 | 2 | 123 | 132 | 121 |
| Binary | 11011000 | 11111010 | 10100001 | 1110 | 0 | 100100 | 10 | 1010011 | 1011010 | 1010001 |
Color Harmonies of #D8FAA1
Complementary color
Monochromatic Colors of #D8FAA1
Black with #D8FAA1
Text Example
Text Example
White with #D8FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAA1; }
p { color: rgb(216,250,161); }
H1.HeaderClassName
{
color: #D8FAA1;
}
.AnyTagClassName
{
color: #D8FAA1;
}
</style>
background-color css
<style>
a { background-color: #D8FAA1; }
a { background-color: rgb(216,250,161); }
div.DivClassName
{
background-color: #D8FAA1;
}
.BgClassName
{
background-color: #D8FAA1;
}
</style>
border-color css
<style>
span { border-color: #D8FAA1; }
span { border-color: rgb(216,250,161); }
td.TdClassName
{
border-color: #D8FAA1;
}
.TagClassName
{
border-color: #D8FAA1;
}
</style>