Shades of Reef #D8EAAD
Tints of Reef #D8EAAD
RGB
CMYK
RGB Variations
Color information
#D8EAAD (or 0xD8EAAD) is known color: Reef. HEX triplet: D8, EA and AD. RGB value is (216,234,173). Sum of RGB (Red+Green+Blue) = 216+234+173=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EAAD is #271552. Grayscale: #DDDDDD. Windows color (decimal): -2561363 or 11397848. OLE color: 11397848.
HSL color Cylindrical-coordinate representation of color #D8EAAD: hue angle of 77.7º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EAAD is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 173 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.08 |
| HSL | 77.7º | 0.59% | 0.8% | - |
| HSV(B) | 77.7º | 0.26% | 0.92% | - |
| XYZ | 65.28 | 76.46 | 50.85 | - |
| YUV | 221.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 173 | 0.08 | 0 | 0.26 | 0.08 | 77.7 | 0.59 | 0.8 |
| Hex | D8 | EA | AD | 8 | 0 | 1A | 8 | 4E | 3B | 50 |
| Octal | 330 | 352 | 255 | 10 | 0 | 32 | 10 | 116 | 73 | 120 |
| Binary | 11011000 | 11101010 | 10101101 | 1000 | 0 | 11010 | 1000 | 1001110 | 111011 | 1010000 |
Color Harmonies of #D8EAAD
Complementary color
Monochromatic Colors of #D8EAAD
Black with #D8EAAD
Text Example
Text Example
White with #D8EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAAD; }
p { color: rgb(216,234,173); }
H1.HeaderClassName
{
color: #D8EAAD;
}
.AnyTagClassName
{
color: #D8EAAD;
}
</style>
background-color css
<style>
a { background-color: #D8EAAD; }
a { background-color: rgb(216,234,173); }
div.DivClassName
{
background-color: #D8EAAD;
}
.BgClassName
{
background-color: #D8EAAD;
}
</style>
border-color css
<style>
span { border-color: #D8EAAD; }
span { border-color: rgb(216,234,173); }
td.TdClassName
{
border-color: #D8EAAD;
}
.TagClassName
{
border-color: #D8EAAD;
}
</style>