Shades of Reef #D3DFA1
Tints of Reef #D3DFA1
RGB
CMYK
RGB Variations
Color information
#D3DFA1 (or 0xD3DFA1) is known color: Reef. HEX triplet: D3, DF and A1. RGB value is (211,223,161). Sum of RGB (Red+Green+Blue) = 211+223+161=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFA1 is #2C205E. Grayscale: #D4D4D4. Windows color (decimal): -2891871 or 10608595. OLE color: 10608595.
HSL color Cylindrical-coordinate representation of color #D3DFA1: hue angle of 71.61º degrees, saturation: 0.49, 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 #D3DFA1 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 161 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 71.61º | 0.49% | 0.75% | - |
| HSV(B) | 71.61º | 0.28% | 0.87% | - |
| XYZ | 59.68 | 69.2 | 43.93 | - |
| YUV | 212.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 161 | 0.05 | 0 | 0.28 | 0.13 | 71.61 | 0.49 | 0.75 |
| Hex | D3 | DF | A1 | 5 | 0 | 1C | D | 48 | 31 | 4B |
| Octal | 323 | 337 | 241 | 5 | 0 | 34 | 15 | 110 | 61 | 113 |
| Binary | 11010011 | 11011111 | 10100001 | 101 | 0 | 11100 | 1101 | 1001000 | 110001 | 1001011 |
Color Harmonies of #D3DFA1
Complementary color
Monochromatic Colors of #D3DFA1
Black with #D3DFA1
Text Example
Text Example
White with #D3DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFA1; }
p { color: rgb(211,223,161); }
H1.HeaderClassName
{
color: #D3DFA1;
}
.AnyTagClassName
{
color: #D3DFA1;
}
</style>
background-color css
<style>
a { background-color: #D3DFA1; }
a { background-color: rgb(211,223,161); }
div.DivClassName
{
background-color: #D3DFA1;
}
.BgClassName
{
background-color: #D3DFA1;
}
</style>
border-color css
<style>
span { border-color: #D3DFA1; }
span { border-color: rgb(211,223,161); }
td.TdClassName
{
border-color: #D3DFA1;
}
.TagClassName
{
border-color: #D3DFA1;
}
</style>