Shades of Reef #D3E496
Tints of Reef #D3E496
RGB
CMYK
RGB Variations
Color information
#D3E496 (or 0xD3E496) is known color: Reef. HEX triplet: D3, E4 and 96. RGB value is (211,228,150). Sum of RGB (Red+Green+Blue) = 211+228+150=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E496 is #2C1B69. Grayscale: #D6D6D6. Windows color (decimal): -2890602 or 9888979. OLE color: 9888979.
HSL color Cylindrical-coordinate representation of color #D3E496: hue angle of 73.08º degrees, saturation: 0.59, 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 #D3E496 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 150 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.11 |
| HSL | 73.08º | 0.59% | 0.74% | - |
| HSV(B) | 73.08º | 0.34% | 0.89% | - |
| XYZ | 60.11 | 71.54 | 39.49 | - |
| YUV | 214.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 150 | 0.07 | 0 | 0.34 | 0.11 | 73.08 | 0.59 | 0.74 |
| Hex | D3 | E4 | 96 | 7 | 0 | 22 | B | 49 | 3B | 4A |
| Octal | 323 | 344 | 226 | 7 | 0 | 42 | 13 | 111 | 73 | 112 |
| Binary | 11010011 | 11100100 | 10010110 | 111 | 0 | 100010 | 1011 | 1001001 | 111011 | 1001010 |
Color Harmonies of #D3E496
Complementary color
Monochromatic Colors of #D3E496
Black with #D3E496
Text Example
Text Example
White with #D3E496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E496; }
p { color: rgb(211,228,150); }
H1.HeaderClassName
{
color: #D3E496;
}
.AnyTagClassName
{
color: #D3E496;
}
</style>
background-color css
<style>
a { background-color: #D3E496; }
a { background-color: rgb(211,228,150); }
div.DivClassName
{
background-color: #D3E496;
}
.BgClassName
{
background-color: #D3E496;
}
</style>
border-color css
<style>
span { border-color: #D3E496; }
span { border-color: rgb(211,228,150); }
td.TdClassName
{
border-color: #D3E496;
}
.TagClassName
{
border-color: #D3E496;
}
</style>