Shades of Reef #D6E49B
Tints of Reef #D6E49B
RGB
CMYK
RGB Variations
Color information
#D6E49B (or 0xD6E49B) is known color: Reef. HEX triplet: D6, E4 and 9B. RGB value is (214,228,155). Sum of RGB (Red+Green+Blue) = 214+228+155=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E49B is #291B64. Grayscale: #D7D7D7. Windows color (decimal): -2693989 or 10216662. OLE color: 10216662.
HSL color Cylindrical-coordinate representation of color #D6E49B: hue angle of 71.51º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6E49B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 155 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.11 |
| HSL | 71.51º | 0.57% | 0.75% | - |
| HSV(B) | 71.51º | 0.32% | 0.89% | - |
| XYZ | 61.39 | 72.15 | 41.7 | - |
| YUV | 215.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 155 | 0.06 | 0 | 0.32 | 0.11 | 71.51 | 0.57 | 0.75 |
| Hex | D6 | E4 | 9B | 6 | 0 | 20 | B | 48 | 39 | 4B |
| Octal | 326 | 344 | 233 | 6 | 0 | 40 | 13 | 110 | 71 | 113 |
| Binary | 11010110 | 11100100 | 10011011 | 110 | 0 | 100000 | 1011 | 1001000 | 111001 | 1001011 |
Color Harmonies of #D6E49B
Complementary color
Monochromatic Colors of #D6E49B
Black with #D6E49B
Text Example
Text Example
White with #D6E49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E49B; }
p { color: rgb(214,228,155); }
H1.HeaderClassName
{
color: #D6E49B;
}
.AnyTagClassName
{
color: #D6E49B;
}
</style>
background-color css
<style>
a { background-color: #D6E49B; }
a { background-color: rgb(214,228,155); }
div.DivClassName
{
background-color: #D6E49B;
}
.BgClassName
{
background-color: #D6E49B;
}
</style>
border-color css
<style>
span { border-color: #D6E49B; }
span { border-color: rgb(214,228,155); }
td.TdClassName
{
border-color: #D6E49B;
}
.TagClassName
{
border-color: #D6E49B;
}
</style>