Shades of Reef #D6EEA9
Tints of Reef #D6EEA9
RGB
CMYK
RGB Variations
Color information
#D6EEA9 (or 0xD6EEA9) is known color: Reef. HEX triplet: D6, EE and A9. RGB value is (214,238,169). Sum of RGB (Red+Green+Blue) = 214+238+169=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEA9 is #291156. Grayscale: #DFDFDF. Windows color (decimal): -2691415 or 11136726. OLE color: 11136726.
HSL color Cylindrical-coordinate representation of color #D6EEA9: hue angle of 80.87º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6EEA9 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 169 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.07 |
| HSL | 80.87º | 0.67% | 0.8% | - |
| HSV(B) | 80.87º | 0.29% | 0.93% | - |
| XYZ | 65.47 | 78.31 | 49.2 | - |
| YUV | 222.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 169 | 0.10 | 0 | 0.29 | 0.07 | 80.87 | 0.67 | 0.8 |
| Hex | D6 | EE | A9 | A | 0 | 1D | 7 | 51 | 43 | 50 |
| Octal | 326 | 356 | 251 | 12 | 0 | 35 | 7 | 121 | 103 | 120 |
| Binary | 11010110 | 11101110 | 10101001 | 1010 | 0 | 11101 | 111 | 1010001 | 1000011 | 1010000 |
Color Harmonies of #D6EEA9
Complementary color
Monochromatic Colors of #D6EEA9
Black with #D6EEA9
Text Example
Text Example
White with #D6EEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEA9; }
p { color: rgb(214,238,169); }
H1.HeaderClassName
{
color: #D6EEA9;
}
.AnyTagClassName
{
color: #D6EEA9;
}
</style>
background-color css
<style>
a { background-color: #D6EEA9; }
a { background-color: rgb(214,238,169); }
div.DivClassName
{
background-color: #D6EEA9;
}
.BgClassName
{
background-color: #D6EEA9;
}
</style>
border-color css
<style>
span { border-color: #D6EEA9; }
span { border-color: rgb(214,238,169); }
td.TdClassName
{
border-color: #D6EEA9;
}
.TagClassName
{
border-color: #D6EEA9;
}
</style>