Shades of Reef #D1EF9E
Tints of Reef #D1EF9E
RGB
CMYK
RGB Variations
Color information
#D1EF9E (or 0xD1EF9E) is known color: Reef. HEX triplet: D1, EF and 9E. RGB value is (209,239,158). Sum of RGB (Red+Green+Blue) = 209+239+158=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EF9E is #2E1061. Grayscale: #DDDDDD. Windows color (decimal): -3018850 or 10416081. OLE color: 10416081.
HSL color Cylindrical-coordinate representation of color #D1EF9E: hue angle of 82.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1EF9E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 158 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.06 |
| HSL | 82.22º | 0.72% | 0.78% | - |
| HSV(B) | 82.22º | 0.34% | 0.94% | - |
| XYZ | 63.33 | 77.76 | 44.02 | - |
| YUV | 220.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 158 | 0.13 | 0 | 0.34 | 0.06 | 82.22 | 0.72 | 0.78 |
| Hex | D1 | EF | 9E | D | 0 | 22 | 6 | 52 | 48 | 4E |
| Octal | 321 | 357 | 236 | 15 | 0 | 42 | 6 | 122 | 110 | 116 |
| Binary | 11010001 | 11101111 | 10011110 | 1101 | 0 | 100010 | 110 | 1010010 | 1001000 | 1001110 |
Color Harmonies of #D1EF9E
Complementary color
Monochromatic Colors of #D1EF9E
Black with #D1EF9E
Text Example
Text Example
White with #D1EF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF9E; }
p { color: rgb(209,239,158); }
H1.HeaderClassName
{
color: #D1EF9E;
}
.AnyTagClassName
{
color: #D1EF9E;
}
</style>
background-color css
<style>
a { background-color: #D1EF9E; }
a { background-color: rgb(209,239,158); }
div.DivClassName
{
background-color: #D1EF9E;
}
.BgClassName
{
background-color: #D1EF9E;
}
</style>
border-color css
<style>
span { border-color: #D1EF9E; }
span { border-color: rgb(209,239,158); }
td.TdClassName
{
border-color: #D1EF9E;
}
.TagClassName
{
border-color: #D1EF9E;
}
</style>