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