Shades of Reef #D8EDA0
Tints of Reef #D8EDA0
RGB
CMYK
RGB Variations
Color information
#D8EDA0 (or 0xD8EDA0) is known color: Reef. HEX triplet: D8, ED and A0. RGB value is (216,237,160). Sum of RGB (Red+Green+Blue) = 216+237+160=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDA0 is #27125F. Grayscale: #DEDEDE. Windows color (decimal): -2560608 or 10546648. OLE color: 10546648.
HSL color Cylindrical-coordinate representation of color #D8EDA0: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8EDA0 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 160 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.07 |
| HSL | 76.36º | 0.68% | 0.78% | - |
| HSV(B) | 76.36º | 0.32% | 0.93% | - |
| XYZ | 64.95 | 77.71 | 44.83 | - |
| YUV | 221.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 160 | 0.09 | 0 | 0.32 | 0.07 | 76.36 | 0.68 | 0.78 |
| Hex | D8 | ED | A0 | 9 | 0 | 20 | 7 | 4C | 44 | 4E |
| Octal | 330 | 355 | 240 | 11 | 0 | 40 | 7 | 114 | 104 | 116 |
| Binary | 11011000 | 11101101 | 10100000 | 1001 | 0 | 100000 | 111 | 1001100 | 1000100 | 1001110 |
Color Harmonies of #D8EDA0
Complementary color
Monochromatic Colors of #D8EDA0
Black with #D8EDA0
Text Example
Text Example
White with #D8EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDA0; }
p { color: rgb(216,237,160); }
H1.HeaderClassName
{
color: #D8EDA0;
}
.AnyTagClassName
{
color: #D8EDA0;
}
</style>
background-color css
<style>
a { background-color: #D8EDA0; }
a { background-color: rgb(216,237,160); }
div.DivClassName
{
background-color: #D8EDA0;
}
.BgClassName
{
background-color: #D8EDA0;
}
</style>
border-color css
<style>
span { border-color: #D8EDA0; }
span { border-color: rgb(216,237,160); }
td.TdClassName
{
border-color: #D8EDA0;
}
.TagClassName
{
border-color: #D8EDA0;
}
</style>