Shades of Reef #D7EDA6
Tints of Reef #D7EDA6
RGB
CMYK
RGB Variations
Color information
#D7EDA6 (or 0xD7EDA6) is known color: Reef. HEX triplet: D7, ED and A6. RGB value is (215,237,166). Sum of RGB (Red+Green+Blue) = 215+237+166=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EDA6 is #281259. Grayscale: #DEDEDE. Windows color (decimal): -2626138 or 10939863. OLE color: 10939863.
HSL color Cylindrical-coordinate representation of color #D7EDA6: hue angle of 78.59º 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 #D7EDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 166 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.07 |
| HSL | 78.59º | 0.66% | 0.79% | - |
| HSV(B) | 78.59º | 0.3% | 0.93% | - |
| XYZ | 65.19 | 77.77 | 47.65 | - |
| YUV | 222.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 166 | 0.09 | 0 | 0.30 | 0.07 | 78.59 | 0.66 | 0.79 |
| Hex | D7 | ED | A6 | 9 | 0 | 1E | 7 | 4F | 42 | 4F |
| Octal | 327 | 355 | 246 | 11 | 0 | 36 | 7 | 117 | 102 | 117 |
| Binary | 11010111 | 11101101 | 10100110 | 1001 | 0 | 11110 | 111 | 1001111 | 1000010 | 1001111 |
Color Harmonies of #D7EDA6
Complementary color
Monochromatic Colors of #D7EDA6
Black with #D7EDA6
Text Example
Text Example
White with #D7EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EDA6; }
p { color: rgb(215,237,166); }
H1.HeaderClassName
{
color: #D7EDA6;
}
.AnyTagClassName
{
color: #D7EDA6;
}
</style>
background-color css
<style>
a { background-color: #D7EDA6; }
a { background-color: rgb(215,237,166); }
div.DivClassName
{
background-color: #D7EDA6;
}
.BgClassName
{
background-color: #D7EDA6;
}
</style>
border-color css
<style>
span { border-color: #D7EDA6; }
span { border-color: rgb(215,237,166); }
td.TdClassName
{
border-color: #D7EDA6;
}
.TagClassName
{
border-color: #D7EDA6;
}
</style>