Shades of Reef #D8F1AD
Tints of Reef #D8F1AD
RGB
CMYK
RGB Variations
Color information
#D8F1AD (or 0xD8F1AD) is known color: Reef. HEX triplet: D8, F1 and AD. RGB value is (216,241,173). Sum of RGB (Red+Green+Blue) = 216+241+173=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F1AD is #270E52. Grayscale: #E2E2E2. Windows color (decimal): -2559571 or 11399640. OLE color: 11399640.
HSL color Cylindrical-coordinate representation of color #D8F1AD: hue angle of 82.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8F1AD is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 173 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.05 |
| HSL | 82.06º | 0.71% | 0.81% | - |
| HSV(B) | 82.06º | 0.28% | 0.95% | - |
| XYZ | 67.32 | 80.53 | 51.53 | - |
| YUV | 225.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 173 | 0.10 | 0 | 0.28 | 0.05 | 82.06 | 0.71 | 0.81 |
| Hex | D8 | F1 | AD | A | 0 | 1C | 5 | 52 | 47 | 51 |
| Octal | 330 | 361 | 255 | 12 | 0 | 34 | 5 | 122 | 107 | 121 |
| Binary | 11011000 | 11110001 | 10101101 | 1010 | 0 | 11100 | 101 | 1010010 | 1000111 | 1010001 |
Color Harmonies of #D8F1AD
Complementary color
Monochromatic Colors of #D8F1AD
Black with #D8F1AD
Text Example
Text Example
White with #D8F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1AD; }
p { color: rgb(216,241,173); }
H1.HeaderClassName
{
color: #D8F1AD;
}
.AnyTagClassName
{
color: #D8F1AD;
}
</style>
background-color css
<style>
a { background-color: #D8F1AD; }
a { background-color: rgb(216,241,173); }
div.DivClassName
{
background-color: #D8F1AD;
}
.BgClassName
{
background-color: #D8F1AD;
}
</style>
border-color css
<style>
span { border-color: #D8F1AD; }
span { border-color: rgb(216,241,173); }
td.TdClassName
{
border-color: #D8F1AD;
}
.TagClassName
{
border-color: #D8F1AD;
}
</style>