Shades of Reef #D6EE8D
Tints of Reef #D6EE8D
RGB
CMYK
RGB Variations
Color information
#D6EE8D (or 0xD6EE8D) is known color: Reef. HEX triplet: D6, EE and 8D. RGB value is (214,238,141). Sum of RGB (Red+Green+Blue) = 214+238+141=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EE8D is #291172. Grayscale: #DCDCDC. Windows color (decimal): -2691443 or 9301718. OLE color: 9301718.
HSL color Cylindrical-coordinate representation of color #D6EE8D: hue angle of 74.85º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6EE8D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 141 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.07 |
| HSL | 74.85º | 0.74% | 0.74% | - |
| HSV(B) | 74.85º | 0.41% | 0.93% | - |
| XYZ | 63.11 | 77.37 | 36.81 | - |
| YUV | 219.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 141 | 0.10 | 0 | 0.41 | 0.07 | 74.85 | 0.74 | 0.74 |
| Hex | D6 | EE | 8D | A | 0 | 29 | 7 | 4B | 4A | 4A |
| Octal | 326 | 356 | 215 | 12 | 0 | 51 | 7 | 113 | 112 | 112 |
| Binary | 11010110 | 11101110 | 10001101 | 1010 | 0 | 101001 | 111 | 1001011 | 1001010 | 1001010 |
Color Harmonies of #D6EE8D
Complementary color
Monochromatic Colors of #D6EE8D
Black with #D6EE8D
Text Example
Text Example
White with #D6EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE8D; }
p { color: rgb(214,238,141); }
H1.HeaderClassName
{
color: #D6EE8D;
}
.AnyTagClassName
{
color: #D6EE8D;
}
</style>
background-color css
<style>
a { background-color: #D6EE8D; }
a { background-color: rgb(214,238,141); }
div.DivClassName
{
background-color: #D6EE8D;
}
.BgClassName
{
background-color: #D6EE8D;
}
</style>
border-color css
<style>
span { border-color: #D6EE8D; }
span { border-color: rgb(214,238,141); }
td.TdClassName
{
border-color: #D6EE8D;
}
.TagClassName
{
border-color: #D6EE8D;
}
</style>