Shades of Reef #D8F3AB
Tints of Reef #D8F3AB
RGB
CMYK
RGB Variations
Color information
#D8F3AB (or 0xD8F3AB) is known color: Reef. HEX triplet: D8, F3 and AB. RGB value is (216,243,171). Sum of RGB (Red+Green+Blue) = 216+243+171=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F3AB is #270C54. Grayscale: #E2E2E2. Windows color (decimal): -2559061 or 11269080. OLE color: 11269080.
HSL color Cylindrical-coordinate representation of color #D8F3AB: hue angle of 82.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8F3AB is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 171 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.05 |
| HSL | 82.5º | 0.75% | 0.81% | - |
| HSV(B) | 82.5º | 0.3% | 0.95% | - |
| XYZ | 67.72 | 81.64 | 50.72 | - |
| YUV | 226.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 171 | 0.11 | 0 | 0.30 | 0.05 | 82.5 | 0.75 | 0.81 |
| Hex | D8 | F3 | AB | B | 0 | 1E | 5 | 52 | 4B | 51 |
| Octal | 330 | 363 | 253 | 13 | 0 | 36 | 5 | 122 | 113 | 121 |
| Binary | 11011000 | 11110011 | 10101011 | 1011 | 0 | 11110 | 101 | 1010010 | 1001011 | 1010001 |
Color Harmonies of #D8F3AB
Complementary color
Monochromatic Colors of #D8F3AB
Black with #D8F3AB
Text Example
Text Example
White with #D8F3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F3AB; }
p { color: rgb(216,243,171); }
H1.HeaderClassName
{
color: #D8F3AB;
}
.AnyTagClassName
{
color: #D8F3AB;
}
</style>
background-color css
<style>
a { background-color: #D8F3AB; }
a { background-color: rgb(216,243,171); }
div.DivClassName
{
background-color: #D8F3AB;
}
.BgClassName
{
background-color: #D8F3AB;
}
</style>
border-color css
<style>
span { border-color: #D8F3AB; }
span { border-color: rgb(216,243,171); }
td.TdClassName
{
border-color: #D8F3AB;
}
.TagClassName
{
border-color: #D8F3AB;
}
</style>