Shades of Reef #D8FCB0
Tints of Reef #D8FCB0
RGB
CMYK
RGB Variations
Color information
#D8FCB0 (or 0xD8FCB0) is known color: Reef. HEX triplet: D8, FC and B0. RGB value is (216,252,176). Sum of RGB (Red+Green+Blue) = 216+252+176=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FCB0 is #27034F. Grayscale: #E8E8E8. Windows color (decimal): -2556752 or 11599064. OLE color: 11599064.
HSL color Cylindrical-coordinate representation of color #D8FCB0: hue angle of 88.42º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8FCB0 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 176 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.01 |
| HSL | 88.42º | 0.93% | 0.84% | - |
| HSV(B) | 88.42º | 0.3% | 0.99% | - |
| XYZ | 70.97 | 87.35 | 54.2 | - |
| YUV | 232.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 176 | 0.14 | 0 | 0.30 | 0.01 | 88.42 | 0.93 | 0.84 |
| Hex | D8 | FC | B0 | E | 0 | 1E | 1 | 58 | 5D | 54 |
| Octal | 330 | 374 | 260 | 16 | 0 | 36 | 1 | 130 | 135 | 124 |
| Binary | 11011000 | 11111100 | 10110000 | 1110 | 0 | 11110 | 1 | 1011000 | 1011101 | 1010100 |
Color Harmonies of #D8FCB0
Complementary color
Monochromatic Colors of #D8FCB0
Black with #D8FCB0
Text Example
Text Example
White with #D8FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCB0; }
p { color: rgb(216,252,176); }
H1.HeaderClassName
{
color: #D8FCB0;
}
.AnyTagClassName
{
color: #D8FCB0;
}
</style>
background-color css
<style>
a { background-color: #D8FCB0; }
a { background-color: rgb(216,252,176); }
div.DivClassName
{
background-color: #D8FCB0;
}
.BgClassName
{
background-color: #D8FCB0;
}
</style>
border-color css
<style>
span { border-color: #D8FCB0; }
span { border-color: rgb(216,252,176); }
td.TdClassName
{
border-color: #D8FCB0;
}
.TagClassName
{
border-color: #D8FCB0;
}
</style>