Shades of Reef #D3EFAE
Tints of Reef #D3EFAE
RGB
CMYK
RGB Variations
Color information
#D3EFAE (or 0xD3EFAE) is known color: Reef. HEX triplet: D3, EF and AE. RGB value is (211,239,174). Sum of RGB (Red+Green+Blue) = 211+239+174=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFAE is #2C1051. Grayscale: #DFDFDF. Windows color (decimal): -2887762 or 11464659. OLE color: 11464659.
HSL color Cylindrical-coordinate representation of color #D3EFAE: hue angle of 85.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3EFAE is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 174 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.06 |
| HSL | 85.85º | 0.67% | 0.81% | - |
| HSV(B) | 85.85º | 0.27% | 0.94% | - |
| XYZ | 65.37 | 78.64 | 51.78 | - |
| YUV | 223.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 174 | 0.12 | 0 | 0.27 | 0.06 | 85.85 | 0.67 | 0.81 |
| Hex | D3 | EF | AE | C | 0 | 1B | 6 | 56 | 43 | 51 |
| Octal | 323 | 357 | 256 | 14 | 0 | 33 | 6 | 126 | 103 | 121 |
| Binary | 11010011 | 11101111 | 10101110 | 1100 | 0 | 11011 | 110 | 1010110 | 1000011 | 1010001 |
Color Harmonies of #D3EFAE
Complementary color
Monochromatic Colors of #D3EFAE
Black with #D3EFAE
Text Example
Text Example
White with #D3EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFAE; }
p { color: rgb(211,239,174); }
H1.HeaderClassName
{
color: #D3EFAE;
}
.AnyTagClassName
{
color: #D3EFAE;
}
</style>
background-color css
<style>
a { background-color: #D3EFAE; }
a { background-color: rgb(211,239,174); }
div.DivClassName
{
background-color: #D3EFAE;
}
.BgClassName
{
background-color: #D3EFAE;
}
</style>
border-color css
<style>
span { border-color: #D3EFAE; }
span { border-color: rgb(211,239,174); }
td.TdClassName
{
border-color: #D3EFAE;
}
.TagClassName
{
border-color: #D3EFAE;
}
</style>