Color spaces of #ddddc7
RGB | 221 | 221 | 199 |
---|---|---|---|
HSL | 0.17 | 0.24 | 0.82 |
HSV | 60° | 10° | 87° |
CMYK | 0.00 | 0.00 | 0.10 0.13 |
XYZ | 65.9840 | 71.2086 | 64.2997 |
Yxy | 71.2086 | 0.3275 | 0.3534 |
Hunter Lab | 84.3852 | -8.0981 | 13.8919 |
CIE-Lab | 87.5863 | -3.7647 | 10.8018 |
#ddddc7 color RGB value is (221,221,199).
#ddddc7 hex color red value is 221, green value is 221 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ddddc7 hue: 0.17 , saturation: 0.24 and the lightness value of ddddc7 is 0.82.
The process color (four color CMYK) of #ddddc7 color hex is 0.00, 0.00, 0.10, 0.13. Web safe color of #ddddc7 is #cccccc. Color #ddddc7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 11000111 |
Octal | 335 | 335 | 307 |
Decimal | 221 | 221 | 199 |
Hex | DD | DD | C7 |
Shades of #ddddc7
Tints of #ddddc7
RGB Percentages of Color #ddddc7
CMYK Percentages of Color #ddddc7
Complementary Color
#ddddc7 | #c7c7dd |
#ddddc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddddc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddddc7 Color CSS Codes
.mybgcolor {background-color:#ddddc7; } .myforecolor {color:#ddddc7; } .mybordercolor {border:3px solid #ddddc7; }
#ddddc7 Text Font Color
<p style="color:#ddddc7">Text here</p>
This sample text font color is #ddddc7
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.
#ddddc7 Background Color
<div style="background-color:#ddddc7">
Div content here</div>
This div background color is #ddddc7
#ddddc7 Border Color
<div style="border:3px solid #ddddc7">
Div here</div>
This div border color is #ddddc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddddc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddddc7; -webkit-box-shadow: 1px 1px 3px 2px #ddddc7; box-shadow: 1px 1px 3px 2px #ddddc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddddc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddddc7; -webkit-box-shadow: 1px 1px 3px 2px #ddddc7; box-shadow: 1px 1px 3px 2px #ddddc7;">
Div content here</div>
This div box has shadow with color #ddddc7
#ddddc7 Color Palettes
Comments
No comments written yet.
Please login to write comment.