Shades of Reef #D0E9AC
Tints of Reef #D0E9AC
RGB
CMYK
RGB Variations
Color information
#D0E9AC (or 0xD0E9AC) is known color: Reef. HEX triplet: D0, E9 and AC. RGB value is (208,233,172). Sum of RGB (Red+Green+Blue) = 208+233+172=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E9AC is #2F1653. Grayscale: #DADADA. Windows color (decimal): -3085908 or 11332048. OLE color: 11332048.
HSL color Cylindrical-coordinate representation of color #D0E9AC: hue angle of 84.59º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0E9AC is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 172 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.09 |
| HSL | 84.59º | 0.58% | 0.79% | - |
| HSV(B) | 84.59º | 0.26% | 0.91% | - |
| XYZ | 62.6 | 74.67 | 50.14 | - |
| YUV | 218.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 172 | 0.11 | 0 | 0.26 | 0.09 | 84.59 | 0.58 | 0.79 |
| Hex | D0 | E9 | AC | B | 0 | 1A | 9 | 55 | 3A | 4F |
| Octal | 320 | 351 | 254 | 13 | 0 | 32 | 11 | 125 | 72 | 117 |
| Binary | 11010000 | 11101001 | 10101100 | 1011 | 0 | 11010 | 1001 | 1010101 | 111010 | 1001111 |
Color Harmonies of #D0E9AC
Complementary color
Monochromatic Colors of #D0E9AC
Black with #D0E9AC
Text Example
Text Example
White with #D0E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9AC; }
p { color: rgb(208,233,172); }
H1.HeaderClassName
{
color: #D0E9AC;
}
.AnyTagClassName
{
color: #D0E9AC;
}
</style>
background-color css
<style>
a { background-color: #D0E9AC; }
a { background-color: rgb(208,233,172); }
div.DivClassName
{
background-color: #D0E9AC;
}
.BgClassName
{
background-color: #D0E9AC;
}
</style>
border-color css
<style>
span { border-color: #D0E9AC; }
span { border-color: rgb(208,233,172); }
td.TdClassName
{
border-color: #D0E9AC;
}
.TagClassName
{
border-color: #D0E9AC;
}
</style>