Shades of Reef #D3E0A6
Tints of Reef #D3E0A6
RGB
CMYK
RGB Variations
Color information
#D3E0A6 (or 0xD3E0A6) is known color: Reef. HEX triplet: D3, E0 and A6. RGB value is (211,224,166). Sum of RGB (Red+Green+Blue) = 211+224+166=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E0A6 is #2C1F59. Grayscale: #D5D5D5. Windows color (decimal): -2891610 or 10936531. OLE color: 10936531.
HSL color Cylindrical-coordinate representation of color #D3E0A6: hue angle of 73.45º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3E0A6 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 166 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.12 |
| HSL | 73.45º | 0.48% | 0.76% | - |
| HSV(B) | 73.45º | 0.26% | 0.88% | - |
| XYZ | 60.4 | 69.91 | 46.39 | - |
| YUV | 213.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 166 | 0.06 | 0 | 0.26 | 0.12 | 73.45 | 0.48 | 0.76 |
| Hex | D3 | E0 | A6 | 6 | 0 | 1A | C | 49 | 30 | 4C |
| Octal | 323 | 340 | 246 | 6 | 0 | 32 | 14 | 111 | 60 | 114 |
| Binary | 11010011 | 11100000 | 10100110 | 110 | 0 | 11010 | 1100 | 1001001 | 110000 | 1001100 |
Color Harmonies of #D3E0A6
Complementary color
Monochromatic Colors of #D3E0A6
Black with #D3E0A6
Text Example
Text Example
White with #D3E0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0A6; }
p { color: rgb(211,224,166); }
H1.HeaderClassName
{
color: #D3E0A6;
}
.AnyTagClassName
{
color: #D3E0A6;
}
</style>
background-color css
<style>
a { background-color: #D3E0A6; }
a { background-color: rgb(211,224,166); }
div.DivClassName
{
background-color: #D3E0A6;
}
.BgClassName
{
background-color: #D3E0A6;
}
</style>
border-color css
<style>
span { border-color: #D3E0A6; }
span { border-color: rgb(211,224,166); }
td.TdClassName
{
border-color: #D3E0A6;
}
.TagClassName
{
border-color: #D3E0A6;
}
</style>