Shades of Reef #D0EB8F
Tints of Reef #D0EB8F
RGB
CMYK
RGB Variations
Color information
#D0EB8F (or 0xD0EB8F) is known color: Reef. HEX triplet: D0, EB and 8F. RGB value is (208,235,143). Sum of RGB (Red+Green+Blue) = 208+235+143=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB8F is #2F1470. Grayscale: #D8D8D8. Windows color (decimal): -3085425 or 9432016. OLE color: 9432016.
HSL color Cylindrical-coordinate representation of color #D0EB8F: hue angle of 77.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0EB8F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 143 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.08 |
| HSL | 77.61º | 0.7% | 0.74% | - |
| HSV(B) | 77.61º | 0.39% | 0.92% | - |
| XYZ | 60.68 | 74.81 | 37.23 | - |
| YUV | 216.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 143 | 0.11 | 0 | 0.39 | 0.08 | 77.61 | 0.7 | 0.74 |
| Hex | D0 | EB | 8F | B | 0 | 27 | 8 | 4E | 46 | 4A |
| Octal | 320 | 353 | 217 | 13 | 0 | 47 | 10 | 116 | 106 | 112 |
| Binary | 11010000 | 11101011 | 10001111 | 1011 | 0 | 100111 | 1000 | 1001110 | 1000110 | 1001010 |
Color Harmonies of #D0EB8F
Complementary color
Monochromatic Colors of #D0EB8F
Black with #D0EB8F
Text Example
Text Example
White with #D0EB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB8F; }
p { color: rgb(208,235,143); }
H1.HeaderClassName
{
color: #D0EB8F;
}
.AnyTagClassName
{
color: #D0EB8F;
}
</style>
background-color css
<style>
a { background-color: #D0EB8F; }
a { background-color: rgb(208,235,143); }
div.DivClassName
{
background-color: #D0EB8F;
}
.BgClassName
{
background-color: #D0EB8F;
}
</style>
border-color css
<style>
span { border-color: #D0EB8F; }
span { border-color: rgb(208,235,143); }
td.TdClassName
{
border-color: #D0EB8F;
}
.TagClassName
{
border-color: #D0EB8F;
}
</style>