Shades of Reef #D1DFA8
Tints of Reef #D1DFA8
RGB
CMYK
RGB Variations
Color information
#D1DFA8 (or 0xD1DFA8) is known color: Reef. HEX triplet: D1, DF and A8. RGB value is (209,223,168). Sum of RGB (Red+Green+Blue) = 209+223+168=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFA8 is #2E2057. Grayscale: #D4D4D4. Windows color (decimal): -3022936 or 11067345. OLE color: 11067345.
HSL color Cylindrical-coordinate representation of color #D1DFA8: hue angle of 75.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1DFA8 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 168 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.13 |
| HSL | 75.27º | 0.46% | 0.77% | - |
| HSV(B) | 75.27º | 0.25% | 0.87% | - |
| XYZ | 59.75 | 69.16 | 47.25 | - |
| YUV | 212.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 168 | 0.06 | 0 | 0.25 | 0.13 | 75.27 | 0.46 | 0.77 |
| Hex | D1 | DF | A8 | 6 | 0 | 19 | D | 4B | 2E | 4D |
| Octal | 321 | 337 | 250 | 6 | 0 | 31 | 15 | 113 | 56 | 115 |
| Binary | 11010001 | 11011111 | 10101000 | 110 | 0 | 11001 | 1101 | 1001011 | 101110 | 1001101 |
Color Harmonies of #D1DFA8
Complementary color
Monochromatic Colors of #D1DFA8
Black with #D1DFA8
Text Example
Text Example
White with #D1DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFA8; }
p { color: rgb(209,223,168); }
H1.HeaderClassName
{
color: #D1DFA8;
}
.AnyTagClassName
{
color: #D1DFA8;
}
</style>
background-color css
<style>
a { background-color: #D1DFA8; }
a { background-color: rgb(209,223,168); }
div.DivClassName
{
background-color: #D1DFA8;
}
.BgClassName
{
background-color: #D1DFA8;
}
</style>
border-color css
<style>
span { border-color: #D1DFA8; }
span { border-color: rgb(209,223,168); }
td.TdClassName
{
border-color: #D1DFA8;
}
.TagClassName
{
border-color: #D1DFA8;
}
</style>