Shades of Reef #D8FAB2
Tints of Reef #D8FAB2
RGB
CMYK
RGB Variations
Color information
#D8FAB2 (or 0xD8FAB2) is known color: Reef. HEX triplet: D8, FA and B2. RGB value is (216,250,178). Sum of RGB (Red+Green+Blue) = 216+250+178=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAB2 is #27054D. Grayscale: #E7E7E7. Windows color (decimal): -2557262 or 11729624. OLE color: 11729624.
HSL color Cylindrical-coordinate representation of color #D8FAB2: hue angle of 88.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8FAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 178 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.02 |
| HSL | 88.33º | 0.88% | 0.84% | - |
| HSV(B) | 88.33º | 0.29% | 0.98% | - |
| XYZ | 70.54 | 86.18 | 55.04 | - |
| YUV | 231.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 178 | 0.14 | 0 | 0.29 | 0.02 | 88.33 | 0.88 | 0.84 |
| Hex | D8 | FA | B2 | E | 0 | 1D | 2 | 58 | 58 | 54 |
| Octal | 330 | 372 | 262 | 16 | 0 | 35 | 2 | 130 | 130 | 124 |
| Binary | 11011000 | 11111010 | 10110010 | 1110 | 0 | 11101 | 10 | 1011000 | 1011000 | 1010100 |
Color Harmonies of #D8FAB2
Complementary color
Monochromatic Colors of #D8FAB2
Black with #D8FAB2
Text Example
Text Example
White with #D8FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAB2; }
p { color: rgb(216,250,178); }
H1.HeaderClassName
{
color: #D8FAB2;
}
.AnyTagClassName
{
color: #D8FAB2;
}
</style>
background-color css
<style>
a { background-color: #D8FAB2; }
a { background-color: rgb(216,250,178); }
div.DivClassName
{
background-color: #D8FAB2;
}
.BgClassName
{
background-color: #D8FAB2;
}
</style>
border-color css
<style>
span { border-color: #D8FAB2; }
span { border-color: rgb(216,250,178); }
td.TdClassName
{
border-color: #D8FAB2;
}
.TagClassName
{
border-color: #D8FAB2;
}
</style>