Shades of Reef #D7E396
Tints of Reef #D7E396
RGB
CMYK
RGB Variations
Color information
#D7E396 (or 0xD7E396) is known color: Reef. HEX triplet: D7, E3 and 96. RGB value is (215,227,150). Sum of RGB (Red+Green+Blue) = 215+227+150=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E396 is #281C69. Grayscale: #D6D6D6. Windows color (decimal): -2628714 or 9888727. OLE color: 9888727.
HSL color Cylindrical-coordinate representation of color #D7E396: hue angle of 69.35º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7E396 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 150 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.11 |
| HSL | 69.35º | 0.58% | 0.74% | - |
| HSV(B) | 69.35º | 0.34% | 0.89% | - |
| XYZ | 61 | 71.59 | 39.46 | - |
| YUV | 214.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 150 | 0.05 | 0 | 0.34 | 0.11 | 69.35 | 0.58 | 0.74 |
| Hex | D7 | E3 | 96 | 5 | 0 | 22 | B | 45 | 3A | 4A |
| Octal | 327 | 343 | 226 | 5 | 0 | 42 | 13 | 105 | 72 | 112 |
| Binary | 11010111 | 11100011 | 10010110 | 101 | 0 | 100010 | 1011 | 1000101 | 111010 | 1001010 |
Color Harmonies of #D7E396
Complementary color
Monochromatic Colors of #D7E396
Black with #D7E396
Text Example
Text Example
White with #D7E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E396; }
p { color: rgb(215,227,150); }
H1.HeaderClassName
{
color: #D7E396;
}
.AnyTagClassName
{
color: #D7E396;
}
</style>
background-color css
<style>
a { background-color: #D7E396; }
a { background-color: rgb(215,227,150); }
div.DivClassName
{
background-color: #D7E396;
}
.BgClassName
{
background-color: #D7E396;
}
</style>
border-color css
<style>
span { border-color: #D7E396; }
span { border-color: rgb(215,227,150); }
td.TdClassName
{
border-color: #D7E396;
}
.TagClassName
{
border-color: #D7E396;
}
</style>