Shades of Reef #D3EBAA
Tints of Reef #D3EBAA
RGB
CMYK
RGB Variations
Color information
#D3EBAA (or 0xD3EBAA) is known color: Reef. HEX triplet: D3, EB and AA. RGB value is (211,235,170). Sum of RGB (Red+Green+Blue) = 211+235+170=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EBAA is #2C1455. Grayscale: #DCDCDC. Windows color (decimal): -2888790 or 11201491. OLE color: 11201491.
HSL color Cylindrical-coordinate representation of color #D3EBAA: hue angle of 82.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3EBAA is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 170 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.08 |
| HSL | 82.15º | 0.62% | 0.79% | - |
| HSV(B) | 82.15º | 0.28% | 0.92% | - |
| XYZ | 63.83 | 76.17 | 49.37 | - |
| YUV | 220.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 170 | 0.10 | 0 | 0.28 | 0.08 | 82.15 | 0.62 | 0.79 |
| Hex | D3 | EB | AA | A | 0 | 1C | 8 | 52 | 3E | 4F |
| Octal | 323 | 353 | 252 | 12 | 0 | 34 | 10 | 122 | 76 | 117 |
| Binary | 11010011 | 11101011 | 10101010 | 1010 | 0 | 11100 | 1000 | 1010010 | 111110 | 1001111 |
Color Harmonies of #D3EBAA
Complementary color
Monochromatic Colors of #D3EBAA
Black with #D3EBAA
Text Example
Text Example
White with #D3EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBAA; }
p { color: rgb(211,235,170); }
H1.HeaderClassName
{
color: #D3EBAA;
}
.AnyTagClassName
{
color: #D3EBAA;
}
</style>
background-color css
<style>
a { background-color: #D3EBAA; }
a { background-color: rgb(211,235,170); }
div.DivClassName
{
background-color: #D3EBAA;
}
.BgClassName
{
background-color: #D3EBAA;
}
</style>
border-color css
<style>
span { border-color: #D3EBAA; }
span { border-color: rgb(211,235,170); }
td.TdClassName
{
border-color: #D3EBAA;
}
.TagClassName
{
border-color: #D3EBAA;
}
</style>