Shades of Reef #D5EFA8
Tints of Reef #D5EFA8
RGB
CMYK
RGB Variations
Color information
#D5EFA8 (or 0xD5EFA8) is known color: Reef. HEX triplet: D5, EF and A8. RGB value is (213,239,168). Sum of RGB (Red+Green+Blue) = 213+239+168=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA8 is #2A1057. Grayscale: #DFDFDF. Windows color (decimal): -2756696 or 11071445. OLE color: 11071445.
HSL color Cylindrical-coordinate representation of color #D5EFA8: hue angle of 81.97º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5EFA8 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 168 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.06 |
| HSL | 81.97º | 0.69% | 0.8% | - |
| HSV(B) | 81.97º | 0.3% | 0.94% | - |
| XYZ | 65.37 | 78.71 | 48.79 | - |
| YUV | 223.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 168 | 0.11 | 0 | 0.30 | 0.06 | 81.97 | 0.69 | 0.8 |
| Hex | D5 | EF | A8 | B | 0 | 1E | 6 | 52 | 45 | 50 |
| Octal | 325 | 357 | 250 | 13 | 0 | 36 | 6 | 122 | 105 | 120 |
| Binary | 11010101 | 11101111 | 10101000 | 1011 | 0 | 11110 | 110 | 1010010 | 1000101 | 1010000 |
Color Harmonies of #D5EFA8
Complementary color
Monochromatic Colors of #D5EFA8
Black with #D5EFA8
Text Example
Text Example
White with #D5EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA8; }
p { color: rgb(213,239,168); }
H1.HeaderClassName
{
color: #D5EFA8;
}
.AnyTagClassName
{
color: #D5EFA8;
}
</style>
background-color css
<style>
a { background-color: #D5EFA8; }
a { background-color: rgb(213,239,168); }
div.DivClassName
{
background-color: #D5EFA8;
}
.BgClassName
{
background-color: #D5EFA8;
}
</style>
border-color css
<style>
span { border-color: #D5EFA8; }
span { border-color: rgb(213,239,168); }
td.TdClassName
{
border-color: #D5EFA8;
}
.TagClassName
{
border-color: #D5EFA8;
}
</style>