Shades of Reef #D8F8A2
Tints of Reef #D8F8A2
RGB
CMYK
RGB Variations
Color information
#D8F8A2 (or 0xD8F8A2) is known color: Reef. HEX triplet: D8, F8 and A2. RGB value is (216,248,162). Sum of RGB (Red+Green+Blue) = 216+248+162=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F8A2 is #27075D. Grayscale: #E4E4E4. Windows color (decimal): -2557790 or 10680536. OLE color: 10680536.
HSL color Cylindrical-coordinate representation of color #D8F8A2: hue angle of 82.33º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8F8A2 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 162 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.03 |
| HSL | 82.33º | 0.86% | 0.8% | - |
| HSV(B) | 82.33º | 0.35% | 0.97% | - |
| XYZ | 68.41 | 84.34 | 46.86 | - |
| YUV | 228.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 162 | 0.13 | 0 | 0.35 | 0.03 | 82.33 | 0.86 | 0.8 |
| Hex | D8 | F8 | A2 | D | 0 | 23 | 3 | 52 | 56 | 50 |
| Octal | 330 | 370 | 242 | 15 | 0 | 43 | 3 | 122 | 126 | 120 |
| Binary | 11011000 | 11111000 | 10100010 | 1101 | 0 | 100011 | 11 | 1010010 | 1010110 | 1010000 |
Color Harmonies of #D8F8A2
Complementary color
Monochromatic Colors of #D8F8A2
Black with #D8F8A2
Text Example
Text Example
White with #D8F8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F8A2; }
p { color: rgb(216,248,162); }
H1.HeaderClassName
{
color: #D8F8A2;
}
.AnyTagClassName
{
color: #D8F8A2;
}
</style>
background-color css
<style>
a { background-color: #D8F8A2; }
a { background-color: rgb(216,248,162); }
div.DivClassName
{
background-color: #D8F8A2;
}
.BgClassName
{
background-color: #D8F8A2;
}
</style>
border-color css
<style>
span { border-color: #D8F8A2; }
span { border-color: rgb(216,248,162); }
td.TdClassName
{
border-color: #D8F8A2;
}
.TagClassName
{
border-color: #D8F8A2;
}
</style>