Shades of Reef #D1F3AD
Tints of Reef #D1F3AD
RGB
CMYK
RGB Variations
Color information
#D1F3AD (or 0xD1F3AD) is known color: Reef. HEX triplet: D1, F3 and AD. RGB value is (209,243,173). Sum of RGB (Red+Green+Blue) = 209+243+173=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F3AD is #2E0C52. Grayscale: #E1E1E1. Windows color (decimal): -3017811 or 11400145. OLE color: 11400145.
HSL color Cylindrical-coordinate representation of color #D1F3AD: hue angle of 89.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1F3AD is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 173 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 89.14º | 0.74% | 0.82% | - |
| HSV(B) | 89.14º | 0.29% | 0.95% | - |
| XYZ | 65.89 | 80.67 | 51.63 | - |
| YUV | 224.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 173 | 0.14 | 0 | 0.29 | 0.05 | 89.14 | 0.74 | 0.82 |
| Hex | D1 | F3 | AD | E | 0 | 1D | 5 | 59 | 4A | 52 |
| Octal | 321 | 363 | 255 | 16 | 0 | 35 | 5 | 131 | 112 | 122 |
| Binary | 11010001 | 11110011 | 10101101 | 1110 | 0 | 11101 | 101 | 1011001 | 1001010 | 1010010 |
Color Harmonies of #D1F3AD
Complementary color
Monochromatic Colors of #D1F3AD
Black with #D1F3AD
Text Example
Text Example
White with #D1F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F3AD; }
p { color: rgb(209,243,173); }
H1.HeaderClassName
{
color: #D1F3AD;
}
.AnyTagClassName
{
color: #D1F3AD;
}
</style>
background-color css
<style>
a { background-color: #D1F3AD; }
a { background-color: rgb(209,243,173); }
div.DivClassName
{
background-color: #D1F3AD;
}
.BgClassName
{
background-color: #D1F3AD;
}
</style>
border-color css
<style>
span { border-color: #D1F3AD; }
span { border-color: rgb(209,243,173); }
td.TdClassName
{
border-color: #D1F3AD;
}
.TagClassName
{
border-color: #D1F3AD;
}
</style>