Shades of Reef #D0EFA4
Tints of Reef #D0EFA4
RGB
CMYK
RGB Variations
Color information
#D0EFA4 (or 0xD0EFA4) is known color: Reef. HEX triplet: D0, EF and A4. RGB value is (208,239,164). Sum of RGB (Red+Green+Blue) = 208+239+164=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFA4 is #2F105B. Grayscale: #DDDDDD. Windows color (decimal): -3084380 or 10809296. OLE color: 10809296.
HSL color Cylindrical-coordinate representation of color #D0EFA4: hue angle of 84.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 #D0EFA4 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 164 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.06 |
| HSL | 84.8º | 0.7% | 0.79% | - |
| HSV(B) | 84.8º | 0.31% | 0.94% | - |
| XYZ | 63.58 | 77.82 | 46.79 | - |
| YUV | 221.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 164 | 0.13 | 0 | 0.31 | 0.06 | 84.8 | 0.7 | 0.79 |
| Hex | D0 | EF | A4 | D | 0 | 1F | 6 | 55 | 46 | 4F |
| Octal | 320 | 357 | 244 | 15 | 0 | 37 | 6 | 125 | 106 | 117 |
| Binary | 11010000 | 11101111 | 10100100 | 1101 | 0 | 11111 | 110 | 1010101 | 1000110 | 1001111 |
Color Harmonies of #D0EFA4
Complementary color
Monochromatic Colors of #D0EFA4
Black with #D0EFA4
Text Example
Text Example
White with #D0EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFA4; }
p { color: rgb(208,239,164); }
H1.HeaderClassName
{
color: #D0EFA4;
}
.AnyTagClassName
{
color: #D0EFA4;
}
</style>
background-color css
<style>
a { background-color: #D0EFA4; }
a { background-color: rgb(208,239,164); }
div.DivClassName
{
background-color: #D0EFA4;
}
.BgClassName
{
background-color: #D0EFA4;
}
</style>
border-color css
<style>
span { border-color: #D0EFA4; }
span { border-color: rgb(208,239,164); }
td.TdClassName
{
border-color: #D0EFA4;
}
.TagClassName
{
border-color: #D0EFA4;
}
</style>