Shades of Reef #D1E6AA
Tints of Reef #D1E6AA
RGB
CMYK
RGB Variations
Color information
#D1E6AA (or 0xD1E6AA) is known color: Reef. HEX triplet: D1, E6 and AA. RGB value is (209,230,170). Sum of RGB (Red+Green+Blue) = 209+230+170=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E6AA is #2E1955. Grayscale: #D9D9D9. Windows color (decimal): -3021142 or 11200209. OLE color: 11200209.
HSL color Cylindrical-coordinate representation of color #D1E6AA: hue angle of 81º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1E6AA is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 170 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.10 |
| HSL | 81º | 0.55% | 0.78% | - |
| HSV(B) | 81º | 0.26% | 0.9% | - |
| XYZ | 61.85 | 73.05 | 48.87 | - |
| YUV | 216.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 170 | 0.09 | 0 | 0.26 | 0.10 | 81 | 0.55 | 0.78 |
| Hex | D1 | E6 | AA | 9 | 0 | 1A | A | 51 | 37 | 4E |
| Octal | 321 | 346 | 252 | 11 | 0 | 32 | 12 | 121 | 67 | 116 |
| Binary | 11010001 | 11100110 | 10101010 | 1001 | 0 | 11010 | 1010 | 1010001 | 110111 | 1001110 |
Color Harmonies of #D1E6AA
Complementary color
Monochromatic Colors of #D1E6AA
Black with #D1E6AA
Text Example
Text Example
White with #D1E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6AA; }
p { color: rgb(209,230,170); }
H1.HeaderClassName
{
color: #D1E6AA;
}
.AnyTagClassName
{
color: #D1E6AA;
}
</style>
background-color css
<style>
a { background-color: #D1E6AA; }
a { background-color: rgb(209,230,170); }
div.DivClassName
{
background-color: #D1E6AA;
}
.BgClassName
{
background-color: #D1E6AA;
}
</style>
border-color css
<style>
span { border-color: #D1E6AA; }
span { border-color: rgb(209,230,170); }
td.TdClassName
{
border-color: #D1E6AA;
}
.TagClassName
{
border-color: #D1E6AA;
}
</style>