Shades of Reef #D1DFAA
Tints of Reef #D1DFAA
RGB
CMYK
RGB Variations
Color information
#D1DFAA (or 0xD1DFAA) is known color: Reef. HEX triplet: D1, DF and AA. RGB value is (209,223,170). Sum of RGB (Red+Green+Blue) = 209+223+170=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFAA is #2E2055. Grayscale: #D4D4D4. Windows color (decimal): -3022934 or 11198417. OLE color: 11198417.
HSL color Cylindrical-coordinate representation of color #D1DFAA: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DFAA is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 170 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.13 |
| HSL | 75.85º | 0.45% | 0.77% | - |
| HSV(B) | 75.85º | 0.24% | 0.87% | - |
| XYZ | 59.94 | 69.23 | 48.23 | - |
| YUV | 212.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 170 | 0.06 | 0 | 0.24 | 0.13 | 75.85 | 0.45 | 0.77 |
| Hex | D1 | DF | AA | 6 | 0 | 18 | D | 4C | 2D | 4D |
| Octal | 321 | 337 | 252 | 6 | 0 | 30 | 15 | 114 | 55 | 115 |
| Binary | 11010001 | 11011111 | 10101010 | 110 | 0 | 11000 | 1101 | 1001100 | 101101 | 1001101 |
Color Harmonies of #D1DFAA
Complementary color
Monochromatic Colors of #D1DFAA
Black with #D1DFAA
Text Example
Text Example
White with #D1DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFAA; }
p { color: rgb(209,223,170); }
H1.HeaderClassName
{
color: #D1DFAA;
}
.AnyTagClassName
{
color: #D1DFAA;
}
</style>
background-color css
<style>
a { background-color: #D1DFAA; }
a { background-color: rgb(209,223,170); }
div.DivClassName
{
background-color: #D1DFAA;
}
.BgClassName
{
background-color: #D1DFAA;
}
</style>
border-color css
<style>
span { border-color: #D1DFAA; }
span { border-color: rgb(209,223,170); }
td.TdClassName
{
border-color: #D1DFAA;
}
.TagClassName
{
border-color: #D1DFAA;
}
</style>