Shades of Reef #D3EAA1
Tints of Reef #D3EAA1
RGB
CMYK
RGB Variations
Color information
#D3EAA1 (or 0xD3EAA1) is known color: Reef. HEX triplet: D3, EA and A1. RGB value is (211,234,161). Sum of RGB (Red+Green+Blue) = 211+234+161=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EAA1 is #2C155E. Grayscale: #DBDBDB. Windows color (decimal): -2889055 or 10611411. OLE color: 10611411.
HSL color Cylindrical-coordinate representation of color #D3EAA1: hue angle of 78.9º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3EAA1 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 161 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.08 |
| HSL | 78.9º | 0.63% | 0.77% | - |
| HSV(B) | 78.9º | 0.31% | 0.92% | - |
| XYZ | 62.72 | 75.27 | 44.94 | - |
| YUV | 218.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 161 | 0.10 | 0 | 0.31 | 0.08 | 78.9 | 0.63 | 0.77 |
| Hex | D3 | EA | A1 | A | 0 | 1F | 8 | 4F | 3F | 4D |
| Octal | 323 | 352 | 241 | 12 | 0 | 37 | 10 | 117 | 77 | 115 |
| Binary | 11010011 | 11101010 | 10100001 | 1010 | 0 | 11111 | 1000 | 1001111 | 111111 | 1001101 |
Color Harmonies of #D3EAA1
Complementary color
Monochromatic Colors of #D3EAA1
Black with #D3EAA1
Text Example
Text Example
White with #D3EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAA1; }
p { color: rgb(211,234,161); }
H1.HeaderClassName
{
color: #D3EAA1;
}
.AnyTagClassName
{
color: #D3EAA1;
}
</style>
background-color css
<style>
a { background-color: #D3EAA1; }
a { background-color: rgb(211,234,161); }
div.DivClassName
{
background-color: #D3EAA1;
}
.BgClassName
{
background-color: #D3EAA1;
}
</style>
border-color css
<style>
span { border-color: #D3EAA1; }
span { border-color: rgb(211,234,161); }
td.TdClassName
{
border-color: #D3EAA1;
}
.TagClassName
{
border-color: #D3EAA1;
}
</style>