Shades of Reef #D5E3AF
Tints of Reef #D5E3AF
RGB
CMYK
RGB Variations
Color information
#D5E3AF (or 0xD5E3AF) is known color: Reef. HEX triplet: D5, E3 and AF. RGB value is (213,227,175). Sum of RGB (Red+Green+Blue) = 213+227+175=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E3AF is #2A1C50. Grayscale: #D9D9D9. Windows color (decimal): -2759761 or 11527125. OLE color: 11527125.
HSL color Cylindrical-coordinate representation of color #D5E3AF: hue angle of 76.15º 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 #D5E3AF is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 175 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.11 |
| HSL | 76.15º | 0.48% | 0.79% | - |
| HSV(B) | 76.15º | 0.23% | 0.89% | - |
| XYZ | 62.65 | 72.18 | 51.19 | - |
| YUV | 216.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 175 | 0.06 | 0 | 0.23 | 0.11 | 76.15 | 0.48 | 0.79 |
| Hex | D5 | E3 | AF | 6 | 0 | 17 | B | 4C | 30 | 4F |
| Octal | 325 | 343 | 257 | 6 | 0 | 27 | 13 | 114 | 60 | 117 |
| Binary | 11010101 | 11100011 | 10101111 | 110 | 0 | 10111 | 1011 | 1001100 | 110000 | 1001111 |
Color Harmonies of #D5E3AF
Complementary color
Monochromatic Colors of #D5E3AF
Black with #D5E3AF
Text Example
Text Example
White with #D5E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E3AF; }
p { color: rgb(213,227,175); }
H1.HeaderClassName
{
color: #D5E3AF;
}
.AnyTagClassName
{
color: #D5E3AF;
}
</style>
background-color css
<style>
a { background-color: #D5E3AF; }
a { background-color: rgb(213,227,175); }
div.DivClassName
{
background-color: #D5E3AF;
}
.BgClassName
{
background-color: #D5E3AF;
}
</style>
border-color css
<style>
span { border-color: #D5E3AF; }
span { border-color: rgb(213,227,175); }
td.TdClassName
{
border-color: #D5E3AF;
}
.TagClassName
{
border-color: #D5E3AF;
}
</style>