Shades of Reef #D0E8AC
Tints of Reef #D0E8AC
RGB
CMYK
RGB Variations
Color information
#D0E8AC (or 0xD0E8AC) is known color: Reef. HEX triplet: D0, E8 and AC. RGB value is (208,232,172). Sum of RGB (Red+Green+Blue) = 208+232+172=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E8AC is #2F1753. Grayscale: #DADADA. Windows color (decimal): -3086164 or 11331792. OLE color: 11331792.
HSL color Cylindrical-coordinate representation of color #D0E8AC: hue angle of 84º degrees, saturation: 0.57, 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 #D0E8AC is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 172 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.09 |
| HSL | 84º | 0.57% | 0.79% | - |
| HSV(B) | 84º | 0.26% | 0.91% | - |
| XYZ | 62.32 | 74.1 | 50.05 | - |
| YUV | 217.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 172 | 0.10 | 0 | 0.26 | 0.09 | 84 | 0.57 | 0.79 |
| Hex | D0 | E8 | AC | A | 0 | 1A | 9 | 54 | 39 | 4F |
| Octal | 320 | 350 | 254 | 12 | 0 | 32 | 11 | 124 | 71 | 117 |
| Binary | 11010000 | 11101000 | 10101100 | 1010 | 0 | 11010 | 1001 | 1010100 | 111001 | 1001111 |
Color Harmonies of #D0E8AC
Complementary color
Monochromatic Colors of #D0E8AC
Black with #D0E8AC
Text Example
Text Example
White with #D0E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8AC; }
p { color: rgb(208,232,172); }
H1.HeaderClassName
{
color: #D0E8AC;
}
.AnyTagClassName
{
color: #D0E8AC;
}
</style>
background-color css
<style>
a { background-color: #D0E8AC; }
a { background-color: rgb(208,232,172); }
div.DivClassName
{
background-color: #D0E8AC;
}
.BgClassName
{
background-color: #D0E8AC;
}
</style>
border-color css
<style>
span { border-color: #D0E8AC; }
span { border-color: rgb(208,232,172); }
td.TdClassName
{
border-color: #D0E8AC;
}
.TagClassName
{
border-color: #D0E8AC;
}
</style>