Shades of Reef #D9FAA3
Tints of Reef #D9FAA3
RGB
CMYK
RGB Variations
Color information
#D9FAA3 (or 0xD9FAA3) is known color: Reef. HEX triplet: D9, FA and A3. RGB value is (217,250,163). Sum of RGB (Red+Green+Blue) = 217+250+163=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAA3 is #26055C. Grayscale: #E6E6E6. Windows color (decimal): -2491741 or 10746585. OLE color: 10746585.
HSL color Cylindrical-coordinate representation of color #D9FAA3: hue angle of 82.76º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9FAA3 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 163 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.02 |
| HSL | 82.76º | 0.9% | 0.81% | - |
| HSV(B) | 82.76º | 0.35% | 0.98% | - |
| XYZ | 69.41 | 85.77 | 47.55 | - |
| YUV | 230.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 163 | 0.13 | 0 | 0.35 | 0.02 | 82.76 | 0.9 | 0.81 |
| Hex | D9 | FA | A3 | D | 0 | 23 | 2 | 53 | 5A | 51 |
| Octal | 331 | 372 | 243 | 15 | 0 | 43 | 2 | 123 | 132 | 121 |
| Binary | 11011001 | 11111010 | 10100011 | 1101 | 0 | 100011 | 10 | 1010011 | 1011010 | 1010001 |
Color Harmonies of #D9FAA3
Complementary color
Monochromatic Colors of #D9FAA3
Black with #D9FAA3
Text Example
Text Example
White with #D9FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAA3; }
p { color: rgb(217,250,163); }
H1.HeaderClassName
{
color: #D9FAA3;
}
.AnyTagClassName
{
color: #D9FAA3;
}
</style>
background-color css
<style>
a { background-color: #D9FAA3; }
a { background-color: rgb(217,250,163); }
div.DivClassName
{
background-color: #D9FAA3;
}
.BgClassName
{
background-color: #D9FAA3;
}
</style>
border-color css
<style>
span { border-color: #D9FAA3; }
span { border-color: rgb(217,250,163); }
td.TdClassName
{
border-color: #D9FAA3;
}
.TagClassName
{
border-color: #D9FAA3;
}
</style>