Shades of Reef #D9EEA1
Tints of Reef #D9EEA1
RGB
CMYK
RGB Variations
Color information
#D9EEA1 (or 0xD9EEA1) is known color: Reef. HEX triplet: D9, EE and A1. RGB value is (217,238,161). Sum of RGB (Red+Green+Blue) = 217+238+161=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EEA1 is #26115E. Grayscale: #DFDFDF. Windows color (decimal): -2494815 or 10612441. OLE color: 10612441.
HSL color Cylindrical-coordinate representation of color #D9EEA1: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9EEA1 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 161 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.07 |
| HSL | 76.36º | 0.69% | 0.78% | - |
| HSV(B) | 76.36º | 0.32% | 0.93% | - |
| XYZ | 65.62 | 78.47 | 45.41 | - |
| YUV | 222.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 161 | 0.09 | 0 | 0.32 | 0.07 | 76.36 | 0.69 | 0.78 |
| Hex | D9 | EE | A1 | 9 | 0 | 20 | 7 | 4C | 45 | 4E |
| Octal | 331 | 356 | 241 | 11 | 0 | 40 | 7 | 114 | 105 | 116 |
| Binary | 11011001 | 11101110 | 10100001 | 1001 | 0 | 100000 | 111 | 1001100 | 1000101 | 1001110 |
Color Harmonies of #D9EEA1
Complementary color
Monochromatic Colors of #D9EEA1
Black with #D9EEA1
Text Example
Text Example
White with #D9EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EEA1; }
p { color: rgb(217,238,161); }
H1.HeaderClassName
{
color: #D9EEA1;
}
.AnyTagClassName
{
color: #D9EEA1;
}
</style>
background-color css
<style>
a { background-color: #D9EEA1; }
a { background-color: rgb(217,238,161); }
div.DivClassName
{
background-color: #D9EEA1;
}
.BgClassName
{
background-color: #D9EEA1;
}
</style>
border-color css
<style>
span { border-color: #D9EEA1; }
span { border-color: rgb(217,238,161); }
td.TdClassName
{
border-color: #D9EEA1;
}
.TagClassName
{
border-color: #D9EEA1;
}
</style>