Shades of Reef #D6E09F
Tints of Reef #D6E09F
RGB
CMYK
RGB Variations
Color information
#D6E09F (or 0xD6E09F) is known color: Reef. HEX triplet: D6, E0 and 9F. RGB value is (214,224,159). Sum of RGB (Red+Green+Blue) = 214+224+159=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E09F is #291F60. Grayscale: #D5D5D5. Windows color (decimal): -2695009 or 10477782. OLE color: 10477782.
HSL color Cylindrical-coordinate representation of color #D6E09F: hue angle of 69.23º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6E09F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 159 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.12 |
| HSL | 69.23º | 0.51% | 0.75% | - |
| HSV(B) | 69.23º | 0.29% | 0.88% | - |
| XYZ | 60.65 | 70.11 | 43.14 | - |
| YUV | 213.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 159 | 0.04 | 0 | 0.29 | 0.12 | 69.23 | 0.51 | 0.75 |
| Hex | D6 | E0 | 9F | 4 | 0 | 1D | C | 45 | 33 | 4B |
| Octal | 326 | 340 | 237 | 4 | 0 | 35 | 14 | 105 | 63 | 113 |
| Binary | 11010110 | 11100000 | 10011111 | 100 | 0 | 11101 | 1100 | 1000101 | 110011 | 1001011 |
Color Harmonies of #D6E09F
Complementary color
Monochromatic Colors of #D6E09F
Black with #D6E09F
Text Example
Text Example
White with #D6E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E09F; }
p { color: rgb(214,224,159); }
H1.HeaderClassName
{
color: #D6E09F;
}
.AnyTagClassName
{
color: #D6E09F;
}
</style>
background-color css
<style>
a { background-color: #D6E09F; }
a { background-color: rgb(214,224,159); }
div.DivClassName
{
background-color: #D6E09F;
}
.BgClassName
{
background-color: #D6E09F;
}
</style>
border-color css
<style>
span { border-color: #D6E09F; }
span { border-color: rgb(214,224,159); }
td.TdClassName
{
border-color: #D6E09F;
}
.TagClassName
{
border-color: #D6E09F;
}
</style>