Shades of Reef #D1F7AD
Tints of Reef #D1F7AD
RGB
CMYK
RGB Variations
Color information
#D1F7AD (or 0xD1F7AD) is known color: Reef. HEX triplet: D1, F7 and AD. RGB value is (209,247,173). Sum of RGB (Red+Green+Blue) = 209+247+173=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F7AD is #2E0852. Grayscale: #E3E3E3. Windows color (decimal): -3016787 or 11401169. OLE color: 11401169.
HSL color Cylindrical-coordinate representation of color #D1F7AD: hue angle of 90.81º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1F7AD is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 173 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.03 |
| HSL | 90.81º | 0.82% | 0.82% | - |
| HSV(B) | 90.81º | 0.3% | 0.97% | - |
| XYZ | 67.1 | 83.09 | 52.04 | - |
| YUV | 227.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 173 | 0.15 | 0 | 0.30 | 0.03 | 90.81 | 0.82 | 0.82 |
| Hex | D1 | F7 | AD | F | 0 | 1E | 3 | 5B | 52 | 52 |
| Octal | 321 | 367 | 255 | 17 | 0 | 36 | 3 | 133 | 122 | 122 |
| Binary | 11010001 | 11110111 | 10101101 | 1111 | 0 | 11110 | 11 | 1011011 | 1010010 | 1010010 |
Color Harmonies of #D1F7AD
Complementary color
Monochromatic Colors of #D1F7AD
Black with #D1F7AD
Text Example
Text Example
White with #D1F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7AD; }
p { color: rgb(209,247,173); }
H1.HeaderClassName
{
color: #D1F7AD;
}
.AnyTagClassName
{
color: #D1F7AD;
}
</style>
background-color css
<style>
a { background-color: #D1F7AD; }
a { background-color: rgb(209,247,173); }
div.DivClassName
{
background-color: #D1F7AD;
}
.BgClassName
{
background-color: #D1F7AD;
}
</style>
border-color css
<style>
span { border-color: #D1F7AD; }
span { border-color: rgb(209,247,173); }
td.TdClassName
{
border-color: #D1F7AD;
}
.TagClassName
{
border-color: #D1F7AD;
}
</style>