Shades of Reef #D7FEAD
Tints of Reef #D7FEAD
RGB
CMYK
RGB Variations
Color information
#D7FEAD (or 0xD7FEAD) is known color: Reef. HEX triplet: D7, FE and AD. RGB value is (215,254,173). Sum of RGB (Red+Green+Blue) = 215+254+173=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FEAD is #280152. Grayscale: #E9E9E9. Windows color (decimal): -2621779 or 11402967. OLE color: 11402967.
HSL color Cylindrical-coordinate representation of color #D7FEAD: hue angle of 88.89º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7FEAD is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 173 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.00 |
| HSL | 88.89º | 0.98% | 0.84% | - |
| HSV(B) | 88.89º | 0.32% | 1% | - |
| XYZ | 71.01 | 88.35 | 52.85 | - |
| YUV | 233.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 173 | 0.15 | 0 | 0.32 | 0.00 | 88.89 | 0.98 | 0.84 |
| Hex | D7 | FE | AD | F | 0 | 20 | 0 | 59 | 62 | 54 |
| Octal | 327 | 376 | 255 | 17 | 0 | 40 | 0 | 131 | 142 | 124 |
| Binary | 11010111 | 11111110 | 10101101 | 1111 | 0 | 100000 | 0 | 1011001 | 1100010 | 1010100 |
Color Harmonies of #D7FEAD
Complementary color
Monochromatic Colors of #D7FEAD
Black with #D7FEAD
Text Example
Text Example
White with #D7FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FEAD; }
p { color: rgb(215,254,173); }
H1.HeaderClassName
{
color: #D7FEAD;
}
.AnyTagClassName
{
color: #D7FEAD;
}
</style>
background-color css
<style>
a { background-color: #D7FEAD; }
a { background-color: rgb(215,254,173); }
div.DivClassName
{
background-color: #D7FEAD;
}
.BgClassName
{
background-color: #D7FEAD;
}
</style>
border-color css
<style>
span { border-color: #D7FEAD; }
span { border-color: rgb(215,254,173); }
td.TdClassName
{
border-color: #D7FEAD;
}
.TagClassName
{
border-color: #D7FEAD;
}
</style>