Shades of Reef #D4EBAC
Tints of Reef #D4EBAC
RGB
CMYK
RGB Variations
Color information
#D4EBAC (or 0xD4EBAC) is known color: Reef. HEX triplet: D4, EB and AC. RGB value is (212,235,172). Sum of RGB (Red+Green+Blue) = 212+235+172=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAC is #2B1453. Grayscale: #DDDDDD. Windows color (decimal): -2823252 or 11332564. OLE color: 11332564.
HSL color Cylindrical-coordinate representation of color #D4EBAC: hue angle of 81.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4EBAC is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 172 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.08 |
| HSL | 81.9º | 0.61% | 0.8% | - |
| HSV(B) | 81.9º | 0.27% | 0.92% | - |
| XYZ | 64.31 | 76.39 | 50.39 | - |
| YUV | 220.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 172 | 0.10 | 0 | 0.27 | 0.08 | 81.9 | 0.61 | 0.8 |
| Hex | D4 | EB | AC | A | 0 | 1B | 8 | 52 | 3D | 50 |
| Octal | 324 | 353 | 254 | 12 | 0 | 33 | 10 | 122 | 75 | 120 |
| Binary | 11010100 | 11101011 | 10101100 | 1010 | 0 | 11011 | 1000 | 1010010 | 111101 | 1010000 |
Color Harmonies of #D4EBAC
Complementary color
Monochromatic Colors of #D4EBAC
Black with #D4EBAC
Text Example
Text Example
White with #D4EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EBAC; }
p { color: rgb(212,235,172); }
H1.HeaderClassName
{
color: #D4EBAC;
}
.AnyTagClassName
{
color: #D4EBAC;
}
</style>
background-color css
<style>
a { background-color: #D4EBAC; }
a { background-color: rgb(212,235,172); }
div.DivClassName
{
background-color: #D4EBAC;
}
.BgClassName
{
background-color: #D4EBAC;
}
</style>
border-color css
<style>
span { border-color: #D4EBAC; }
span { border-color: rgb(212,235,172); }
td.TdClassName
{
border-color: #D4EBAC;
}
.TagClassName
{
border-color: #D4EBAC;
}
</style>