Shades of Reef #D8EFAD
Tints of Reef #D8EFAD
RGB
CMYK
RGB Variations
Color information
#D8EFAD (or 0xD8EFAD) is known color: Reef. HEX triplet: D8, EF and AD. RGB value is (216,239,173). Sum of RGB (Red+Green+Blue) = 216+239+173=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFAD is #271052. Grayscale: #E0E0E0. Windows color (decimal): -2560083 or 11399128. OLE color: 11399128.
HSL color Cylindrical-coordinate representation of color #D8EFAD: hue angle of 80.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8EFAD is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 173 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.06 |
| HSL | 80.91º | 0.67% | 0.81% | - |
| HSV(B) | 80.91º | 0.28% | 0.94% | - |
| XYZ | 66.73 | 79.35 | 51.33 | - |
| YUV | 224.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 173 | 0.10 | 0 | 0.28 | 0.06 | 80.91 | 0.67 | 0.81 |
| Hex | D8 | EF | AD | A | 0 | 1C | 6 | 51 | 43 | 51 |
| Octal | 330 | 357 | 255 | 12 | 0 | 34 | 6 | 121 | 103 | 121 |
| Binary | 11011000 | 11101111 | 10101101 | 1010 | 0 | 11100 | 110 | 1010001 | 1000011 | 1010001 |
Color Harmonies of #D8EFAD
Complementary color
Monochromatic Colors of #D8EFAD
Black with #D8EFAD
Text Example
Text Example
White with #D8EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFAD; }
p { color: rgb(216,239,173); }
H1.HeaderClassName
{
color: #D8EFAD;
}
.AnyTagClassName
{
color: #D8EFAD;
}
</style>
background-color css
<style>
a { background-color: #D8EFAD; }
a { background-color: rgb(216,239,173); }
div.DivClassName
{
background-color: #D8EFAD;
}
.BgClassName
{
background-color: #D8EFAD;
}
</style>
border-color css
<style>
span { border-color: #D8EFAD; }
span { border-color: rgb(216,239,173); }
td.TdClassName
{
border-color: #D8EFAD;
}
.TagClassName
{
border-color: #D8EFAD;
}
</style>