Shades of Reef #D1E2AA
Tints of Reef #D1E2AA
RGB
CMYK
RGB Variations
Color information
#D1E2AA (or 0xD1E2AA) is known color: Reef. HEX triplet: D1, E2 and AA. RGB value is (209,226,170). Sum of RGB (Red+Green+Blue) = 209+226+170=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E2AA is #2E1D55. Grayscale: #D6D6D6. Windows color (decimal): -3022166 or 11199185. OLE color: 11199185.
HSL color Cylindrical-coordinate representation of color #D1E2AA: hue angle of 78.21º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1E2AA is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 170 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.11 |
| HSL | 78.21º | 0.49% | 0.78% | - |
| HSV(B) | 78.21º | 0.25% | 0.89% | - |
| XYZ | 60.75 | 70.85 | 48.5 | - |
| YUV | 214.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 170 | 0.08 | 0 | 0.25 | 0.11 | 78.21 | 0.49 | 0.78 |
| Hex | D1 | E2 | AA | 8 | 0 | 19 | B | 4E | 31 | 4E |
| Octal | 321 | 342 | 252 | 10 | 0 | 31 | 13 | 116 | 61 | 116 |
| Binary | 11010001 | 11100010 | 10101010 | 1000 | 0 | 11001 | 1011 | 1001110 | 110001 | 1001110 |
Color Harmonies of #D1E2AA
Complementary color
Monochromatic Colors of #D1E2AA
Black with #D1E2AA
Text Example
Text Example
White with #D1E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2AA; }
p { color: rgb(209,226,170); }
H1.HeaderClassName
{
color: #D1E2AA;
}
.AnyTagClassName
{
color: #D1E2AA;
}
</style>
background-color css
<style>
a { background-color: #D1E2AA; }
a { background-color: rgb(209,226,170); }
div.DivClassName
{
background-color: #D1E2AA;
}
.BgClassName
{
background-color: #D1E2AA;
}
</style>
border-color css
<style>
span { border-color: #D1E2AA; }
span { border-color: rgb(209,226,170); }
td.TdClassName
{
border-color: #D1E2AA;
}
.TagClassName
{
border-color: #D1E2AA;
}
</style>