Color spaces of #dfcfd3
RGB | 223 | 207 | 211 |
---|---|---|---|
HSL | 0.96 | 0.20 | 0.84 |
HSV | 345° | 7° | 87° |
CMYK | 0.00 | 0.07 | 0.05 0.13 |
XYZ | 64.5021 | 65.0168 | 70.7779 |
Yxy | 65.0168 | 0.3220 | 0.3246 |
Hunter Lab | 80.6330 | 1.6827 | 4.3996 |
CIE-Lab | 84.4924 | 6.2314 | 0.0117 |
#dfcfd3 color RGB value is (223,207,211).
#dfcfd3 hex color red value is 223, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dfcfd3 hue: 0.96 , saturation: 0.20 and the lightness value of dfcfd3 is 0.84.
The process color (four color CMYK) of #dfcfd3 color hex is 0.00, 0.07, 0.05, 0.13. Web safe color of #dfcfd3 is #cccccc. Color #dfcfd3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11001111 | 11010011 |
Octal | 337 | 317 | 323 |
Decimal | 223 | 207 | 211 |
Hex | DF | CF | D3 |
Shades of #dfcfd3
Tints of #dfcfd3
RGB Percentages of Color #dfcfd3
CMYK Percentages of Color #dfcfd3
Complementary Color
#dfcfd3 | #cfdfdb |
#dfcfd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfcfd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfcfd3 Color CSS Codes
.mybgcolor {background-color:#dfcfd3; } .myforecolor {color:#dfcfd3; } .mybordercolor {border:3px solid #dfcfd3; }
#dfcfd3 Text Font Color
<p style="color:#dfcfd3">Text here</p>
This sample text font color is #dfcfd3
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.
#dfcfd3 Background Color
<div style="background-color:#dfcfd3">
Div content here</div>
This div background color is #dfcfd3
#dfcfd3 Border Color
<div style="border:3px solid #dfcfd3">
Div here</div>
This div border color is #dfcfd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,207,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfcfd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfcfd3; -webkit-box-shadow: 1px 1px 3px 2px #dfcfd3; box-shadow: 1px 1px 3px 2px #dfcfd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,207,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfcfd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcfd3; -webkit-box-shadow: 1px 1px 3px 2px #dfcfd3; box-shadow: 1px 1px 3px 2px #dfcfd3;">
Div content here</div>
This div box has shadow with color #dfcfd3
Comments
No comments written yet.
Please login to write comment.