Shades of Reef #D8EFA5
Tints of Reef #D8EFA5
RGB
CMYK
RGB Variations
Color information
#D8EFA5 (or 0xD8EFA5) is known color: Reef. HEX triplet: D8, EF and A5. RGB value is (216,239,165). Sum of RGB (Red+Green+Blue) = 216+239+165=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EFA5 is #27105A. Grayscale: #DFDFDF. Windows color (decimal): -2560091 or 10874840. OLE color: 10874840.
HSL color Cylindrical-coordinate representation of color #D8EFA5: hue angle of 78.65º 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 #D8EFA5 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 165 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.06 |
| HSL | 78.65º | 0.7% | 0.79% | - |
| HSV(B) | 78.65º | 0.31% | 0.94% | - |
| XYZ | 65.98 | 79.05 | 47.38 | - |
| YUV | 223.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 165 | 0.10 | 0 | 0.31 | 0.06 | 78.65 | 0.7 | 0.79 |
| Hex | D8 | EF | A5 | A | 0 | 1F | 6 | 4F | 46 | 4F |
| Octal | 330 | 357 | 245 | 12 | 0 | 37 | 6 | 117 | 106 | 117 |
| Binary | 11011000 | 11101111 | 10100101 | 1010 | 0 | 11111 | 110 | 1001111 | 1000110 | 1001111 |
Color Harmonies of #D8EFA5
Complementary color
Monochromatic Colors of #D8EFA5
Black with #D8EFA5
Text Example
Text Example
White with #D8EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFA5; }
p { color: rgb(216,239,165); }
H1.HeaderClassName
{
color: #D8EFA5;
}
.AnyTagClassName
{
color: #D8EFA5;
}
</style>
background-color css
<style>
a { background-color: #D8EFA5; }
a { background-color: rgb(216,239,165); }
div.DivClassName
{
background-color: #D8EFA5;
}
.BgClassName
{
background-color: #D8EFA5;
}
</style>
border-color css
<style>
span { border-color: #D8EFA5; }
span { border-color: rgb(216,239,165); }
td.TdClassName
{
border-color: #D8EFA5;
}
.TagClassName
{
border-color: #D8EFA5;
}
</style>