Shades of Reef #D6EDA9
Tints of Reef #D6EDA9
RGB
CMYK
RGB Variations
Color information
#D6EDA9 (or 0xD6EDA9) is known color: Reef. HEX triplet: D6, ED and A9. RGB value is (214,237,169). Sum of RGB (Red+Green+Blue) = 214+237+169=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDA9 is #291256. Grayscale: #DEDEDE. Windows color (decimal): -2691671 or 11136470. OLE color: 11136470.
HSL color Cylindrical-coordinate representation of color #D6EDA9: hue angle of 80.29º degrees, saturation: 0.65, 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 #D6EDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 169 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.07 |
| HSL | 80.29º | 0.65% | 0.8% | - |
| HSV(B) | 80.29º | 0.29% | 0.93% | - |
| XYZ | 65.18 | 77.73 | 49.1 | - |
| YUV | 222.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 169 | 0.10 | 0 | 0.29 | 0.07 | 80.29 | 0.65 | 0.8 |
| Hex | D6 | ED | A9 | A | 0 | 1D | 7 | 50 | 41 | 50 |
| Octal | 326 | 355 | 251 | 12 | 0 | 35 | 7 | 120 | 101 | 120 |
| Binary | 11010110 | 11101101 | 10101001 | 1010 | 0 | 11101 | 111 | 1010000 | 1000001 | 1010000 |
Color Harmonies of #D6EDA9
Complementary color
Monochromatic Colors of #D6EDA9
Black with #D6EDA9
Text Example
Text Example
White with #D6EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDA9; }
p { color: rgb(214,237,169); }
H1.HeaderClassName
{
color: #D6EDA9;
}
.AnyTagClassName
{
color: #D6EDA9;
}
</style>
background-color css
<style>
a { background-color: #D6EDA9; }
a { background-color: rgb(214,237,169); }
div.DivClassName
{
background-color: #D6EDA9;
}
.BgClassName
{
background-color: #D6EDA9;
}
</style>
border-color css
<style>
span { border-color: #D6EDA9; }
span { border-color: rgb(214,237,169); }
td.TdClassName
{
border-color: #D6EDA9;
}
.TagClassName
{
border-color: #D6EDA9;
}
</style>