Shades of Reef #D1F0AB
Tints of Reef #D1F0AB
RGB
CMYK
RGB Variations
Color information
#D1F0AB (or 0xD1F0AB) is known color: Reef. HEX triplet: D1, F0 and AB. RGB value is (209,240,171). Sum of RGB (Red+Green+Blue) = 209+240+171=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F0AB is #2E0F54. Grayscale: #DFDFDF. Windows color (decimal): -3018581 or 11268305. OLE color: 11268305.
HSL color Cylindrical-coordinate representation of color #D1F0AB: hue angle of 86.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1F0AB is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 171 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.06 |
| HSL | 86.96º | 0.7% | 0.81% | - |
| HSV(B) | 86.96º | 0.29% | 0.94% | - |
| XYZ | 64.81 | 78.82 | 50.33 | - |
| YUV | 222.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 171 | 0.13 | 0 | 0.29 | 0.06 | 86.96 | 0.7 | 0.81 |
| Hex | D1 | F0 | AB | D | 0 | 1D | 6 | 57 | 46 | 51 |
| Octal | 321 | 360 | 253 | 15 | 0 | 35 | 6 | 127 | 106 | 121 |
| Binary | 11010001 | 11110000 | 10101011 | 1101 | 0 | 11101 | 110 | 1010111 | 1000110 | 1010001 |
Color Harmonies of #D1F0AB
Complementary color
Monochromatic Colors of #D1F0AB
Black with #D1F0AB
Text Example
Text Example
White with #D1F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0AB; }
p { color: rgb(209,240,171); }
H1.HeaderClassName
{
color: #D1F0AB;
}
.AnyTagClassName
{
color: #D1F0AB;
}
</style>
background-color css
<style>
a { background-color: #D1F0AB; }
a { background-color: rgb(209,240,171); }
div.DivClassName
{
background-color: #D1F0AB;
}
.BgClassName
{
background-color: #D1F0AB;
}
</style>
border-color css
<style>
span { border-color: #D1F0AB; }
span { border-color: rgb(209,240,171); }
td.TdClassName
{
border-color: #D1F0AB;
}
.TagClassName
{
border-color: #D1F0AB;
}
</style>