Color spaces of #d3bcdf
RGB | 211 | 188 | 223 |
---|---|---|---|
HSL | 0.78 | 0.35 | 0.81 |
HSV | 279° | 16° | 87° |
CMYK | 0.05 | 0.16 | 0.00 0.13 |
XYZ | 58.1665 | 55.1430 | 77.3900 |
Yxy | 55.1430 | 0.3050 | 0.2892 |
Hunter Lab | 74.2583 | 9.8668 | -9.8096 |
CIE-Lab | 79.1236 | 14.4884 | -14.4802 |
#d3bcdf color RGB value is (211,188,223).
#d3bcdf hex color red value is 211, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d3bcdf hue: 0.78 , saturation: 0.35 and the lightness value of d3bcdf is 0.81.
The process color (four color CMYK) of #d3bcdf color hex is 0.05, 0.16, 0.00, 0.13. Web safe color of #d3bcdf is #cccccc. Color #d3bcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10111100 | 11011111 |
Octal | 323 | 274 | 337 |
Decimal | 211 | 188 | 223 |
Hex | D3 | BC | DF |
Shades of #d3bcdf
Tints of #d3bcdf
RGB Percentages of Color #d3bcdf
CMYK Percentages of Color #d3bcdf
Complementary Color
#d3bcdf | #c8dfbc |
#d3bcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3bcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3bcdf Color CSS Codes
.mybgcolor {background-color:#d3bcdf; } .myforecolor {color:#d3bcdf; } .mybordercolor {border:3px solid #d3bcdf; }
#d3bcdf Text Font Color
<p style="color:#d3bcdf">Text here</p>
This sample text font color is #d3bcdf
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.
#d3bcdf Background Color
<div style="background-color:#d3bcdf">
Div content here</div>
This div background color is #d3bcdf
#d3bcdf Border Color
<div style="border:3px solid #d3bcdf">
Div here</div>
This div border color is #d3bcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,188,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3bcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3bcdf; -webkit-box-shadow: 1px 1px 3px 2px #d3bcdf; box-shadow: 1px 1px 3px 2px #d3bcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,188,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3bcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3bcdf; -webkit-box-shadow: 1px 1px 3px 2px #d3bcdf; box-shadow: 1px 1px 3px 2px #d3bcdf;">
Div content here</div>
This div box has shadow with color #d3bcdf
Comments
No comments written yet.
Please login to write comment.