Color spaces of #dbaaeb
RGB | 219 | 170 | 235 |
---|---|---|---|
HSL | 0.79 | 0.62 | 0.79 |
HSV | 285° | 28° | 92° |
CMYK | 0.07 | 0.28 | 0.00 0.08 |
XYZ | 58.5835 | 49.8077 | 85.1234 |
Yxy | 49.8077 | 0.3027 | 0.2574 |
Hunter Lab | 70.5746 | 24.6662 | -22.1103 |
CIE-Lab | 75.9511 | 29.1749 | -25.7075 |
#dbaaeb color RGB value is (219,170,235).
#dbaaeb hex color red value is 219, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbaaeb hue: 0.79 , saturation: 0.62 and the lightness value of dbaaeb is 0.79.
The process color (four color CMYK) of #dbaaeb color hex is 0.07, 0.28, 0.00, 0.08. Web safe color of #dbaaeb is #cc99ff. Color #dbaaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101010 | 11101011 |
Octal | 333 | 252 | 353 |
Decimal | 219 | 170 | 235 |
Hex | DB | AA | EB |
Shades of #dbaaeb
Tints of #dbaaeb
RGB Percentages of Color #dbaaeb
CMYK Percentages of Color #dbaaeb
Complementary Color
#dbaaeb | #baebaa |
#dbaaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaaeb Color CSS Codes
.mybgcolor {background-color:#dbaaeb; } .myforecolor {color:#dbaaeb; } .mybordercolor {border:3px solid #dbaaeb; }
#dbaaeb Text Font Color
<p style="color:#dbaaeb">Text here</p>
This sample text font color is #dbaaeb
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.
#dbaaeb Background Color
<div style="background-color:#dbaaeb">
Div content here</div>
This div background color is #dbaaeb
#dbaaeb Border Color
<div style="border:3px solid #dbaaeb">
Div here</div>
This div border color is #dbaaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,170,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaaeb; -webkit-box-shadow: 1px 1px 3px 2px #dbaaeb; box-shadow: 1px 1px 3px 2px #dbaaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,170,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaaeb; -webkit-box-shadow: 1px 1px 3px 2px #dbaaeb; box-shadow: 1px 1px 3px 2px #dbaaeb;">
Div content here</div>
This div box has shadow with color #dbaaeb
Comments
No comments written yet.
Please login to write comment.