Shades of Reef #D3ECAE
Tints of Reef #D3ECAE
RGB
CMYK
RGB Variations
Color information
#D3ECAE (or 0xD3ECAE) is known color: Reef. HEX triplet: D3, EC and AE. RGB value is (211,236,174). Sum of RGB (Red+Green+Blue) = 211+236+174=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ECAE is #2C1351. Grayscale: #DDDDDD. Windows color (decimal): -2888530 or 11463891. OLE color: 11463891.
HSL color Cylindrical-coordinate representation of color #D3ECAE: hue angle of 84.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3ECAE is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 174 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 84.19º | 0.62% | 0.8% | - |
| HSV(B) | 84.19º | 0.26% | 0.93% | - |
| XYZ | 64.5 | 76.9 | 51.49 | - |
| YUV | 221.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 174 | 0.11 | 0 | 0.26 | 0.07 | 84.19 | 0.62 | 0.8 |
| Hex | D3 | EC | AE | B | 0 | 1A | 7 | 54 | 3E | 50 |
| Octal | 323 | 354 | 256 | 13 | 0 | 32 | 7 | 124 | 76 | 120 |
| Binary | 11010011 | 11101100 | 10101110 | 1011 | 0 | 11010 | 111 | 1010100 | 111110 | 1010000 |
Color Harmonies of #D3ECAE
Complementary color
Monochromatic Colors of #D3ECAE
Black with #D3ECAE
Text Example
Text Example
White with #D3ECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECAE; }
p { color: rgb(211,236,174); }
H1.HeaderClassName
{
color: #D3ECAE;
}
.AnyTagClassName
{
color: #D3ECAE;
}
</style>
background-color css
<style>
a { background-color: #D3ECAE; }
a { background-color: rgb(211,236,174); }
div.DivClassName
{
background-color: #D3ECAE;
}
.BgClassName
{
background-color: #D3ECAE;
}
</style>
border-color css
<style>
span { border-color: #D3ECAE; }
span { border-color: rgb(211,236,174); }
td.TdClassName
{
border-color: #D3ECAE;
}
.TagClassName
{
border-color: #D3ECAE;
}
</style>