Shades of Reef #D4E3AE
Tints of Reef #D4E3AE
RGB
CMYK
RGB Variations
Color information
#D4E3AE (or 0xD4E3AE) is known color: Reef. HEX triplet: D4, E3 and AE. RGB value is (212,227,174). Sum of RGB (Red+Green+Blue) = 212+227+174=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E3AE is #2B1C51. Grayscale: #D8D8D8. Windows color (decimal): -2825298 or 11461588. OLE color: 11461588.
HSL color Cylindrical-coordinate representation of color #D4E3AE: hue angle of 76.98º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4E3AE is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 174 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.11 |
| HSL | 76.98º | 0.49% | 0.79% | - |
| HSV(B) | 76.98º | 0.23% | 0.89% | - |
| XYZ | 62.26 | 71.99 | 50.66 | - |
| YUV | 216.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 174 | 0.07 | 0 | 0.23 | 0.11 | 76.98 | 0.49 | 0.79 |
| Hex | D4 | E3 | AE | 7 | 0 | 17 | B | 4D | 31 | 4F |
| Octal | 324 | 343 | 256 | 7 | 0 | 27 | 13 | 115 | 61 | 117 |
| Binary | 11010100 | 11100011 | 10101110 | 111 | 0 | 10111 | 1011 | 1001101 | 110001 | 1001111 |
Color Harmonies of #D4E3AE
Complementary color
Monochromatic Colors of #D4E3AE
Black with #D4E3AE
Text Example
Text Example
White with #D4E3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E3AE; }
p { color: rgb(212,227,174); }
H1.HeaderClassName
{
color: #D4E3AE;
}
.AnyTagClassName
{
color: #D4E3AE;
}
</style>
background-color css
<style>
a { background-color: #D4E3AE; }
a { background-color: rgb(212,227,174); }
div.DivClassName
{
background-color: #D4E3AE;
}
.BgClassName
{
background-color: #D4E3AE;
}
</style>
border-color css
<style>
span { border-color: #D4E3AE; }
span { border-color: rgb(212,227,174); }
td.TdClassName
{
border-color: #D4E3AE;
}
.TagClassName
{
border-color: #D4E3AE;
}
</style>