Shades of Reef #D1E8AD
Tints of Reef #D1E8AD
RGB
CMYK
RGB Variations
Color information
#D1E8AD (or 0xD1E8AD) is known color: Reef. HEX triplet: D1, E8 and AD. RGB value is (209,232,173). Sum of RGB (Red+Green+Blue) = 209+232+173=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E8AD is #2E1752. Grayscale: #DADADA. Windows color (decimal): -3020627 or 11397329. OLE color: 11397329.
HSL color Cylindrical-coordinate representation of color #D1E8AD: hue angle of 83.39º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1E8AD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 173 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.09 |
| HSL | 83.39º | 0.56% | 0.79% | - |
| HSV(B) | 83.39º | 0.25% | 0.91% | - |
| XYZ | 62.69 | 74.29 | 50.57 | - |
| YUV | 218.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 173 | 0.10 | 0 | 0.25 | 0.09 | 83.39 | 0.56 | 0.79 |
| Hex | D1 | E8 | AD | A | 0 | 19 | 9 | 53 | 38 | 4F |
| Octal | 321 | 350 | 255 | 12 | 0 | 31 | 11 | 123 | 70 | 117 |
| Binary | 11010001 | 11101000 | 10101101 | 1010 | 0 | 11001 | 1001 | 1010011 | 111000 | 1001111 |
Color Harmonies of #D1E8AD
Complementary color
Monochromatic Colors of #D1E8AD
Black with #D1E8AD
Text Example
Text Example
White with #D1E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8AD; }
p { color: rgb(209,232,173); }
H1.HeaderClassName
{
color: #D1E8AD;
}
.AnyTagClassName
{
color: #D1E8AD;
}
</style>
background-color css
<style>
a { background-color: #D1E8AD; }
a { background-color: rgb(209,232,173); }
div.DivClassName
{
background-color: #D1E8AD;
}
.BgClassName
{
background-color: #D1E8AD;
}
</style>
border-color css
<style>
span { border-color: #D1E8AD; }
span { border-color: rgb(209,232,173); }
td.TdClassName
{
border-color: #D1E8AD;
}
.TagClassName
{
border-color: #D1E8AD;
}
</style>