Shades of Reef #D1E6AF
Tints of Reef #D1E6AF
RGB
CMYK
RGB Variations
Color information
#D1E6AF (or 0xD1E6AF) is known color: Reef. HEX triplet: D1, E6 and AF. RGB value is (209,230,175). Sum of RGB (Red+Green+Blue) = 209+230+175=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E6AF is #2E1950. Grayscale: #D9D9D9. Windows color (decimal): -3021137 or 11527889. OLE color: 11527889.
HSL color Cylindrical-coordinate representation of color #D1E6AF: hue angle of 82.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1E6AF is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 175 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.10 |
| HSL | 82.91º | 0.52% | 0.79% | - |
| HSV(B) | 82.91º | 0.24% | 0.9% | - |
| XYZ | 62.33 | 73.24 | 51.41 | - |
| YUV | 217.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 175 | 0.09 | 0 | 0.24 | 0.10 | 82.91 | 0.52 | 0.79 |
| Hex | D1 | E6 | AF | 9 | 0 | 18 | A | 53 | 34 | 4F |
| Octal | 321 | 346 | 257 | 11 | 0 | 30 | 12 | 123 | 64 | 117 |
| Binary | 11010001 | 11100110 | 10101111 | 1001 | 0 | 11000 | 1010 | 1010011 | 110100 | 1001111 |
Color Harmonies of #D1E6AF
Complementary color
Monochromatic Colors of #D1E6AF
Black with #D1E6AF
Text Example
Text Example
White with #D1E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6AF; }
p { color: rgb(209,230,175); }
H1.HeaderClassName
{
color: #D1E6AF;
}
.AnyTagClassName
{
color: #D1E6AF;
}
</style>
background-color css
<style>
a { background-color: #D1E6AF; }
a { background-color: rgb(209,230,175); }
div.DivClassName
{
background-color: #D1E6AF;
}
.BgClassName
{
background-color: #D1E6AF;
}
</style>
border-color css
<style>
span { border-color: #D1E6AF; }
span { border-color: rgb(209,230,175); }
td.TdClassName
{
border-color: #D1E6AF;
}
.TagClassName
{
border-color: #D1E6AF;
}
</style>