Color spaces of #ddadfb
RGB | 221 | 173 | 251 |
---|---|---|---|
HSL | 0.77 | 0.91 | 0.83 |
HSV | 277° | 31° | 98° |
CMYK | 0.12 | 0.31 | 0.00 0.02 |
XYZ | 62.1750 | 52.2243 | 98.0701 |
Yxy | 52.2243 | 0.2926 | 0.2458 |
Hunter Lab | 72.2664 | 27.1078 | -29.8739 |
CIE-Lab | 77.4148 | 31.3895 | -32.0874 |
#ddadfb color RGB value is (221,173,251).
#ddadfb hex color red value is 221, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddadfb hue: 0.77 , saturation: 0.91 and the lightness value of ddadfb is 0.83.
The process color (four color CMYK) of #ddadfb color hex is 0.12, 0.31, 0.00, 0.02. Web safe color of #ddadfb is #cc99ff. Color #ddadfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 11111011 |
Octal | 335 | 255 | 373 |
Decimal | 221 | 173 | 251 |
Hex | DD | AD | FB |
Shades of #ddadfb
Tints of #ddadfb
RGB Percentages of Color #ddadfb
CMYK Percentages of Color #ddadfb
Complementary Color
#ddadfb | #cbfbad |
#ddadfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddadfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddadfb Color CSS Codes
.mybgcolor {background-color:#ddadfb; } .myforecolor {color:#ddadfb; } .mybordercolor {border:3px solid #ddadfb; }
#ddadfb Text Font Color
<p style="color:#ddadfb">Text here</p>
This sample text font color is #ddadfb
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.
#ddadfb Background Color
<div style="background-color:#ddadfb">
Div content here</div>
This div background color is #ddadfb
#ddadfb Border Color
<div style="border:3px solid #ddadfb">
Div here</div>
This div border color is #ddadfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddadfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddadfb; -webkit-box-shadow: 1px 1px 3px 2px #ddadfb; box-shadow: 1px 1px 3px 2px #ddadfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddadfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddadfb; -webkit-box-shadow: 1px 1px 3px 2px #ddadfb; box-shadow: 1px 1px 3px 2px #ddadfb;">
Div content here</div>
This div box has shadow with color #ddadfb
Comments
No comments written yet.
Please login to write comment.