Color spaces of #ddc5dc
RGB | 221 | 197 | 220 |
---|---|---|---|
HSL | 0.84 | 0.26 | 0.82 |
HSV | 303° | 11° | 87° |
CMYK | 0.00 | 0.11 | 0.00 0.13 |
XYZ | 62.7033 | 60.4720 | 76.0776 |
Yxy | 60.4720 | 0.3147 | 0.3035 |
Hunter Lab | 77.7637 | 7.8435 | -3.5698 |
CIE-Lab | 82.0941 | 12.4460 | -8.3439 |
#ddc5dc color RGB value is (221,197,220).
#ddc5dc hex color red value is 221, green value is 197 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddc5dc hue: 0.84 , saturation: 0.26 and the lightness value of ddc5dc is 0.82.
The process color (four color CMYK) of #ddc5dc color hex is 0.00, 0.11, 0.00, 0.13. Web safe color of #ddc5dc is #cccccc. Color #ddc5dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000101 | 11011100 |
Octal | 335 | 305 | 334 |
Decimal | 221 | 197 | 220 |
Hex | DD | C5 | DC |
Shades of #ddc5dc
Tints of #ddc5dc
RGB Percentages of Color #ddc5dc
CMYK Percentages of Color #ddc5dc
Complementary Color
#ddc5dc | #c5ddc6 |
#ddc5dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc5dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc5dc Color CSS Codes
.mybgcolor {background-color:#ddc5dc; } .myforecolor {color:#ddc5dc; } .mybordercolor {border:3px solid #ddc5dc; }
#ddc5dc Text Font Color
<p style="color:#ddc5dc">Text here</p>
This sample text font color is #ddc5dc
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.
#ddc5dc Background Color
<div style="background-color:#ddc5dc">
Div content here</div>
This div background color is #ddc5dc
#ddc5dc Border Color
<div style="border:3px solid #ddc5dc">
Div here</div>
This div border color is #ddc5dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,197,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc5dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc5dc; -webkit-box-shadow: 1px 1px 3px 2px #ddc5dc; box-shadow: 1px 1px 3px 2px #ddc5dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,197,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc5dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc5dc; -webkit-box-shadow: 1px 1px 3px 2px #ddc5dc; box-shadow: 1px 1px 3px 2px #ddc5dc;">
Div content here</div>
This div box has shadow with color #ddc5dc
Comments
No comments written yet.
Please login to write comment.