Shades of Reef #D5EFA4
Tints of Reef #D5EFA4
RGB
CMYK
RGB Variations
Color information
#D5EFA4 (or 0xD5EFA4) is known color: Reef. HEX triplet: D5, EF and A4. RGB value is (213,239,164). Sum of RGB (Red+Green+Blue) = 213+239+164=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA4 is #2A105B. Grayscale: #DEDEDE. Windows color (decimal): -2756700 or 10809301. OLE color: 10809301.
HSL color Cylindrical-coordinate representation of color #D5EFA4: hue angle of 80.8º 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 #D5EFA4 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 164 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.06 |
| HSL | 80.8º | 0.7% | 0.79% | - |
| HSV(B) | 80.8º | 0.31% | 0.94% | - |
| XYZ | 65.01 | 78.56 | 46.86 | - |
| YUV | 222.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 164 | 0.11 | 0 | 0.31 | 0.06 | 80.8 | 0.7 | 0.79 |
| Hex | D5 | EF | A4 | B | 0 | 1F | 6 | 51 | 46 | 4F |
| Octal | 325 | 357 | 244 | 13 | 0 | 37 | 6 | 121 | 106 | 117 |
| Binary | 11010101 | 11101111 | 10100100 | 1011 | 0 | 11111 | 110 | 1010001 | 1000110 | 1001111 |
Color Harmonies of #D5EFA4
Complementary color
Monochromatic Colors of #D5EFA4
Black with #D5EFA4
Text Example
Text Example
White with #D5EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA4; }
p { color: rgb(213,239,164); }
H1.HeaderClassName
{
color: #D5EFA4;
}
.AnyTagClassName
{
color: #D5EFA4;
}
</style>
background-color css
<style>
a { background-color: #D5EFA4; }
a { background-color: rgb(213,239,164); }
div.DivClassName
{
background-color: #D5EFA4;
}
.BgClassName
{
background-color: #D5EFA4;
}
</style>
border-color css
<style>
span { border-color: #D5EFA4; }
span { border-color: rgb(213,239,164); }
td.TdClassName
{
border-color: #D5EFA4;
}
.TagClassName
{
border-color: #D5EFA4;
}
</style>