Shades of Reef #D1F8A1
Tints of Reef #D1F8A1
RGB
CMYK
RGB Variations
Color information
#D1F8A1 (or 0xD1F8A1) is known color: Reef. HEX triplet: D1, F8 and A1. RGB value is (209,248,161). Sum of RGB (Red+Green+Blue) = 209+248+161=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F8A1 is #2E075E. Grayscale: #E2E2E2. Windows color (decimal): -3016543 or 10614993. OLE color: 10614993.
HSL color Cylindrical-coordinate representation of color #D1F8A1: hue angle of 86.9º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1F8A1 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 161 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.03 |
| HSL | 86.9º | 0.86% | 0.8% | - |
| HSV(B) | 86.9º | 0.35% | 0.97% | - |
| XYZ | 66.29 | 83.26 | 46.3 | - |
| YUV | 226.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 161 | 0.16 | 0 | 0.35 | 0.03 | 86.9 | 0.86 | 0.8 |
| Hex | D1 | F8 | A1 | 10 | 0 | 23 | 3 | 57 | 56 | 50 |
| Octal | 321 | 370 | 241 | 20 | 0 | 43 | 3 | 127 | 126 | 120 |
| Binary | 11010001 | 11111000 | 10100001 | 10000 | 0 | 100011 | 11 | 1010111 | 1010110 | 1010000 |
Color Harmonies of #D1F8A1
Complementary color
Monochromatic Colors of #D1F8A1
Black with #D1F8A1
Text Example
Text Example
White with #D1F8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8A1; }
p { color: rgb(209,248,161); }
H1.HeaderClassName
{
color: #D1F8A1;
}
.AnyTagClassName
{
color: #D1F8A1;
}
</style>
background-color css
<style>
a { background-color: #D1F8A1; }
a { background-color: rgb(209,248,161); }
div.DivClassName
{
background-color: #D1F8A1;
}
.BgClassName
{
background-color: #D1F8A1;
}
</style>
border-color css
<style>
span { border-color: #D1F8A1; }
span { border-color: rgb(209,248,161); }
td.TdClassName
{
border-color: #D1F8A1;
}
.TagClassName
{
border-color: #D1F8A1;
}
</style>