Shades of Reef #D3FFA0
Tints of Reef #D3FFA0
RGB
CMYK
RGB Variations
Color information
#D3FFA0 (or 0xD3FFA0) is known color: Reef. HEX triplet: D3, FF and A0. RGB value is (211,255,160). Sum of RGB (Red+Green+Blue) = 211+255+160=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FFA0 is #2C005F. Grayscale: #E7E7E7. Windows color (decimal): -2883680 or 10551251. OLE color: 10551251.
HSL color Cylindrical-coordinate representation of color #D3FFA0: hue angle of 87.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3FFA0 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 160 | - |
| CMYK | 0.17 | 0 | 0.37 | 0 |
| HSL | 87.79º | 1% | 0.81% | - |
| HSV(B) | 87.79º | 0.37% | 1% | - |
| XYZ | 68.97 | 87.91 | 46.59 | - |
| YUV | 231.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 160 | 0.17 | 0 | 0.37 | 0 | 87.79 | 1 | 0.81 |
| Hex | D3 | FF | A0 | 11 | 0 | 25 | 0 | 58 | 64 | 51 |
| Octal | 323 | 377 | 240 | 21 | 0 | 45 | 0 | 130 | 144 | 121 |
| Binary | 11010011 | 11111111 | 10100000 | 10001 | 0 | 100101 | 0 | 1011000 | 1100100 | 1010001 |
Color Harmonies of #D3FFA0
Complementary color
Monochromatic Colors of #D3FFA0
Black with #D3FFA0
Text Example
Text Example
White with #D3FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFA0; }
p { color: rgb(211,255,160); }
H1.HeaderClassName
{
color: #D3FFA0;
}
.AnyTagClassName
{
color: #D3FFA0;
}
</style>
background-color css
<style>
a { background-color: #D3FFA0; }
a { background-color: rgb(211,255,160); }
div.DivClassName
{
background-color: #D3FFA0;
}
.BgClassName
{
background-color: #D3FFA0;
}
</style>
border-color css
<style>
span { border-color: #D3FFA0; }
span { border-color: rgb(211,255,160); }
td.TdClassName
{
border-color: #D3FFA0;
}
.TagClassName
{
border-color: #D3FFA0;
}
</style>