Shades of Reef #D9FAA1
Tints of Reef #D9FAA1
RGB
CMYK
RGB Variations
Color information
#D9FAA1 (or 0xD9FAA1) is known color: Reef. HEX triplet: D9, FA and A1. RGB value is (217,250,161). Sum of RGB (Red+Green+Blue) = 217+250+161=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAA1 is #26055E. Grayscale: #E6E6E6. Windows color (decimal): -2491743 or 10615513. OLE color: 10615513.
HSL color Cylindrical-coordinate representation of color #D9FAA1: hue angle of 82.25º 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 #D9FAA1 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 161 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.02 |
| HSL | 82.25º | 0.9% | 0.81% | - |
| HSV(B) | 82.25º | 0.36% | 0.98% | - |
| XYZ | 69.23 | 85.7 | 46.61 | - |
| YUV | 229.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 161 | 0.13 | 0 | 0.36 | 0.02 | 82.25 | 0.9 | 0.81 |
| Hex | D9 | FA | A1 | D | 0 | 24 | 2 | 52 | 5A | 51 |
| Octal | 331 | 372 | 241 | 15 | 0 | 44 | 2 | 122 | 132 | 121 |
| Binary | 11011001 | 11111010 | 10100001 | 1101 | 0 | 100100 | 10 | 1010010 | 1011010 | 1010001 |
Color Harmonies of #D9FAA1
Complementary color
Monochromatic Colors of #D9FAA1
Black with #D9FAA1
Text Example
Text Example
White with #D9FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAA1; }
p { color: rgb(217,250,161); }
H1.HeaderClassName
{
color: #D9FAA1;
}
.AnyTagClassName
{
color: #D9FAA1;
}
</style>
background-color css
<style>
a { background-color: #D9FAA1; }
a { background-color: rgb(217,250,161); }
div.DivClassName
{
background-color: #D9FAA1;
}
.BgClassName
{
background-color: #D9FAA1;
}
</style>
border-color css
<style>
span { border-color: #D9FAA1; }
span { border-color: rgb(217,250,161); }
td.TdClassName
{
border-color: #D9FAA1;
}
.TagClassName
{
border-color: #D9FAA1;
}
</style>