Shades of Reef #D8EFAF
Tints of Reef #D8EFAF
RGB
CMYK
RGB Variations
Color information
#D8EFAF (or 0xD8EFAF) is known color: Reef. HEX triplet: D8, EF and AF. RGB value is (216,239,175). Sum of RGB (Red+Green+Blue) = 216+239+175=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFAF is #271050. Grayscale: #E1E1E1. Windows color (decimal): -2560081 or 11530200. OLE color: 11530200.
HSL color Cylindrical-coordinate representation of color #D8EFAF: hue angle of 81.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8EFAF is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 175 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.06 |
| HSL | 81.56º | 0.67% | 0.81% | - |
| HSV(B) | 81.56º | 0.27% | 0.94% | - |
| XYZ | 66.92 | 79.43 | 52.36 | - |
| YUV | 224.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 175 | 0.10 | 0 | 0.27 | 0.06 | 81.56 | 0.67 | 0.81 |
| Hex | D8 | EF | AF | A | 0 | 1B | 6 | 52 | 43 | 51 |
| Octal | 330 | 357 | 257 | 12 | 0 | 33 | 6 | 122 | 103 | 121 |
| Binary | 11011000 | 11101111 | 10101111 | 1010 | 0 | 11011 | 110 | 1010010 | 1000011 | 1010001 |
Color Harmonies of #D8EFAF
Complementary color
Monochromatic Colors of #D8EFAF
Black with #D8EFAF
Text Example
Text Example
White with #D8EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFAF; }
p { color: rgb(216,239,175); }
H1.HeaderClassName
{
color: #D8EFAF;
}
.AnyTagClassName
{
color: #D8EFAF;
}
</style>
background-color css
<style>
a { background-color: #D8EFAF; }
a { background-color: rgb(216,239,175); }
div.DivClassName
{
background-color: #D8EFAF;
}
.BgClassName
{
background-color: #D8EFAF;
}
</style>
border-color css
<style>
span { border-color: #D8EFAF; }
span { border-color: rgb(216,239,175); }
td.TdClassName
{
border-color: #D8EFAF;
}
.TagClassName
{
border-color: #D8EFAF;
}
</style>