Shades of Reef #D3E3AF
Tints of Reef #D3E3AF
RGB
CMYK
RGB Variations
Color information
#D3E3AF (or 0xD3E3AF) is known color: Reef. HEX triplet: D3, E3 and AF. RGB value is (211,227,175). Sum of RGB (Red+Green+Blue) = 211+227+175=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E3AF is #2C1C50. Grayscale: #D8D8D8. Windows color (decimal): -2890833 or 11527123. OLE color: 11527123.
HSL color Cylindrical-coordinate representation of color #D3E3AF: hue angle of 78.46º degrees, saturation: 0.48, 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 #D3E3AF is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 175 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.11 |
| HSL | 78.46º | 0.48% | 0.79% | - |
| HSV(B) | 78.46º | 0.23% | 0.89% | - |
| XYZ | 62.07 | 71.88 | 51.16 | - |
| YUV | 216.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 175 | 0.07 | 0 | 0.23 | 0.11 | 78.46 | 0.48 | 0.79 |
| Hex | D3 | E3 | AF | 7 | 0 | 17 | B | 4E | 30 | 4F |
| Octal | 323 | 343 | 257 | 7 | 0 | 27 | 13 | 116 | 60 | 117 |
| Binary | 11010011 | 11100011 | 10101111 | 111 | 0 | 10111 | 1011 | 1001110 | 110000 | 1001111 |
Color Harmonies of #D3E3AF
Complementary color
Monochromatic Colors of #D3E3AF
Black with #D3E3AF
Text Example
Text Example
White with #D3E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3AF; }
p { color: rgb(211,227,175); }
H1.HeaderClassName
{
color: #D3E3AF;
}
.AnyTagClassName
{
color: #D3E3AF;
}
</style>
background-color css
<style>
a { background-color: #D3E3AF; }
a { background-color: rgb(211,227,175); }
div.DivClassName
{
background-color: #D3E3AF;
}
.BgClassName
{
background-color: #D3E3AF;
}
</style>
border-color css
<style>
span { border-color: #D3E3AF; }
span { border-color: rgb(211,227,175); }
td.TdClassName
{
border-color: #D3E3AF;
}
.TagClassName
{
border-color: #D3E3AF;
}
</style>