Shades of Reef #D0E7AD
Tints of Reef #D0E7AD
RGB
CMYK
RGB Variations
Color information
#D0E7AD (or 0xD0E7AD) is known color: Reef. HEX triplet: D0, E7 and AD. RGB value is (208,231,173). Sum of RGB (Red+Green+Blue) = 208+231+173=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E7AD is #2F1852. Grayscale: #D9D9D9. Windows color (decimal): -3086419 or 11397072. OLE color: 11397072.
HSL color Cylindrical-coordinate representation of color #D0E7AD: hue angle of 83.79º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0E7AD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 173 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.09 |
| HSL | 83.79º | 0.55% | 0.79% | - |
| HSV(B) | 83.79º | 0.25% | 0.91% | - |
| XYZ | 62.13 | 73.58 | 50.46 | - |
| YUV | 217.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 173 | 0.10 | 0 | 0.25 | 0.09 | 83.79 | 0.55 | 0.79 |
| Hex | D0 | E7 | AD | A | 0 | 19 | 9 | 54 | 37 | 4F |
| Octal | 320 | 347 | 255 | 12 | 0 | 31 | 11 | 124 | 67 | 117 |
| Binary | 11010000 | 11100111 | 10101101 | 1010 | 0 | 11001 | 1001 | 1010100 | 110111 | 1001111 |
Color Harmonies of #D0E7AD
Complementary color
Monochromatic Colors of #D0E7AD
Black with #D0E7AD
Text Example
Text Example
White with #D0E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7AD; }
p { color: rgb(208,231,173); }
H1.HeaderClassName
{
color: #D0E7AD;
}
.AnyTagClassName
{
color: #D0E7AD;
}
</style>
background-color css
<style>
a { background-color: #D0E7AD; }
a { background-color: rgb(208,231,173); }
div.DivClassName
{
background-color: #D0E7AD;
}
.BgClassName
{
background-color: #D0E7AD;
}
</style>
border-color css
<style>
span { border-color: #D0E7AD; }
span { border-color: rgb(208,231,173); }
td.TdClassName
{
border-color: #D0E7AD;
}
.TagClassName
{
border-color: #D0E7AD;
}
</style>