#d1e9f6 hex color information.
RGB value of #d1e9f6 is (209,233,246)
Change page background color to #d1e9f6
| Reset
| RGB | 209 | 233 | 246 |
|---|---|---|---|
| HSL | 0.56 | 0.67 | 0.89 |
| HSV | 201° | 15° | 96° |
| CMYK | 0.15 | 0.05 | 0.00 0.04 |
| XYZ | 72.0680 | 78.4870 | 98.5399 |
| Yxy | 78.4870 | 0.2893 | 0.3151 |
| Hunter Lab | 88.5929 | -9.8325 | -3.9319 |
| CIE-Lab | 91.0017 | -5.2773 | -8.9697 |
#d1e9f6 hex color red value is 209, green value is 233 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #d1e9f6 hue: 0.56 , saturation: 0.67 and the lightness value of d1e9f6 is 0.89.
The process color (four color CMYK) of #d1e9f6 hex color is 0.15, 0.05, 0.00, 0.04. Web safe color of #d1e9f6 is #ccffff
Color #d1e9f6 contains mostly BLUE color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010001 | 11101001 | 11110110 |
| Octal | 321 | 351 | 366 |
| Decimal | 209 | 233 | 246 |
| Hexadecimal | D1 | E9 | F6 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#d1e9f6; }
.myforecolor {color:#d1e9f6; }
.mybordercolor {border:3px solid #d1e9f6; }
This sample text font color is #d1e9f6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#d1e9f6">Text here</p>
This div background color is #d1e9f6
<div style="background-color:#d1e9f6">
Div content here</div>
This div border color is #d1e9f6
<div style="border:3px solid #d1e9f6">
Div here</div>
| #d1e9f6 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(209,233,246, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #d1e9f6;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #d1e9f6;
-webkit-box-shadow: 1px 1px 3px 2px #d1e9f6;
box-shadow: 1px 1px 3px 2px #d1e9f6;
}
<p style="text-shadow: 4px 4px 2px rgba(209,233,246, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #d1e9f6">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #d1e9f6
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1e9f6; -webkit-box-shadow: 1px 1px 3px 2px #d1e9f6; box-shadow: 1px 1px 3px 2px #d1e9f6;">
Div content here</div>