Shades of Reef #D6EDA7
Tints of Reef #D6EDA7
RGB
CMYK
RGB Variations
Color information
#D6EDA7 (or 0xD6EDA7) is known color: Reef. HEX triplet: D6, ED and A7. RGB value is (214,237,167). Sum of RGB (Red+Green+Blue) = 214+237+167=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 167 (65.62% from 255 or 27.02% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDA7 is #291258. Grayscale: #DEDEDE. Windows color (decimal): -2691673 or 11005398. OLE color: 11005398.
HSL color Cylindrical-coordinate representation of color #D6EDA7: hue angle of 79.71º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6EDA7 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 167 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.07 |
| HSL | 79.71º | 0.66% | 0.79% | - |
| HSV(B) | 79.71º | 0.3% | 0.93% | - |
| XYZ | 64.99 | 77.65 | 48.12 | - |
| YUV | 222.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 167 | 0.10 | 0 | 0.30 | 0.07 | 79.71 | 0.66 | 0.79 |
| Hex | D6 | ED | A7 | A | 0 | 1E | 7 | 50 | 42 | 4F |
| Octal | 326 | 355 | 247 | 12 | 0 | 36 | 7 | 120 | 102 | 117 |
| Binary | 11010110 | 11101101 | 10100111 | 1010 | 0 | 11110 | 111 | 1010000 | 1000010 | 1001111 |
Color Harmonies of #D6EDA7
Complementary color
Monochromatic Colors of #D6EDA7
Black with #D6EDA7
Text Example
Text Example
White with #D6EDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDA7; }
p { color: rgb(214,237,167); }
H1.HeaderClassName
{
color: #D6EDA7;
}
.AnyTagClassName
{
color: #D6EDA7;
}
</style>
background-color css
<style>
a { background-color: #D6EDA7; }
a { background-color: rgb(214,237,167); }
div.DivClassName
{
background-color: #D6EDA7;
}
.BgClassName
{
background-color: #D6EDA7;
}
</style>
border-color css
<style>
span { border-color: #D6EDA7; }
span { border-color: rgb(214,237,167); }
td.TdClassName
{
border-color: #D6EDA7;
}
.TagClassName
{
border-color: #D6EDA7;
}
</style>