Shades of Reef #D1EFAB
Tints of Reef #D1EFAB
RGB
CMYK
RGB Variations
Color information
#D1EFAB (or 0xD1EFAB) is known color: Reef. HEX triplet: D1, EF and AB. RGB value is (209,239,171). Sum of RGB (Red+Green+Blue) = 209+239+171=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFAB is #2E1054. Grayscale: #DEDEDE. Windows color (decimal): -3018837 or 11268049. OLE color: 11268049.
HSL color Cylindrical-coordinate representation of color #D1EFAB: hue angle of 86.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1EFAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.06 |
| HSL | 86.47º | 0.68% | 0.8% | - |
| HSV(B) | 86.47º | 0.28% | 0.94% | - |
| XYZ | 64.51 | 78.23 | 50.23 | - |
| YUV | 222.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 171 | 0.13 | 0 | 0.28 | 0.06 | 86.47 | 0.68 | 0.8 |
| Hex | D1 | EF | AB | D | 0 | 1C | 6 | 56 | 44 | 50 |
| Octal | 321 | 357 | 253 | 15 | 0 | 34 | 6 | 126 | 104 | 120 |
| Binary | 11010001 | 11101111 | 10101011 | 1101 | 0 | 11100 | 110 | 1010110 | 1000100 | 1010000 |
Color Harmonies of #D1EFAB
Complementary color
Monochromatic Colors of #D1EFAB
Black with #D1EFAB
Text Example
Text Example
White with #D1EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EFAB; }
p { color: rgb(209,239,171); }
H1.HeaderClassName
{
color: #D1EFAB;
}
.AnyTagClassName
{
color: #D1EFAB;
}
</style>
background-color css
<style>
a { background-color: #D1EFAB; }
a { background-color: rgb(209,239,171); }
div.DivClassName
{
background-color: #D1EFAB;
}
.BgClassName
{
background-color: #D1EFAB;
}
</style>
border-color css
<style>
span { border-color: #D1EFAB; }
span { border-color: rgb(209,239,171); }
td.TdClassName
{
border-color: #D1EFAB;
}
.TagClassName
{
border-color: #D1EFAB;
}
</style>