Shades of Reef #D3E5A2
Tints of Reef #D3E5A2
RGB
CMYK
RGB Variations
Color information
#D3E5A2 (or 0xD3E5A2) is known color: Reef. HEX triplet: D3, E5 and A2. RGB value is (211,229,162). Sum of RGB (Red+Green+Blue) = 211+229+162=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E5A2 is #2C1A5D. Grayscale: #D8D8D8. Windows color (decimal): -2890334 or 10675667. OLE color: 10675667.
HSL color Cylindrical-coordinate representation of color #D3E5A2: hue angle of 76.12º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3E5A2 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 162 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.10 |
| HSL | 76.12º | 0.56% | 0.77% | - |
| HSV(B) | 76.12º | 0.29% | 0.9% | - |
| XYZ | 61.4 | 72.5 | 44.94 | - |
| YUV | 215.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 162 | 0.08 | 0 | 0.29 | 0.10 | 76.12 | 0.56 | 0.77 |
| Hex | D3 | E5 | A2 | 8 | 0 | 1D | A | 4C | 38 | 4D |
| Octal | 323 | 345 | 242 | 10 | 0 | 35 | 12 | 114 | 70 | 115 |
| Binary | 11010011 | 11100101 | 10100010 | 1000 | 0 | 11101 | 1010 | 1001100 | 111000 | 1001101 |
Color Harmonies of #D3E5A2
Complementary color
Monochromatic Colors of #D3E5A2
Black with #D3E5A2
Text Example
Text Example
White with #D3E5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5A2; }
p { color: rgb(211,229,162); }
H1.HeaderClassName
{
color: #D3E5A2;
}
.AnyTagClassName
{
color: #D3E5A2;
}
</style>
background-color css
<style>
a { background-color: #D3E5A2; }
a { background-color: rgb(211,229,162); }
div.DivClassName
{
background-color: #D3E5A2;
}
.BgClassName
{
background-color: #D3E5A2;
}
</style>
border-color css
<style>
span { border-color: #D3E5A2; }
span { border-color: rgb(211,229,162); }
td.TdClassName
{
border-color: #D3E5A2;
}
.TagClassName
{
border-color: #D3E5A2;
}
</style>