Color spaces of #dfbfd8
RGB | 223 | 191 | 216 |
---|---|---|---|
HSL | 0.87 | 0.33 | 0.81 |
HSV | 313° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.03 0.13 |
XYZ | 61.4569 | 57.9074 | 72.9039 |
Yxy | 57.9074 | 0.3196 | 0.3012 |
Hunter Lab | 76.0969 | 10.9894 | -3.5344 |
CIE-Lab | 80.6873 | 15.6064 | -8.2664 |
#dfbfd8 color RGB value is (223,191,216).
#dfbfd8 hex color red value is 223, green value is 191 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #dfbfd8 hue: 0.87 , saturation: 0.33 and the lightness value of dfbfd8 is 0.81.
The process color (four color CMYK) of #dfbfd8 color hex is 0.00, 0.14, 0.03, 0.13. Web safe color of #dfbfd8 is #cccccc. Color #dfbfd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111111 | 11011000 |
Octal | 337 | 277 | 330 |
Decimal | 223 | 191 | 216 |
Hex | DF | BF | D8 |
Shades of #dfbfd8
Tints of #dfbfd8
RGB Percentages of Color #dfbfd8
CMYK Percentages of Color #dfbfd8
Complementary Color
#dfbfd8 | #bfdfc6 |
#dfbfd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbfd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbfd8 Color CSS Codes
.mybgcolor {background-color:#dfbfd8; } .myforecolor {color:#dfbfd8; } .mybordercolor {border:3px solid #dfbfd8; }
#dfbfd8 Text Font Color
<p style="color:#dfbfd8">Text here</p>
This sample text font color is #dfbfd8
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.
#dfbfd8 Background Color
<div style="background-color:#dfbfd8">
Div content here</div>
This div background color is #dfbfd8
#dfbfd8 Border Color
<div style="border:3px solid #dfbfd8">
Div here</div>
This div border color is #dfbfd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,191,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbfd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbfd8; -webkit-box-shadow: 1px 1px 3px 2px #dfbfd8; box-shadow: 1px 1px 3px 2px #dfbfd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,191,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbfd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbfd8; -webkit-box-shadow: 1px 1px 3px 2px #dfbfd8; box-shadow: 1px 1px 3px 2px #dfbfd8;">
Div content here</div>
This div box has shadow with color #dfbfd8
Comments
No comments written yet.
Please login to write comment.