Color spaces of #d2badb
RGB | 210 | 186 | 219 |
---|---|---|---|
HSL | 0.79 | 0.31 | 0.79 |
HSV | 284° | 15° | 86° |
CMYK | 0.04 | 0.15 | 0.00 0.14 |
XYZ | 56.9234 | 53.9339 | 74.4279 |
Yxy | 53.9339 | 0.3072 | 0.2911 |
Hunter Lab | 73.4397 | 9.8366 | -8.6800 |
CIE-Lab | 78.4232 | 14.4614 | -13.3809 |
#d2badb color RGB value is (210,186,219).
#d2badb hex color red value is 210, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2badb hue: 0.79 , saturation: 0.31 and the lightness value of d2badb is 0.79.
The process color (four color CMYK) of #d2badb color hex is 0.04, 0.15, 0.00, 0.14. Web safe color of #d2badb is #cccccc. Color #d2badb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10111010 | 11011011 |
Octal | 322 | 272 | 333 |
Decimal | 210 | 186 | 219 |
Hex | D2 | BA | DB |
Shades of #d2badb
Tints of #d2badb
RGB Percentages of Color #d2badb
CMYK Percentages of Color #d2badb
Complementary Color
#d2badb | #c3dbba |
#d2badb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2badb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2badb Color CSS Codes
.mybgcolor {background-color:#d2badb; } .myforecolor {color:#d2badb; } .mybordercolor {border:3px solid #d2badb; }
#d2badb Text Font Color
<p style="color:#d2badb">Text here</p>
This sample text font color is #d2badb
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.
#d2badb Background Color
<div style="background-color:#d2badb">
Div content here</div>
This div background color is #d2badb
#d2badb Border Color
<div style="border:3px solid #d2badb">
Div here</div>
This div border color is #d2badb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2badb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2badb; -webkit-box-shadow: 1px 1px 3px 2px #d2badb; box-shadow: 1px 1px 3px 2px #d2badb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2badb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2badb; -webkit-box-shadow: 1px 1px 3px 2px #d2badb; box-shadow: 1px 1px 3px 2px #d2badb;">
Div content here</div>
This div box has shadow with color #d2badb
Comments
No comments written yet.
Please login to write comment.