Shades of Reef #D5E3A6
Tints of Reef #D5E3A6
RGB
CMYK
RGB Variations
Color information
#D5E3A6 (or 0xD5E3A6) is known color: Reef. HEX triplet: D5, E3 and A6. RGB value is (213,227,166). Sum of RGB (Red+Green+Blue) = 213+227+166=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E3A6 is #2A1C59. Grayscale: #D8D8D8. Windows color (decimal): -2759770 or 10937301. OLE color: 10937301.
HSL color Cylindrical-coordinate representation of color #D5E3A6: hue angle of 73.77º 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 #D5E3A6 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 166 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.11 |
| HSL | 73.77º | 0.52% | 0.77% | - |
| HSV(B) | 73.77º | 0.27% | 0.89% | - |
| XYZ | 61.79 | 71.84 | 46.69 | - |
| YUV | 215.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 166 | 0.06 | 0 | 0.27 | 0.11 | 73.77 | 0.52 | 0.77 |
| Hex | D5 | E3 | A6 | 6 | 0 | 1B | B | 4A | 34 | 4D |
| Octal | 325 | 343 | 246 | 6 | 0 | 33 | 13 | 112 | 64 | 115 |
| Binary | 11010101 | 11100011 | 10100110 | 110 | 0 | 11011 | 1011 | 1001010 | 110100 | 1001101 |
Color Harmonies of #D5E3A6
Complementary color
Monochromatic Colors of #D5E3A6
Black with #D5E3A6
Text Example
Text Example
White with #D5E3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3A6; }
p { color: rgb(213,227,166); }
H1.HeaderClassName
{
color: #D5E3A6;
}
.AnyTagClassName
{
color: #D5E3A6;
}
</style>
background-color css
<style>
a { background-color: #D5E3A6; }
a { background-color: rgb(213,227,166); }
div.DivClassName
{
background-color: #D5E3A6;
}
.BgClassName
{
background-color: #D5E3A6;
}
</style>
border-color css
<style>
span { border-color: #D5E3A6; }
span { border-color: rgb(213,227,166); }
td.TdClassName
{
border-color: #D5E3A6;
}
.TagClassName
{
border-color: #D5E3A6;
}
</style>