Shades of Reef #D6E8A7
Tints of Reef #D6E8A7
RGB
CMYK
RGB Variations
Color information
#D6E8A7 (or 0xD6E8A7) is known color: Reef. HEX triplet: D6, E8 and A7. RGB value is (214,232,167). Sum of RGB (Red+Green+Blue) = 214+232+167=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E8A7 is #291758. Grayscale: #DBDBDB. Windows color (decimal): -2692953 or 11004118. OLE color: 11004118.
HSL color Cylindrical-coordinate representation of color #D6E8A7: hue angle of 76.62º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6E8A7 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 167 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.09 |
| HSL | 76.62º | 0.59% | 0.78% | - |
| HSV(B) | 76.62º | 0.28% | 0.91% | - |
| XYZ | 63.56 | 74.8 | 47.65 | - |
| YUV | 219.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 167 | 0.08 | 0 | 0.28 | 0.09 | 76.62 | 0.59 | 0.78 |
| Hex | D6 | E8 | A7 | 8 | 0 | 1C | 9 | 4D | 3B | 4E |
| Octal | 326 | 350 | 247 | 10 | 0 | 34 | 11 | 115 | 73 | 116 |
| Binary | 11010110 | 11101000 | 10100111 | 1000 | 0 | 11100 | 1001 | 1001101 | 111011 | 1001110 |
Color Harmonies of #D6E8A7
Complementary color
Monochromatic Colors of #D6E8A7
Black with #D6E8A7
Text Example
Text Example
White with #D6E8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8A7; }
p { color: rgb(214,232,167); }
H1.HeaderClassName
{
color: #D6E8A7;
}
.AnyTagClassName
{
color: #D6E8A7;
}
</style>
background-color css
<style>
a { background-color: #D6E8A7; }
a { background-color: rgb(214,232,167); }
div.DivClassName
{
background-color: #D6E8A7;
}
.BgClassName
{
background-color: #D6E8A7;
}
</style>
border-color css
<style>
span { border-color: #D6E8A7; }
span { border-color: rgb(214,232,167); }
td.TdClassName
{
border-color: #D6E8A7;
}
.TagClassName
{
border-color: #D6E8A7;
}
</style>