Shades of Reef #D1DEAA
Tints of Reef #D1DEAA
RGB
CMYK
RGB Variations
Color information
#D1DEAA (or 0xD1DEAA) is known color: Reef. HEX triplet: D1, DE and AA. RGB value is (209,222,170). Sum of RGB (Red+Green+Blue) = 209+222+170=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEAA is #2E2155. Grayscale: #D4D4D4. Windows color (decimal): -3023190 or 11198161. OLE color: 11198161.
HSL color Cylindrical-coordinate representation of color #D1DEAA: hue angle of 75º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1DEAA is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 170 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.13 |
| HSL | 75º | 0.44% | 0.77% | - |
| HSV(B) | 75º | 0.23% | 0.87% | - |
| XYZ | 59.67 | 68.7 | 48.15 | - |
| YUV | 212.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 170 | 0.06 | 0 | 0.23 | 0.13 | 75 | 0.44 | 0.77 |
| Hex | D1 | DE | AA | 6 | 0 | 17 | D | 4B | 2C | 4D |
| Octal | 321 | 336 | 252 | 6 | 0 | 27 | 15 | 113 | 54 | 115 |
| Binary | 11010001 | 11011110 | 10101010 | 110 | 0 | 10111 | 1101 | 1001011 | 101100 | 1001101 |
Color Harmonies of #D1DEAA
Complementary color
Monochromatic Colors of #D1DEAA
Black with #D1DEAA
Text Example
Text Example
White with #D1DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEAA; }
p { color: rgb(209,222,170); }
H1.HeaderClassName
{
color: #D1DEAA;
}
.AnyTagClassName
{
color: #D1DEAA;
}
</style>
background-color css
<style>
a { background-color: #D1DEAA; }
a { background-color: rgb(209,222,170); }
div.DivClassName
{
background-color: #D1DEAA;
}
.BgClassName
{
background-color: #D1DEAA;
}
</style>
border-color css
<style>
span { border-color: #D1DEAA; }
span { border-color: rgb(209,222,170); }
td.TdClassName
{
border-color: #D1DEAA;
}
.TagClassName
{
border-color: #D1DEAA;
}
</style>