Shades of Reef #D3E5A5
Tints of Reef #D3E5A5
RGB
CMYK
RGB Variations
Color information
#D3E5A5 (or 0xD3E5A5) is known color: Reef. HEX triplet: D3, E5 and A5. RGB value is (211,229,165). Sum of RGB (Red+Green+Blue) = 211+229+165=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E5A5 is #2C1A5A. Grayscale: #D8D8D8. Windows color (decimal): -2890331 or 10872275. OLE color: 10872275.
HSL color Cylindrical-coordinate representation of color #D3E5A5: hue angle of 76.88º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3E5A5 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 165 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.10 |
| HSL | 76.88º | 0.55% | 0.77% | - |
| HSV(B) | 76.88º | 0.28% | 0.9% | - |
| XYZ | 61.67 | 72.6 | 46.36 | - |
| YUV | 216.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 165 | 0.08 | 0 | 0.28 | 0.10 | 76.88 | 0.55 | 0.77 |
| Hex | D3 | E5 | A5 | 8 | 0 | 1C | A | 4D | 37 | 4D |
| Octal | 323 | 345 | 245 | 10 | 0 | 34 | 12 | 115 | 67 | 115 |
| Binary | 11010011 | 11100101 | 10100101 | 1000 | 0 | 11100 | 1010 | 1001101 | 110111 | 1001101 |
Color Harmonies of #D3E5A5
Complementary color
Monochromatic Colors of #D3E5A5
Black with #D3E5A5
Text Example
Text Example
White with #D3E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5A5; }
p { color: rgb(211,229,165); }
H1.HeaderClassName
{
color: #D3E5A5;
}
.AnyTagClassName
{
color: #D3E5A5;
}
</style>
background-color css
<style>
a { background-color: #D3E5A5; }
a { background-color: rgb(211,229,165); }
div.DivClassName
{
background-color: #D3E5A5;
}
.BgClassName
{
background-color: #D3E5A5;
}
</style>
border-color css
<style>
span { border-color: #D3E5A5; }
span { border-color: rgb(211,229,165); }
td.TdClassName
{
border-color: #D3E5A5;
}
.TagClassName
{
border-color: #D3E5A5;
}
</style>