Shades of Reef #D1F2AD
Tints of Reef #D1F2AD
RGB
CMYK
RGB Variations
Color information
#D1F2AD (or 0xD1F2AD) is known color: Reef. HEX triplet: D1, F2 and AD. RGB value is (209,242,173). Sum of RGB (Red+Green+Blue) = 209+242+173=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F2AD is #2E0D52. Grayscale: #E0E0E0. Windows color (decimal): -3018067 or 11399889. OLE color: 11399889.
HSL color Cylindrical-coordinate representation of color #D1F2AD: hue angle of 88.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1F2AD is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 173 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 88.7º | 0.73% | 0.81% | - |
| HSV(B) | 88.7º | 0.29% | 0.95% | - |
| XYZ | 65.59 | 80.08 | 51.53 | - |
| YUV | 224.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 173 | 0.14 | 0 | 0.29 | 0.05 | 88.7 | 0.73 | 0.81 |
| Hex | D1 | F2 | AD | E | 0 | 1D | 5 | 59 | 49 | 51 |
| Octal | 321 | 362 | 255 | 16 | 0 | 35 | 5 | 131 | 111 | 121 |
| Binary | 11010001 | 11110010 | 10101101 | 1110 | 0 | 11101 | 101 | 1011001 | 1001001 | 1010001 |
Color Harmonies of #D1F2AD
Complementary color
Monochromatic Colors of #D1F2AD
Black with #D1F2AD
Text Example
Text Example
White with #D1F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2AD; }
p { color: rgb(209,242,173); }
H1.HeaderClassName
{
color: #D1F2AD;
}
.AnyTagClassName
{
color: #D1F2AD;
}
</style>
background-color css
<style>
a { background-color: #D1F2AD; }
a { background-color: rgb(209,242,173); }
div.DivClassName
{
background-color: #D1F2AD;
}
.BgClassName
{
background-color: #D1F2AD;
}
</style>
border-color css
<style>
span { border-color: #D1F2AD; }
span { border-color: rgb(209,242,173); }
td.TdClassName
{
border-color: #D1F2AD;
}
.TagClassName
{
border-color: #D1F2AD;
}
</style>