Shades of Reef #D8EDB0
Tints of Reef #D8EDB0
RGB
CMYK
RGB Variations
Color information
#D8EDB0 (or 0xD8EDB0) is known color: Reef. HEX triplet: D8, ED and B0. RGB value is (216,237,176). Sum of RGB (Red+Green+Blue) = 216+237+176=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDB0 is #27124F. Grayscale: #DFDFDF. Windows color (decimal): -2560592 or 11595224. OLE color: 11595224.
HSL color Cylindrical-coordinate representation of color #D8EDB0: hue angle of 80.66º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EDB0 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 176 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.07 |
| HSL | 80.66º | 0.63% | 0.81% | - |
| HSV(B) | 80.66º | 0.26% | 0.93% | - |
| XYZ | 66.44 | 78.3 | 52.69 | - |
| YUV | 223.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 176 | 0.09 | 0 | 0.26 | 0.07 | 80.66 | 0.63 | 0.81 |
| Hex | D8 | ED | B0 | 9 | 0 | 1A | 7 | 51 | 3F | 51 |
| Octal | 330 | 355 | 260 | 11 | 0 | 32 | 7 | 121 | 77 | 121 |
| Binary | 11011000 | 11101101 | 10110000 | 1001 | 0 | 11010 | 111 | 1010001 | 111111 | 1010001 |
Color Harmonies of #D8EDB0
Complementary color
Monochromatic Colors of #D8EDB0
Black with #D8EDB0
Text Example
Text Example
White with #D8EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDB0; }
p { color: rgb(216,237,176); }
H1.HeaderClassName
{
color: #D8EDB0;
}
.AnyTagClassName
{
color: #D8EDB0;
}
</style>
background-color css
<style>
a { background-color: #D8EDB0; }
a { background-color: rgb(216,237,176); }
div.DivClassName
{
background-color: #D8EDB0;
}
.BgClassName
{
background-color: #D8EDB0;
}
</style>
border-color css
<style>
span { border-color: #D8EDB0; }
span { border-color: rgb(216,237,176); }
td.TdClassName
{
border-color: #D8EDB0;
}
.TagClassName
{
border-color: #D8EDB0;
}
</style>