Shades of Reef #D3DFA0
Tints of Reef #D3DFA0
RGB
CMYK
RGB Variations
Color information
#D3DFA0 (or 0xD3DFA0) is known color: Reef. HEX triplet: D3, DF and A0. RGB value is (211,223,160). Sum of RGB (Red+Green+Blue) = 211+223+160=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFA0 is #2C205F. Grayscale: #D4D4D4. Windows color (decimal): -2891872 or 10543059. OLE color: 10543059.
HSL color Cylindrical-coordinate representation of color #D3DFA0: hue angle of 71.43º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3DFA0 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 160 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 71.43º | 0.5% | 0.75% | - |
| HSV(B) | 71.43º | 0.28% | 0.87% | - |
| XYZ | 59.6 | 69.16 | 43.47 | - |
| YUV | 212.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 160 | 0.05 | 0 | 0.28 | 0.13 | 71.43 | 0.5 | 0.75 |
| Hex | D3 | DF | A0 | 5 | 0 | 1C | D | 47 | 32 | 4B |
| Octal | 323 | 337 | 240 | 5 | 0 | 34 | 15 | 107 | 62 | 113 |
| Binary | 11010011 | 11011111 | 10100000 | 101 | 0 | 11100 | 1101 | 1000111 | 110010 | 1001011 |
Color Harmonies of #D3DFA0
Complementary color
Monochromatic Colors of #D3DFA0
Black with #D3DFA0
Text Example
Text Example
White with #D3DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFA0; }
p { color: rgb(211,223,160); }
H1.HeaderClassName
{
color: #D3DFA0;
}
.AnyTagClassName
{
color: #D3DFA0;
}
</style>
background-color css
<style>
a { background-color: #D3DFA0; }
a { background-color: rgb(211,223,160); }
div.DivClassName
{
background-color: #D3DFA0;
}
.BgClassName
{
background-color: #D3DFA0;
}
</style>
border-color css
<style>
span { border-color: #D3DFA0; }
span { border-color: rgb(211,223,160); }
td.TdClassName
{
border-color: #D3DFA0;
}
.TagClassName
{
border-color: #D3DFA0;
}
</style>