Shades of Reef #D3E5AE
Tints of Reef #D3E5AE
RGB
CMYK
RGB Variations
Color information
#D3E5AE (or 0xD3E5AE) is known color: Reef. HEX triplet: D3, E5 and AE. RGB value is (211,229,174). Sum of RGB (Red+Green+Blue) = 211+229+174=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E5AE is #2C1A51. Grayscale: #D9D9D9. Windows color (decimal): -2890322 or 11462099. OLE color: 11462099.
HSL color Cylindrical-coordinate representation of color #D3E5AE: hue angle of 79.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3E5AE is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 174 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.10 |
| HSL | 79.64º | 0.51% | 0.79% | - |
| HSV(B) | 79.64º | 0.24% | 0.9% | - |
| XYZ | 62.52 | 72.94 | 50.83 | - |
| YUV | 217.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 174 | 0.08 | 0 | 0.24 | 0.10 | 79.64 | 0.51 | 0.79 |
| Hex | D3 | E5 | AE | 8 | 0 | 18 | A | 50 | 33 | 4F |
| Octal | 323 | 345 | 256 | 10 | 0 | 30 | 12 | 120 | 63 | 117 |
| Binary | 11010011 | 11100101 | 10101110 | 1000 | 0 | 11000 | 1010 | 1010000 | 110011 | 1001111 |
Color Harmonies of #D3E5AE
Complementary color
Monochromatic Colors of #D3E5AE
Black with #D3E5AE
Text Example
Text Example
White with #D3E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5AE; }
p { color: rgb(211,229,174); }
H1.HeaderClassName
{
color: #D3E5AE;
}
.AnyTagClassName
{
color: #D3E5AE;
}
</style>
background-color css
<style>
a { background-color: #D3E5AE; }
a { background-color: rgb(211,229,174); }
div.DivClassName
{
background-color: #D3E5AE;
}
.BgClassName
{
background-color: #D3E5AE;
}
</style>
border-color css
<style>
span { border-color: #D3E5AE; }
span { border-color: rgb(211,229,174); }
td.TdClassName
{
border-color: #D3E5AE;
}
.TagClassName
{
border-color: #D3E5AE;
}
</style>