Shades of Reef #D6EDA3
Tints of Reef #D6EDA3
RGB
CMYK
RGB Variations
Color information
#D6EDA3 (or 0xD6EDA3) is known color: Reef. HEX triplet: D6, ED and A3. RGB value is (214,237,163). Sum of RGB (Red+Green+Blue) = 214+237+163=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDA3 is #29125C. Grayscale: #DDDDDD. Windows color (decimal): -2691677 or 10743254. OLE color: 10743254.
HSL color Cylindrical-coordinate representation of color #D6EDA3: hue angle of 78.65º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6EDA3 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 163 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.07 |
| HSL | 78.65º | 0.67% | 0.78% | - |
| HSV(B) | 78.65º | 0.31% | 0.93% | - |
| XYZ | 64.63 | 77.51 | 46.2 | - |
| YUV | 221.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 163 | 0.10 | 0 | 0.31 | 0.07 | 78.65 | 0.67 | 0.78 |
| Hex | D6 | ED | A3 | A | 0 | 1F | 7 | 4F | 43 | 4E |
| Octal | 326 | 355 | 243 | 12 | 0 | 37 | 7 | 117 | 103 | 116 |
| Binary | 11010110 | 11101101 | 10100011 | 1010 | 0 | 11111 | 111 | 1001111 | 1000011 | 1001110 |
Color Harmonies of #D6EDA3
Complementary color
Monochromatic Colors of #D6EDA3
Black with #D6EDA3
Text Example
Text Example
White with #D6EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDA3; }
p { color: rgb(214,237,163); }
H1.HeaderClassName
{
color: #D6EDA3;
}
.AnyTagClassName
{
color: #D6EDA3;
}
</style>
background-color css
<style>
a { background-color: #D6EDA3; }
a { background-color: rgb(214,237,163); }
div.DivClassName
{
background-color: #D6EDA3;
}
.BgClassName
{
background-color: #D6EDA3;
}
</style>
border-color css
<style>
span { border-color: #D6EDA3; }
span { border-color: rgb(214,237,163); }
td.TdClassName
{
border-color: #D6EDA3;
}
.TagClassName
{
border-color: #D6EDA3;
}
</style>