Shades of Reef #D8EAAE
Tints of Reef #D8EAAE
RGB
CMYK
RGB Variations
Color information
#D8EAAE (or 0xD8EAAE) is known color: Reef. HEX triplet: D8, EA and AE. RGB value is (216,234,174). Sum of RGB (Red+Green+Blue) = 216+234+174=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EAAE is #271551. Grayscale: #DEDEDE. Windows color (decimal): -2561362 or 11463384. OLE color: 11463384.
HSL color Cylindrical-coordinate representation of color #D8EAAE: hue angle of 78º 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 #D8EAAE is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 234 | 174 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.08 |
| HSL | 78º | 0.59% | 0.8% | - |
| HSV(B) | 78º | 0.26% | 0.92% | - |
| XYZ | 65.38 | 76.5 | 51.36 | - |
| YUV | 221.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 174 | 0.08 | 0 | 0.26 | 0.08 | 78 | 0.59 | 0.8 |
| Hex | D8 | EA | AE | 8 | 0 | 1A | 8 | 4E | 3B | 50 |
| Octal | 330 | 352 | 256 | 10 | 0 | 32 | 10 | 116 | 73 | 120 |
| Binary | 11011000 | 11101010 | 10101110 | 1000 | 0 | 11010 | 1000 | 1001110 | 111011 | 1010000 |
Color Harmonies of #D8EAAE
Complementary color
Monochromatic Colors of #D8EAAE
Black with #D8EAAE
Text Example
Text Example
White with #D8EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAAE; }
p { color: rgb(216,234,174); }
H1.HeaderClassName
{
color: #D8EAAE;
}
.AnyTagClassName
{
color: #D8EAAE;
}
</style>
background-color css
<style>
a { background-color: #D8EAAE; }
a { background-color: rgb(216,234,174); }
div.DivClassName
{
background-color: #D8EAAE;
}
.BgClassName
{
background-color: #D8EAAE;
}
</style>
border-color css
<style>
span { border-color: #D8EAAE; }
span { border-color: rgb(216,234,174); }
td.TdClassName
{
border-color: #D8EAAE;
}
.TagClassName
{
border-color: #D8EAAE;
}
</style>