Shades of Reef #D8FEB0
Tints of Reef #D8FEB0
RGB
CMYK
RGB Variations
Color information
#D8FEB0 (or 0xD8FEB0) is known color: Reef. HEX triplet: D8, FE and B0. RGB value is (216,254,176). Sum of RGB (Red+Green+Blue) = 216+254+176=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FEB0 is #27014F. Grayscale: #EAEAEA. Windows color (decimal): -2556240 or 11599576. OLE color: 11599576.
HSL color Cylindrical-coordinate representation of color #D8FEB0: hue angle of 89.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8FEB0 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 176 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.00 |
| HSL | 89.23º | 0.98% | 0.84% | - |
| HSV(B) | 89.23º | 0.31% | 1% | - |
| XYZ | 71.6 | 88.62 | 54.41 | - |
| YUV | 233.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 176 | 0.15 | 0 | 0.31 | 0.00 | 89.23 | 0.98 | 0.84 |
| Hex | D8 | FE | B0 | F | 0 | 1F | 0 | 59 | 62 | 54 |
| Octal | 330 | 376 | 260 | 17 | 0 | 37 | 0 | 131 | 142 | 124 |
| Binary | 11011000 | 11111110 | 10110000 | 1111 | 0 | 11111 | 0 | 1011001 | 1100010 | 1010100 |
Color Harmonies of #D8FEB0
Complementary color
Monochromatic Colors of #D8FEB0
Black with #D8FEB0
Text Example
Text Example
White with #D8FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEB0; }
p { color: rgb(216,254,176); }
H1.HeaderClassName
{
color: #D8FEB0;
}
.AnyTagClassName
{
color: #D8FEB0;
}
</style>
background-color css
<style>
a { background-color: #D8FEB0; }
a { background-color: rgb(216,254,176); }
div.DivClassName
{
background-color: #D8FEB0;
}
.BgClassName
{
background-color: #D8FEB0;
}
</style>
border-color css
<style>
span { border-color: #D8FEB0; }
span { border-color: rgb(216,254,176); }
td.TdClassName
{
border-color: #D8FEB0;
}
.TagClassName
{
border-color: #D8FEB0;
}
</style>