Color spaces of #dbbbda
RGB | 219 | 187 | 218 |
---|---|---|---|
HSL | 0.84 | 0.31 | 0.80 |
HSV | 302° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.00 0.14 |
XYZ | 59.6386 | 55.6627 | 73.9303 |
Yxy | 55.6627 | 0.3152 | 0.2942 |
Hunter Lab | 74.6074 | 12.1237 | -6.5267 |
CIE-Lab | 79.4215 | 16.7557 | -11.2662 |
#dbbbda color RGB value is (219,187,218).
#dbbbda hex color red value is 219, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbbbda hue: 0.84 , saturation: 0.31 and the lightness value of dbbbda is 0.80.
The process color (four color CMYK) of #dbbbda color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dbbbda is #cccccc. Color #dbbbda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111011 | 11011010 |
Octal | 333 | 273 | 332 |
Decimal | 219 | 187 | 218 |
Hex | DB | BB | DA |
Shades of #dbbbda
Tints of #dbbbda
RGB Percentages of Color #dbbbda
CMYK Percentages of Color #dbbbda
Complementary Color
#dbbbda | #bbdbbc |
#dbbbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbbda Color CSS Codes
.mybgcolor {background-color:#dbbbda; } .myforecolor {color:#dbbbda; } .mybordercolor {border:3px solid #dbbbda; }
#dbbbda Text Font Color
<p style="color:#dbbbda">Text here</p>
This sample text font color is #dbbbda
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.
#dbbbda Background Color
<div style="background-color:#dbbbda">
Div content here</div>
This div background color is #dbbbda
#dbbbda Border Color
<div style="border:3px solid #dbbbda">
Div here</div>
This div border color is #dbbbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,187,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbbda; -webkit-box-shadow: 1px 1px 3px 2px #dbbbda; box-shadow: 1px 1px 3px 2px #dbbbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,187,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 #dbbbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbbda; -webkit-box-shadow: 1px 1px 3px 2px #dbbbda; box-shadow: 1px 1px 3px 2px #dbbbda;">
Div content here</div>
This div box has shadow with color #dbbbda
Comments
No comments written yet.
Please login to write comment.