Shades of Reef #D8ECAC
Tints of Reef #D8ECAC
RGB
CMYK
RGB Variations
Color information
#D8ECAC (or 0xD8ECAC) is known color: Reef. HEX triplet: D8, EC and AC. RGB value is (216,236,172). Sum of RGB (Red+Green+Blue) = 216+236+172=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ECAC is #271353. Grayscale: #DEDEDE. Windows color (decimal): -2560852 or 11332824. OLE color: 11332824.
HSL color Cylindrical-coordinate representation of color #D8ECAC: hue angle of 78.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8ECAC is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 172 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.07 |
| HSL | 78.75º | 0.63% | 0.8% | - |
| HSV(B) | 78.75º | 0.27% | 0.93% | - |
| XYZ | 65.76 | 77.57 | 50.54 | - |
| YUV | 222.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 172 | 0.08 | 0 | 0.27 | 0.07 | 78.75 | 0.63 | 0.8 |
| Hex | D8 | EC | AC | 8 | 0 | 1B | 7 | 4F | 3F | 50 |
| Octal | 330 | 354 | 254 | 10 | 0 | 33 | 7 | 117 | 77 | 120 |
| Binary | 11011000 | 11101100 | 10101100 | 1000 | 0 | 11011 | 111 | 1001111 | 111111 | 1010000 |
Color Harmonies of #D8ECAC
Complementary color
Monochromatic Colors of #D8ECAC
Black with #D8ECAC
Text Example
Text Example
White with #D8ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ECAC; }
p { color: rgb(216,236,172); }
H1.HeaderClassName
{
color: #D8ECAC;
}
.AnyTagClassName
{
color: #D8ECAC;
}
</style>
background-color css
<style>
a { background-color: #D8ECAC; }
a { background-color: rgb(216,236,172); }
div.DivClassName
{
background-color: #D8ECAC;
}
.BgClassName
{
background-color: #D8ECAC;
}
</style>
border-color css
<style>
span { border-color: #D8ECAC; }
span { border-color: rgb(216,236,172); }
td.TdClassName
{
border-color: #D8ECAC;
}
.TagClassName
{
border-color: #D8ECAC;
}
</style>