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