Color spaces of #d1dbfe
RGB | 209 | 219 | 254 |
---|---|---|---|
HSL | 0.63 | 0.96 | 0.91 |
HSV | 227° | 18° | 100° |
CMYK | 0.18 | 0.14 | 0.00 0.00 |
XYZ | 69.5154 | 71.3741 | 103.8787 |
Yxy | 71.3741 | 0.2840 | 0.2916 |
Hunter Lab | 84.4832 | -0.9702 | -13.7635 |
CIE-Lab | 87.6664 | 3.6509 | -18.1525 |
#d1dbfe color RGB value is (209,219,254).
#d1dbfe hex color red value is 209, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d1dbfe hue: 0.63 , saturation: 0.96 and the lightness value of d1dbfe is 0.91.
The process color (four color CMYK) of #d1dbfe color hex is 0.18, 0.14, 0.00, 0.00. Web safe color of #d1dbfe is #ccccff. Color #d1dbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011011 | 11111110 |
Octal | 321 | 333 | 376 |
Decimal | 209 | 219 | 254 |
Hex | D1 | DB | FE |
Shades of #d1dbfe
Tints of #d1dbfe
RGB Percentages of Color #d1dbfe
CMYK Percentages of Color #d1dbfe
Complementary Color
#d1dbfe | #fef4d1 |
#d1dbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dbfe Color CSS Codes
.mybgcolor {background-color:#d1dbfe; } .myforecolor {color:#d1dbfe; } .mybordercolor {border:3px solid #d1dbfe; }
#d1dbfe Text Font Color
<p style="color:#d1dbfe">Text here</p>
This sample text font color is #d1dbfe
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.
#d1dbfe Background Color
<div style="background-color:#d1dbfe">
Div content here</div>
This div background color is #d1dbfe
#d1dbfe Border Color
<div style="border:3px solid #d1dbfe">
Div here</div>
This div border color is #d1dbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,219,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dbfe; -webkit-box-shadow: 1px 1px 3px 2px #d1dbfe; box-shadow: 1px 1px 3px 2px #d1dbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,219,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1dbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dbfe; -webkit-box-shadow: 1px 1px 3px 2px #d1dbfe; box-shadow: 1px 1px 3px 2px #d1dbfe;">
Div content here</div>
This div box has shadow with color #d1dbfe
#d1dbfe Color Palettes
Comments
No comments written yet.
Please login to write comment.