Color spaces of #d7beda
RGB | 215 | 190 | 218 |
---|---|---|---|
HSL | 0.82 | 0.27 | 0.80 |
HSV | 294° | 13° | 85° |
CMYK | 0.01 | 0.13 | 0.00 0.15 |
XYZ | 59.0927 | 56.3359 | 74.0891 |
Yxy | 56.3359 | 0.3118 | 0.2973 |
Hunter Lab | 75.0572 | 9.1832 | -5.9852 |
CIE-Lab | 79.8046 | 13.7941 | -10.7313 |
#d7beda color RGB value is (215,190,218).
#d7beda hex color red value is 215, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d7beda hue: 0.82 , saturation: 0.27 and the lightness value of d7beda is 0.80.
The process color (four color CMYK) of #d7beda color hex is 0.01, 0.13, 0.00, 0.15. Web safe color of #d7beda is #cccccc. Color #d7beda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10111110 | 11011010 |
Octal | 327 | 276 | 332 |
Decimal | 215 | 190 | 218 |
Hex | D7 | BE | DA |
Shades of #d7beda
Tints of #d7beda
RGB Percentages of Color #d7beda
CMYK Percentages of Color #d7beda
Complementary Color
#d7beda | #c1dabe |
#d7beda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7beda Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7beda Color CSS Codes
.mybgcolor {background-color:#d7beda; } .myforecolor {color:#d7beda; } .mybordercolor {border:3px solid #d7beda; }
#d7beda Text Font Color
<p style="color:#d7beda">Text here</p>
This sample text font color is #d7beda
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.
#d7beda Background Color
<div style="background-color:#d7beda">
Div content here</div>
This div background color is #d7beda
#d7beda Border Color
<div style="border:3px solid #d7beda">
Div here</div>
This div border color is #d7beda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,190,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7beda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7beda; -webkit-box-shadow: 1px 1px 3px 2px #d7beda; box-shadow: 1px 1px 3px 2px #d7beda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,190,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7beda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7beda; -webkit-box-shadow: 1px 1px 3px 2px #d7beda; box-shadow: 1px 1px 3px 2px #d7beda;">
Div content here</div>
This div box has shadow with color #d7beda
Comments
No comments written yet.
Please login to write comment.