Shades of Reef #D1E29E
Tints of Reef #D1E29E
RGB
CMYK
RGB Variations
Color information
#D1E29E (or 0xD1E29E) is known color: Reef. HEX triplet: D1, E2 and 9E. RGB value is (209,226,158). Sum of RGB (Red+Green+Blue) = 209+226+158=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E29E is #2E1D61. Grayscale: #D5D5D5. Windows color (decimal): -3022178 or 10412753. OLE color: 10412753.
HSL color Cylindrical-coordinate representation of color #D1E29E: hue angle of 75º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1E29E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 158 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.11 |
| HSL | 75º | 0.54% | 0.75% | - |
| HSV(B) | 75º | 0.3% | 0.89% | - |
| XYZ | 59.66 | 70.42 | 42.79 | - |
| YUV | 213.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 158 | 0.08 | 0 | 0.30 | 0.11 | 75 | 0.54 | 0.75 |
| Hex | D1 | E2 | 9E | 8 | 0 | 1E | B | 4B | 36 | 4B |
| Octal | 321 | 342 | 236 | 10 | 0 | 36 | 13 | 113 | 66 | 113 |
| Binary | 11010001 | 11100010 | 10011110 | 1000 | 0 | 11110 | 1011 | 1001011 | 110110 | 1001011 |
Color Harmonies of #D1E29E
Complementary color
Monochromatic Colors of #D1E29E
Black with #D1E29E
Text Example
Text Example
White with #D1E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E29E; }
p { color: rgb(209,226,158); }
H1.HeaderClassName
{
color: #D1E29E;
}
.AnyTagClassName
{
color: #D1E29E;
}
</style>
background-color css
<style>
a { background-color: #D1E29E; }
a { background-color: rgb(209,226,158); }
div.DivClassName
{
background-color: #D1E29E;
}
.BgClassName
{
background-color: #D1E29E;
}
</style>
border-color css
<style>
span { border-color: #D1E29E; }
span { border-color: rgb(209,226,158); }
td.TdClassName
{
border-color: #D1E29E;
}
.TagClassName
{
border-color: #D1E29E;
}
</style>