Shades of Reef #D6E29D
Tints of Reef #D6E29D
RGB
CMYK
RGB Variations
Color information
#D6E29D (or 0xD6E29D) is known color: Reef. HEX triplet: D6, E2 and 9D. RGB value is (214,226,157). Sum of RGB (Red+Green+Blue) = 214+226+157=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E29D is #291D62. Grayscale: #D6D6D6. Windows color (decimal): -2694499 or 10347222. OLE color: 10347222.
HSL color Cylindrical-coordinate representation of color #D6E29D: hue angle of 70.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6E29D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 157 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.11 |
| HSL | 70.43º | 0.54% | 0.75% | - |
| HSV(B) | 70.43º | 0.31% | 0.89% | - |
| XYZ | 61.01 | 71.12 | 42.41 | - |
| YUV | 214.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 157 | 0.05 | 0 | 0.31 | 0.11 | 70.43 | 0.54 | 0.75 |
| Hex | D6 | E2 | 9D | 5 | 0 | 1F | B | 46 | 36 | 4B |
| Octal | 326 | 342 | 235 | 5 | 0 | 37 | 13 | 106 | 66 | 113 |
| Binary | 11010110 | 11100010 | 10011101 | 101 | 0 | 11111 | 1011 | 1000110 | 110110 | 1001011 |
Color Harmonies of #D6E29D
Complementary color
Monochromatic Colors of #D6E29D
Black with #D6E29D
Text Example
Text Example
White with #D6E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E29D; }
p { color: rgb(214,226,157); }
H1.HeaderClassName
{
color: #D6E29D;
}
.AnyTagClassName
{
color: #D6E29D;
}
</style>
background-color css
<style>
a { background-color: #D6E29D; }
a { background-color: rgb(214,226,157); }
div.DivClassName
{
background-color: #D6E29D;
}
.BgClassName
{
background-color: #D6E29D;
}
</style>
border-color css
<style>
span { border-color: #D6E29D; }
span { border-color: rgb(214,226,157); }
td.TdClassName
{
border-color: #D6E29D;
}
.TagClassName
{
border-color: #D6E29D;
}
</style>