Color spaces of #dbbdda
RGB | 219 | 189 | 218 |
---|---|---|---|
HSL | 0.84 | 0.29 | 0.80 |
HSV | 302° | 14° | 86° |
CMYK | 0.00 | 0.14 | 0.00 0.14 |
XYZ | 60.0659 | 56.5172 | 74.0728 |
Yxy | 56.5172 | 0.3150 | 0.2964 |
Hunter Lab | 75.1779 | 11.0571 | -5.7939 |
CIE-Lab | 79.9073 | 15.6816 | -10.5414 |
#dbbdda color RGB value is (219,189,218).
#dbbdda hex color red value is 219, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbbdda hue: 0.84 , saturation: 0.29 and the lightness value of dbbdda is 0.80.
The process color (four color CMYK) of #dbbdda color hex is 0.00, 0.14, 0.00, 0.14. Web safe color of #dbbdda is #cccccc. Color #dbbdda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111101 | 11011010 |
Octal | 333 | 275 | 332 |
Decimal | 219 | 189 | 218 |
Hex | DB | BD | DA |
Shades of #dbbdda
Tints of #dbbdda
RGB Percentages of Color #dbbdda
CMYK Percentages of Color #dbbdda
Complementary Color
#dbbdda | #bddbbe |
#dbbdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbdda Color CSS Codes
.mybgcolor {background-color:#dbbdda; } .myforecolor {color:#dbbdda; } .mybordercolor {border:3px solid #dbbdda; }
#dbbdda Text Font Color
<p style="color:#dbbdda">Text here</p>
This sample text font color is #dbbdda
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.
#dbbdda Background Color
<div style="background-color:#dbbdda">
Div content here</div>
This div background color is #dbbdda
#dbbdda Border Color
<div style="border:3px solid #dbbdda">
Div here</div>
This div border color is #dbbdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbdda; -webkit-box-shadow: 1px 1px 3px 2px #dbbdda; box-shadow: 1px 1px 3px 2px #dbbdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,189,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 #dbbdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbdda; -webkit-box-shadow: 1px 1px 3px 2px #dbbdda; box-shadow: 1px 1px 3px 2px #dbbdda;">
Div content here</div>
This div box has shadow with color #dbbdda
Comments
No comments written yet.
Please login to write comment.