Shades of Reef #D8EFA6
Tints of Reef #D8EFA6
RGB
CMYK
RGB Variations
Color information
#D8EFA6 (or 0xD8EFA6) is known color: Reef. HEX triplet: D8, EF and A6. RGB value is (216,239,166). Sum of RGB (Red+Green+Blue) = 216+239+166=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFA6 is #271059. Grayscale: #E0E0E0. Windows color (decimal): -2560090 or 10940376. OLE color: 10940376.
HSL color Cylindrical-coordinate representation of color #D8EFA6: hue angle of 78.9º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8EFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 166 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.06 |
| HSL | 78.9º | 0.7% | 0.79% | - |
| HSV(B) | 78.9º | 0.31% | 0.94% | - |
| XYZ | 66.07 | 79.09 | 47.86 | - |
| YUV | 223.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 166 | 0.10 | 0 | 0.31 | 0.06 | 78.9 | 0.7 | 0.79 |
| Hex | D8 | EF | A6 | A | 0 | 1F | 6 | 4F | 46 | 4F |
| Octal | 330 | 357 | 246 | 12 | 0 | 37 | 6 | 117 | 106 | 117 |
| Binary | 11011000 | 11101111 | 10100110 | 1010 | 0 | 11111 | 110 | 1001111 | 1000110 | 1001111 |
Color Harmonies of #D8EFA6
Complementary color
Monochromatic Colors of #D8EFA6
Black with #D8EFA6
Text Example
Text Example
White with #D8EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFA6; }
p { color: rgb(216,239,166); }
H1.HeaderClassName
{
color: #D8EFA6;
}
.AnyTagClassName
{
color: #D8EFA6;
}
</style>
background-color css
<style>
a { background-color: #D8EFA6; }
a { background-color: rgb(216,239,166); }
div.DivClassName
{
background-color: #D8EFA6;
}
.BgClassName
{
background-color: #D8EFA6;
}
</style>
border-color css
<style>
span { border-color: #D8EFA6; }
span { border-color: rgb(216,239,166); }
td.TdClassName
{
border-color: #D8EFA6;
}
.TagClassName
{
border-color: #D8EFA6;
}
</style>