Shades of Reef #D9EFA5
Tints of Reef #D9EFA5
RGB
CMYK
RGB Variations
Color information
#D9EFA5 (or 0xD9EFA5) is known color: Reef. HEX triplet: D9, EF and A5. RGB value is (217,239,165). Sum of RGB (Red+Green+Blue) = 217+239+165=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFA5 is #26105A. Grayscale: #E0E0E0. Windows color (decimal): -2494555 or 10874841. OLE color: 10874841.
HSL color Cylindrical-coordinate representation of color #D9EFA5: hue angle of 77.84º 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 #D9EFA5 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 165 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.06 |
| HSL | 77.84º | 0.7% | 0.79% | - |
| HSV(B) | 77.84º | 0.31% | 0.94% | - |
| XYZ | 66.27 | 79.2 | 47.39 | - |
| YUV | 223.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 165 | 0.09 | 0 | 0.31 | 0.06 | 77.84 | 0.7 | 0.79 |
| Hex | D9 | EF | A5 | 9 | 0 | 1F | 6 | 4E | 46 | 4F |
| Octal | 331 | 357 | 245 | 11 | 0 | 37 | 6 | 116 | 106 | 117 |
| Binary | 11011001 | 11101111 | 10100101 | 1001 | 0 | 11111 | 110 | 1001110 | 1000110 | 1001111 |
Color Harmonies of #D9EFA5
Complementary color
Monochromatic Colors of #D9EFA5
Black with #D9EFA5
Text Example
Text Example
White with #D9EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFA5; }
p { color: rgb(217,239,165); }
H1.HeaderClassName
{
color: #D9EFA5;
}
.AnyTagClassName
{
color: #D9EFA5;
}
</style>
background-color css
<style>
a { background-color: #D9EFA5; }
a { background-color: rgb(217,239,165); }
div.DivClassName
{
background-color: #D9EFA5;
}
.BgClassName
{
background-color: #D9EFA5;
}
</style>
border-color css
<style>
span { border-color: #D9EFA5; }
span { border-color: rgb(217,239,165); }
td.TdClassName
{
border-color: #D9EFA5;
}
.TagClassName
{
border-color: #D9EFA5;
}
</style>