Shades of Reef #D1F0AC
Tints of Reef #D1F0AC
RGB
CMYK
RGB Variations
Color information
#D1F0AC (or 0xD1F0AC) is known color: Reef. HEX triplet: D1, F0 and AC. RGB value is (209,240,172). Sum of RGB (Red+Green+Blue) = 209+240+172=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F0AC is #2E0F53. Grayscale: #DFDFDF. Windows color (decimal): -3018580 or 11333841. OLE color: 11333841.
HSL color Cylindrical-coordinate representation of color #D1F0AC: hue angle of 87.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1F0AC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 172 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.06 |
| HSL | 87.35º | 0.69% | 0.81% | - |
| HSV(B) | 87.35º | 0.28% | 0.94% | - |
| XYZ | 64.9 | 78.85 | 50.83 | - |
| YUV | 222.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 172 | 0.13 | 0 | 0.28 | 0.06 | 87.35 | 0.69 | 0.81 |
| Hex | D1 | F0 | AC | D | 0 | 1C | 6 | 57 | 45 | 51 |
| Octal | 321 | 360 | 254 | 15 | 0 | 34 | 6 | 127 | 105 | 121 |
| Binary | 11010001 | 11110000 | 10101100 | 1101 | 0 | 11100 | 110 | 1010111 | 1000101 | 1010001 |
Color Harmonies of #D1F0AC
Complementary color
Monochromatic Colors of #D1F0AC
Black with #D1F0AC
Text Example
Text Example
White with #D1F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0AC; }
p { color: rgb(209,240,172); }
H1.HeaderClassName
{
color: #D1F0AC;
}
.AnyTagClassName
{
color: #D1F0AC;
}
</style>
background-color css
<style>
a { background-color: #D1F0AC; }
a { background-color: rgb(209,240,172); }
div.DivClassName
{
background-color: #D1F0AC;
}
.BgClassName
{
background-color: #D1F0AC;
}
</style>
border-color css
<style>
span { border-color: #D1F0AC; }
span { border-color: rgb(209,240,172); }
td.TdClassName
{
border-color: #D1F0AC;
}
.TagClassName
{
border-color: #D1F0AC;
}
</style>