Shades of Reef #D8F2AB
Tints of Reef #D8F2AB
RGB
CMYK
RGB Variations
Color information
#D8F2AB (or 0xD8F2AB) is known color: Reef. HEX triplet: D8, F2 and AB. RGB value is (216,242,171). Sum of RGB (Red+Green+Blue) = 216+242+171=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2AB is #270D54. Grayscale: #E2E2E2. Windows color (decimal): -2559317 or 11268824. OLE color: 11268824.
HSL color Cylindrical-coordinate representation of color #D8F2AB: hue angle of 81.97º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8F2AB is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 171 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.05 |
| HSL | 81.97º | 0.73% | 0.81% | - |
| HSV(B) | 81.97º | 0.29% | 0.95% | - |
| XYZ | 67.42 | 81.04 | 50.62 | - |
| YUV | 226.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 171 | 0.11 | 0 | 0.29 | 0.05 | 81.97 | 0.73 | 0.81 |
| Hex | D8 | F2 | AB | B | 0 | 1D | 5 | 52 | 49 | 51 |
| Octal | 330 | 362 | 253 | 13 | 0 | 35 | 5 | 122 | 111 | 121 |
| Binary | 11011000 | 11110010 | 10101011 | 1011 | 0 | 11101 | 101 | 1010010 | 1001001 | 1010001 |
Color Harmonies of #D8F2AB
Complementary color
Monochromatic Colors of #D8F2AB
Black with #D8F2AB
Text Example
Text Example
White with #D8F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2AB; }
p { color: rgb(216,242,171); }
H1.HeaderClassName
{
color: #D8F2AB;
}
.AnyTagClassName
{
color: #D8F2AB;
}
</style>
background-color css
<style>
a { background-color: #D8F2AB; }
a { background-color: rgb(216,242,171); }
div.DivClassName
{
background-color: #D8F2AB;
}
.BgClassName
{
background-color: #D8F2AB;
}
</style>
border-color css
<style>
span { border-color: #D8F2AB; }
span { border-color: rgb(216,242,171); }
td.TdClassName
{
border-color: #D8F2AB;
}
.TagClassName
{
border-color: #D8F2AB;
}
</style>