Shades of Reef #D3EBA4
Tints of Reef #D3EBA4
RGB
CMYK
RGB Variations
Color information
#D3EBA4 (or 0xD3EBA4) is known color: Reef. HEX triplet: D3, EB and A4. RGB value is (211,235,164). Sum of RGB (Red+Green+Blue) = 211+235+164=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EBA4 is #2C145B. Grayscale: #DBDBDB. Windows color (decimal): -2888796 or 10808275. OLE color: 10808275.
HSL color Cylindrical-coordinate representation of color #D3EBA4: hue angle of 80.28º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3EBA4 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 164 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.08 |
| HSL | 80.28º | 0.64% | 0.78% | - |
| HSV(B) | 80.28º | 0.3% | 0.92% | - |
| XYZ | 63.27 | 75.95 | 46.45 | - |
| YUV | 219.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 164 | 0.10 | 0 | 0.30 | 0.08 | 80.28 | 0.64 | 0.78 |
| Hex | D3 | EB | A4 | A | 0 | 1E | 8 | 50 | 40 | 4E |
| Octal | 323 | 353 | 244 | 12 | 0 | 36 | 10 | 120 | 100 | 116 |
| Binary | 11010011 | 11101011 | 10100100 | 1010 | 0 | 11110 | 1000 | 1010000 | 1000000 | 1001110 |
Color Harmonies of #D3EBA4
Complementary color
Monochromatic Colors of #D3EBA4
Black with #D3EBA4
Text Example
Text Example
White with #D3EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBA4; }
p { color: rgb(211,235,164); }
H1.HeaderClassName
{
color: #D3EBA4;
}
.AnyTagClassName
{
color: #D3EBA4;
}
</style>
background-color css
<style>
a { background-color: #D3EBA4; }
a { background-color: rgb(211,235,164); }
div.DivClassName
{
background-color: #D3EBA4;
}
.BgClassName
{
background-color: #D3EBA4;
}
</style>
border-color css
<style>
span { border-color: #D3EBA4; }
span { border-color: rgb(211,235,164); }
td.TdClassName
{
border-color: #D3EBA4;
}
.TagClassName
{
border-color: #D3EBA4;
}
</style>