Color spaces of #ddaded
RGB | 221 | 173 | 237 |
---|---|---|---|
HSL | 0.79 | 0.64 | 0.80 |
HSV | 285° | 27° | 93° |
CMYK | 0.07 | 0.27 | 0.00 0.07 |
XYZ | 60.0484 | 51.3737 | 86.8720 |
Yxy | 51.3737 | 0.3028 | 0.2591 |
Hunter Lab | 71.6754 | 24.1120 | -21.6878 |
CIE-Lab | 76.9048 | 28.5815 | -25.3161 |
#ddaded color RGB value is (221,173,237).
#ddaded hex color red value is 221, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddaded hue: 0.79 , saturation: 0.64 and the lightness value of ddaded is 0.80.
The process color (four color CMYK) of #ddaded color hex is 0.07, 0.27, 0.00, 0.07. Web safe color of #ddaded is #cc99ff. Color #ddaded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101101 | 11101101 |
Octal | 335 | 255 | 355 |
Decimal | 221 | 173 | 237 |
Hex | DD | AD | ED |
Shades of #ddaded
Tints of #ddaded
RGB Percentages of Color #ddaded
CMYK Percentages of Color #ddaded
Complementary Color
#ddaded | #bdedad |
#ddaded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaded Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaded Color CSS Codes
.mybgcolor {background-color:#ddaded; } .myforecolor {color:#ddaded; } .mybordercolor {border:3px solid #ddaded; }
#ddaded Text Font Color
<p style="color:#ddaded">Text here</p>
This sample text font color is #ddaded
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.
#ddaded Background Color
<div style="background-color:#ddaded">
Div content here</div>
This div background color is #ddaded
#ddaded Border Color
<div style="border:3px solid #ddaded">
Div here</div>
This div border color is #ddaded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,173,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaded; -webkit-box-shadow: 1px 1px 3px 2px #ddaded; box-shadow: 1px 1px 3px 2px #ddaded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,173,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddaded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaded; -webkit-box-shadow: 1px 1px 3px 2px #ddaded; box-shadow: 1px 1px 3px 2px #ddaded;">
Div content here</div>
This div box has shadow with color #ddaded
#ddaded Color Palettes
Comments
No comments written yet.
Please login to write comment.