Shades of Reef #D1E3AC
Tints of Reef #D1E3AC
RGB
CMYK
RGB Variations
Color information
#D1E3AC (or 0xD1E3AC) is known color: Reef. HEX triplet: D1, E3 and AC. RGB value is (209,227,172). Sum of RGB (Red+Green+Blue) = 209+227+172=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E3AC is #2E1C53. Grayscale: #D7D7D7. Windows color (decimal): -3021908 or 11330513. OLE color: 11330513.
HSL color Cylindrical-coordinate representation of color #D1E3AC: hue angle of 79.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1E3AC is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 172 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.11 |
| HSL | 79.64º | 0.5% | 0.78% | - |
| HSV(B) | 79.64º | 0.24% | 0.89% | - |
| XYZ | 61.21 | 71.47 | 49.6 | - |
| YUV | 215.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 172 | 0.08 | 0 | 0.24 | 0.11 | 79.64 | 0.5 | 0.78 |
| Hex | D1 | E3 | AC | 8 | 0 | 18 | B | 50 | 32 | 4E |
| Octal | 321 | 343 | 254 | 10 | 0 | 30 | 13 | 120 | 62 | 116 |
| Binary | 11010001 | 11100011 | 10101100 | 1000 | 0 | 11000 | 1011 | 1010000 | 110010 | 1001110 |
Color Harmonies of #D1E3AC
Complementary color
Monochromatic Colors of #D1E3AC
Black with #D1E3AC
Text Example
Text Example
White with #D1E3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E3AC; }
p { color: rgb(209,227,172); }
H1.HeaderClassName
{
color: #D1E3AC;
}
.AnyTagClassName
{
color: #D1E3AC;
}
</style>
background-color css
<style>
a { background-color: #D1E3AC; }
a { background-color: rgb(209,227,172); }
div.DivClassName
{
background-color: #D1E3AC;
}
.BgClassName
{
background-color: #D1E3AC;
}
</style>
border-color css
<style>
span { border-color: #D1E3AC; }
span { border-color: rgb(209,227,172); }
td.TdClassName
{
border-color: #D1E3AC;
}
.TagClassName
{
border-color: #D1E3AC;
}
</style>