Color spaces of #d3bfdc
RGB | 211 | 191 | 220 |
---|---|---|---|
HSL | 0.78 | 0.29 | 0.81 |
HSV | 281° | 13° | 86° |
CMYK | 0.04 | 0.13 | 0.00 0.14 |
XYZ | 58.4130 | 56.2778 | 75.4941 |
Yxy | 56.2778 | 0.3071 | 0.2959 |
Hunter Lab | 75.0185 | 7.7062 | -7.1529 |
CIE-Lab | 79.7717 | 12.2937 | -11.8932 |
#d3bfdc color RGB value is (211,191,220).
#d3bfdc hex color red value is 211, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d3bfdc hue: 0.78 , saturation: 0.29 and the lightness value of d3bfdc is 0.81.
The process color (four color CMYK) of #d3bfdc color hex is 0.04, 0.13, 0.00, 0.14. Web safe color of #d3bfdc is #cccccc. Color #d3bfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10111111 | 11011100 |
Octal | 323 | 277 | 334 |
Decimal | 211 | 191 | 220 |
Hex | D3 | BF | DC |
Shades of #d3bfdc
Tints of #d3bfdc
RGB Percentages of Color #d3bfdc
CMYK Percentages of Color #d3bfdc
Complementary Color
#d3bfdc | #c8dcbf |
#d3bfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3bfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3bfdc Color CSS Codes
.mybgcolor {background-color:#d3bfdc; } .myforecolor {color:#d3bfdc; } .mybordercolor {border:3px solid #d3bfdc; }
#d3bfdc Text Font Color
<p style="color:#d3bfdc">Text here</p>
This sample text font color is #d3bfdc
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.
#d3bfdc Background Color
<div style="background-color:#d3bfdc">
Div content here</div>
This div background color is #d3bfdc
#d3bfdc Border Color
<div style="border:3px solid #d3bfdc">
Div here</div>
This div border color is #d3bfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3bfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3bfdc; -webkit-box-shadow: 1px 1px 3px 2px #d3bfdc; box-shadow: 1px 1px 3px 2px #d3bfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3bfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3bfdc; -webkit-box-shadow: 1px 1px 3px 2px #d3bfdc; box-shadow: 1px 1px 3px 2px #d3bfdc;">
Div content here</div>
This div box has shadow with color #d3bfdc
Comments
No comments written yet.
Please login to write comment.