Shades of Reef #D0EBA7
Tints of Reef #D0EBA7
RGB
CMYK
RGB Variations
Color information
#D0EBA7 (or 0xD0EBA7) is known color: Reef. HEX triplet: D0, EB and A7. RGB value is (208,235,167). Sum of RGB (Red+Green+Blue) = 208+235+167=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBA7 is #2F1458. Grayscale: #DBDBDB. Windows color (decimal): -3085401 or 11004880. OLE color: 11004880.
HSL color Cylindrical-coordinate representation of color #D0EBA7: hue angle of 83.82º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EBA7 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 167 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.08 |
| HSL | 83.82º | 0.63% | 0.79% | - |
| HSV(B) | 83.82º | 0.29% | 0.92% | - |
| XYZ | 62.7 | 75.62 | 47.85 | - |
| YUV | 219.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 167 | 0.11 | 0 | 0.29 | 0.08 | 83.82 | 0.63 | 0.79 |
| Hex | D0 | EB | A7 | B | 0 | 1D | 8 | 54 | 3F | 4F |
| Octal | 320 | 353 | 247 | 13 | 0 | 35 | 10 | 124 | 77 | 117 |
| Binary | 11010000 | 11101011 | 10100111 | 1011 | 0 | 11101 | 1000 | 1010100 | 111111 | 1001111 |
Color Harmonies of #D0EBA7
Complementary color
Monochromatic Colors of #D0EBA7
Black with #D0EBA7
Text Example
Text Example
White with #D0EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBA7; }
p { color: rgb(208,235,167); }
H1.HeaderClassName
{
color: #D0EBA7;
}
.AnyTagClassName
{
color: #D0EBA7;
}
</style>
background-color css
<style>
a { background-color: #D0EBA7; }
a { background-color: rgb(208,235,167); }
div.DivClassName
{
background-color: #D0EBA7;
}
.BgClassName
{
background-color: #D0EBA7;
}
</style>
border-color css
<style>
span { border-color: #D0EBA7; }
span { border-color: rgb(208,235,167); }
td.TdClassName
{
border-color: #D0EBA7;
}
.TagClassName
{
border-color: #D0EBA7;
}
</style>