Shades of Reef #D8FAB0
Tints of Reef #D8FAB0
RGB
CMYK
RGB Variations
Color information
#D8FAB0 (or 0xD8FAB0) is known color: Reef. HEX triplet: D8, FA and B0. RGB value is (216,250,176). Sum of RGB (Red+Green+Blue) = 216+250+176=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAB0 is #27054F. Grayscale: #E7E7E7. Windows color (decimal): -2557264 or 11598552. OLE color: 11598552.
HSL color Cylindrical-coordinate representation of color #D8FAB0: hue angle of 87.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8FAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 176 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.02 |
| HSL | 87.57º | 0.88% | 0.84% | - |
| HSV(B) | 87.57º | 0.3% | 0.98% | - |
| XYZ | 70.34 | 86.1 | 53.99 | - |
| YUV | 231.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 176 | 0.14 | 0 | 0.30 | 0.02 | 87.57 | 0.88 | 0.84 |
| Hex | D8 | FA | B0 | E | 0 | 1E | 2 | 58 | 58 | 54 |
| Octal | 330 | 372 | 260 | 16 | 0 | 36 | 2 | 130 | 130 | 124 |
| Binary | 11011000 | 11111010 | 10110000 | 1110 | 0 | 11110 | 10 | 1011000 | 1011000 | 1010100 |
Color Harmonies of #D8FAB0
Complementary color
Monochromatic Colors of #D8FAB0
Black with #D8FAB0
Text Example
Text Example
White with #D8FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAB0; }
p { color: rgb(216,250,176); }
H1.HeaderClassName
{
color: #D8FAB0;
}
.AnyTagClassName
{
color: #D8FAB0;
}
</style>
background-color css
<style>
a { background-color: #D8FAB0; }
a { background-color: rgb(216,250,176); }
div.DivClassName
{
background-color: #D8FAB0;
}
.BgClassName
{
background-color: #D8FAB0;
}
</style>
border-color css
<style>
span { border-color: #D8FAB0; }
span { border-color: rgb(216,250,176); }
td.TdClassName
{
border-color: #D8FAB0;
}
.TagClassName
{
border-color: #D8FAB0;
}
</style>