Color spaces of #ddc1dc
RGB | 221 | 193 | 220 |
---|---|---|---|
HSL | 0.84 | 0.29 | 0.81 |
HSV | 302° | 13° | 87° |
CMYK | 0.00 | 0.13 | 0.00 0.13 |
XYZ | 61.8070 | 58.6794 | 75.7788 |
Yxy | 58.6794 | 0.3149 | 0.2990 |
Hunter Lab | 76.6025 | 9.9691 | -5.0307 |
CIE-Lab | 81.1151 | 14.5820 | -9.7992 |
#ddc1dc color RGB value is (221,193,220).
#ddc1dc hex color red value is 221, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddc1dc hue: 0.84 , saturation: 0.29 and the lightness value of ddc1dc is 0.81.
The process color (four color CMYK) of #ddc1dc color hex is 0.00, 0.13, 0.00, 0.13. Web safe color of #ddc1dc is #cccccc. Color #ddc1dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000001 | 11011100 |
Octal | 335 | 301 | 334 |
Decimal | 221 | 193 | 220 |
Hex | DD | C1 | DC |
Shades of #ddc1dc
Tints of #ddc1dc
RGB Percentages of Color #ddc1dc
CMYK Percentages of Color #ddc1dc
Complementary Color
#ddc1dc | #c1ddc2 |
#ddc1dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc1dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc1dc Color CSS Codes
.mybgcolor {background-color:#ddc1dc; } .myforecolor {color:#ddc1dc; } .mybordercolor {border:3px solid #ddc1dc; }
#ddc1dc Text Font Color
<p style="color:#ddc1dc">Text here</p>
This sample text font color is #ddc1dc
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.
#ddc1dc Background Color
<div style="background-color:#ddc1dc">
Div content here</div>
This div background color is #ddc1dc
#ddc1dc Border Color
<div style="border:3px solid #ddc1dc">
Div here</div>
This div border color is #ddc1dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,193,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc1dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc1dc; -webkit-box-shadow: 1px 1px 3px 2px #ddc1dc; box-shadow: 1px 1px 3px 2px #ddc1dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,193,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 #ddc1dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc1dc; -webkit-box-shadow: 1px 1px 3px 2px #ddc1dc; box-shadow: 1px 1px 3px 2px #ddc1dc;">
Div content here</div>
This div box has shadow with color #ddc1dc
Comments
No comments written yet.
Please login to write comment.