Color spaces of #dfdcd5
RGB | 223 | 220 | 213 |
---|---|---|---|
HSL | 0.12 | 0.14 | 0.85 |
HSV | 42° | 4° | 87° |
CMYK | 0.00 | 0.01 | 0.04 0.13 |
XYZ | 68.0349 | 71.6785 | 73.2003 |
Yxy | 71.6785 | 0.3195 | 0.3367 |
Hunter Lab | 84.6632 | -4.7188 | 8.0017 |
CIE-Lab | 87.8136 | -0.2045 | 3.7835 |
#dfdcd5 color RGB value is (223,220,213).
#dfdcd5 hex color red value is 223, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dfdcd5 hue: 0.12 , saturation: 0.14 and the lightness value of dfdcd5 is 0.85.
The process color (four color CMYK) of #dfdcd5 color hex is 0.00, 0.01, 0.04, 0.13. Web safe color of #dfdcd5 is #cccccc. Color #dfdcd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011100 | 11010101 |
Octal | 337 | 334 | 325 |
Decimal | 223 | 220 | 213 |
Hex | DF | DC | D5 |
Shades of #dfdcd5
Tints of #dfdcd5
RGB Percentages of Color #dfdcd5
CMYK Percentages of Color #dfdcd5
Complementary Color
#dfdcd5 | #d5d8df |
#dfdcd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdcd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdcd5 Color CSS Codes
.mybgcolor {background-color:#dfdcd5; } .myforecolor {color:#dfdcd5; } .mybordercolor {border:3px solid #dfdcd5; }
#dfdcd5 Text Font Color
<p style="color:#dfdcd5">Text here</p>
This sample text font color is #dfdcd5
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.
#dfdcd5 Background Color
<div style="background-color:#dfdcd5">
Div content here</div>
This div background color is #dfdcd5
#dfdcd5 Border Color
<div style="border:3px solid #dfdcd5">
Div here</div>
This div border color is #dfdcd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,220,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdcd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdcd5; -webkit-box-shadow: 1px 1px 3px 2px #dfdcd5; box-shadow: 1px 1px 3px 2px #dfdcd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,220,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdcd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdcd5; -webkit-box-shadow: 1px 1px 3px 2px #dfdcd5; box-shadow: 1px 1px 3px 2px #dfdcd5;">
Div content here</div>
This div box has shadow with color #dfdcd5
#dfdcd5 Color Palettes
Comments
No comments written yet.
Please login to write comment.