Shades of Reef #D5EFA6
Tints of Reef #D5EFA6
RGB
CMYK
RGB Variations
Color information
#D5EFA6 (or 0xD5EFA6) is known color: Reef. HEX triplet: D5, EF and A6. RGB value is (213,239,166). Sum of RGB (Red+Green+Blue) = 213+239+166=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA6 is #2A1059. Grayscale: #DFDFDF. Windows color (decimal): -2756698 or 10940373. OLE color: 10940373.
HSL color Cylindrical-coordinate representation of color #D5EFA6: hue angle of 81.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5EFA6 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 166 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.06 |
| HSL | 81.37º | 0.7% | 0.79% | - |
| HSV(B) | 81.37º | 0.31% | 0.94% | - |
| XYZ | 65.19 | 78.63 | 47.82 | - |
| YUV | 222.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 166 | 0.11 | 0 | 0.31 | 0.06 | 81.37 | 0.7 | 0.79 |
| Hex | D5 | EF | A6 | B | 0 | 1F | 6 | 51 | 46 | 4F |
| Octal | 325 | 357 | 246 | 13 | 0 | 37 | 6 | 121 | 106 | 117 |
| Binary | 11010101 | 11101111 | 10100110 | 1011 | 0 | 11111 | 110 | 1010001 | 1000110 | 1001111 |
Color Harmonies of #D5EFA6
Complementary color
Monochromatic Colors of #D5EFA6
Black with #D5EFA6
Text Example
Text Example
White with #D5EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA6; }
p { color: rgb(213,239,166); }
H1.HeaderClassName
{
color: #D5EFA6;
}
.AnyTagClassName
{
color: #D5EFA6;
}
</style>
background-color css
<style>
a { background-color: #D5EFA6; }
a { background-color: rgb(213,239,166); }
div.DivClassName
{
background-color: #D5EFA6;
}
.BgClassName
{
background-color: #D5EFA6;
}
</style>
border-color css
<style>
span { border-color: #D5EFA6; }
span { border-color: rgb(213,239,166); }
td.TdClassName
{
border-color: #D5EFA6;
}
.TagClassName
{
border-color: #D5EFA6;
}
</style>