Shades of Reef #D3E3A6
Tints of Reef #D3E3A6
RGB
CMYK
RGB Variations
Color information
#D3E3A6 (or 0xD3E3A6) is known color: Reef. HEX triplet: D3, E3 and A6. RGB value is (211,227,166). Sum of RGB (Red+Green+Blue) = 211+227+166=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E3A6 is #2C1C59. Grayscale: #D7D7D7. Windows color (decimal): -2890842 or 10937299. OLE color: 10937299.
HSL color Cylindrical-coordinate representation of color #D3E3A6: hue angle of 75.74º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3E3A6 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 166 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.11 |
| HSL | 75.74º | 0.52% | 0.77% | - |
| HSV(B) | 75.74º | 0.27% | 0.89% | - |
| XYZ | 61.22 | 71.54 | 46.66 | - |
| YUV | 215.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 166 | 0.07 | 0 | 0.27 | 0.11 | 75.74 | 0.52 | 0.77 |
| Hex | D3 | E3 | A6 | 7 | 0 | 1B | B | 4C | 34 | 4D |
| Octal | 323 | 343 | 246 | 7 | 0 | 33 | 13 | 114 | 64 | 115 |
| Binary | 11010011 | 11100011 | 10100110 | 111 | 0 | 11011 | 1011 | 1001100 | 110100 | 1001101 |
Color Harmonies of #D3E3A6
Complementary color
Monochromatic Colors of #D3E3A6
Black with #D3E3A6
Text Example
Text Example
White with #D3E3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3A6; }
p { color: rgb(211,227,166); }
H1.HeaderClassName
{
color: #D3E3A6;
}
.AnyTagClassName
{
color: #D3E3A6;
}
</style>
background-color css
<style>
a { background-color: #D3E3A6; }
a { background-color: rgb(211,227,166); }
div.DivClassName
{
background-color: #D3E3A6;
}
.BgClassName
{
background-color: #D3E3A6;
}
</style>
border-color css
<style>
span { border-color: #D3E3A6; }
span { border-color: rgb(211,227,166); }
td.TdClassName
{
border-color: #D3E3A6;
}
.TagClassName
{
border-color: #D3E3A6;
}
</style>