Color spaces of #dda6eb
RGB | 221 | 166 | 235 |
---|---|---|---|
HSL | 0.80 | 0.63 | 0.79 |
HSV | 288° | 29° | 92° |
CMYK | 0.06 | 0.29 | 0.00 0.08 |
XYZ | 58.4504 | 48.6427 | 84.9056 |
Yxy | 48.6427 | 0.3044 | 0.2533 |
Hunter Lab | 69.7443 | 27.5424 | -23.3577 |
CIE-Lab | 75.2285 | 31.9669 | -26.7960 |
#dda6eb color RGB value is (221,166,235).
#dda6eb hex color red value is 221, green value is 166 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dda6eb hue: 0.80 , saturation: 0.63 and the lightness value of dda6eb is 0.79.
The process color (four color CMYK) of #dda6eb color hex is 0.06, 0.29, 0.00, 0.08. Web safe color of #dda6eb is #cc99ff. Color #dda6eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100110 | 11101011 |
Octal | 335 | 246 | 353 |
Decimal | 221 | 166 | 235 |
Hex | DD | A6 | EB |
Shades of #dda6eb
Tints of #dda6eb
RGB Percentages of Color #dda6eb
CMYK Percentages of Color #dda6eb
Complementary Color
#dda6eb | #b4eba6 |
#dda6eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda6eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda6eb Color CSS Codes
.mybgcolor {background-color:#dda6eb; } .myforecolor {color:#dda6eb; } .mybordercolor {border:3px solid #dda6eb; }
#dda6eb Text Font Color
<p style="color:#dda6eb">Text here</p>
This sample text font color is #dda6eb
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.
#dda6eb Background Color
<div style="background-color:#dda6eb">
Div content here</div>
This div background color is #dda6eb
#dda6eb Border Color
<div style="border:3px solid #dda6eb">
Div here</div>
This div border color is #dda6eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,166,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda6eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda6eb; -webkit-box-shadow: 1px 1px 3px 2px #dda6eb; box-shadow: 1px 1px 3px 2px #dda6eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,166,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 #dda6eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda6eb; -webkit-box-shadow: 1px 1px 3px 2px #dda6eb; box-shadow: 1px 1px 3px 2px #dda6eb;">
Div content here</div>
This div box has shadow with color #dda6eb
Comments
No comments written yet.
Please login to write comment.