Shades of Reef #D8E6AC
Tints of Reef #D8E6AC
RGB
CMYK
RGB Variations
Color information
#D8E6AC (or 0xD8E6AC) is known color: Reef. HEX triplet: D8, E6 and AC. RGB value is (216,230,172). Sum of RGB (Red+Green+Blue) = 216+230+172=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E6AC is #271953. Grayscale: #DBDBDB. Windows color (decimal): -2562388 or 11331288. OLE color: 11331288.
HSL color Cylindrical-coordinate representation of color #D8E6AC: hue angle of 74.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8E6AC is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 172 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.10 |
| HSL | 74.48º | 0.54% | 0.79% | - |
| HSV(B) | 74.48º | 0.25% | 0.9% | - |
| XYZ | 64.06 | 74.17 | 49.97 | - |
| YUV | 219.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 172 | 0.06 | 0 | 0.25 | 0.10 | 74.48 | 0.54 | 0.79 |
| Hex | D8 | E6 | AC | 6 | 0 | 19 | A | 4A | 36 | 4F |
| Octal | 330 | 346 | 254 | 6 | 0 | 31 | 12 | 112 | 66 | 117 |
| Binary | 11011000 | 11100110 | 10101100 | 110 | 0 | 11001 | 1010 | 1001010 | 110110 | 1001111 |
Color Harmonies of #D8E6AC
Complementary color
Monochromatic Colors of #D8E6AC
Black with #D8E6AC
Text Example
Text Example
White with #D8E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E6AC; }
p { color: rgb(216,230,172); }
H1.HeaderClassName
{
color: #D8E6AC;
}
.AnyTagClassName
{
color: #D8E6AC;
}
</style>
background-color css
<style>
a { background-color: #D8E6AC; }
a { background-color: rgb(216,230,172); }
div.DivClassName
{
background-color: #D8E6AC;
}
.BgClassName
{
background-color: #D8E6AC;
}
</style>
border-color css
<style>
span { border-color: #D8E6AC; }
span { border-color: rgb(216,230,172); }
td.TdClassName
{
border-color: #D8E6AC;
}
.TagClassName
{
border-color: #D8E6AC;
}
</style>