Shades of Reef #D3E3AD
Tints of Reef #D3E3AD
RGB
CMYK
RGB Variations
Color information
#D3E3AD (or 0xD3E3AD) is known color: Reef. HEX triplet: D3, E3 and AD. RGB value is (211,227,173). Sum of RGB (Red+Green+Blue) = 211+227+173=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E3AD is #2C1C52. Grayscale: #D8D8D8. Windows color (decimal): -2890835 or 11396051. OLE color: 11396051.
HSL color Cylindrical-coordinate representation of color #D3E3AD: hue angle of 77.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3E3AD is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 173 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.11 |
| HSL | 77.78º | 0.49% | 0.78% | - |
| HSV(B) | 77.78º | 0.24% | 0.89% | - |
| XYZ | 61.88 | 71.8 | 50.13 | - |
| YUV | 216.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 173 | 0.07 | 0 | 0.24 | 0.11 | 77.78 | 0.49 | 0.78 |
| Hex | D3 | E3 | AD | 7 | 0 | 18 | B | 4E | 31 | 4E |
| Octal | 323 | 343 | 255 | 7 | 0 | 30 | 13 | 116 | 61 | 116 |
| Binary | 11010011 | 11100011 | 10101101 | 111 | 0 | 11000 | 1011 | 1001110 | 110001 | 1001110 |
Color Harmonies of #D3E3AD
Complementary color
Monochromatic Colors of #D3E3AD
Black with #D3E3AD
Text Example
Text Example
White with #D3E3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3AD; }
p { color: rgb(211,227,173); }
H1.HeaderClassName
{
color: #D3E3AD;
}
.AnyTagClassName
{
color: #D3E3AD;
}
</style>
background-color css
<style>
a { background-color: #D3E3AD; }
a { background-color: rgb(211,227,173); }
div.DivClassName
{
background-color: #D3E3AD;
}
.BgClassName
{
background-color: #D3E3AD;
}
</style>
border-color css
<style>
span { border-color: #D3E3AD; }
span { border-color: rgb(211,227,173); }
td.TdClassName
{
border-color: #D3E3AD;
}
.TagClassName
{
border-color: #D3E3AD;
}
</style>