Color spaces of #dfbfde
RGB | 223 | 191 | 222 |
---|---|---|---|
HSL | 0.84 | 0.33 | 0.81 |
HSV | 302° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.00 0.13 |
XYZ | 62.2470 | 58.2235 | 77.0647 |
Yxy | 58.2235 | 0.3151 | 0.2947 |
Hunter Lab | 76.3043 | 12.0829 | -6.4678 |
CIE-Lab | 80.8629 | 16.6944 | -11.2309 |
#dfbfde color RGB value is (223,191,222).
#dfbfde hex color red value is 223, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfbfde hue: 0.84 , saturation: 0.33 and the lightness value of dfbfde is 0.81.
The process color (four color CMYK) of #dfbfde color hex is 0.00, 0.14, 0.00, 0.13. Web safe color of #dfbfde is #cccccc. Color #dfbfde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111111 | 11011110 |
Octal | 337 | 277 | 336 |
Decimal | 223 | 191 | 222 |
Hex | DF | BF | DE |
Shades of #dfbfde
Tints of #dfbfde
RGB Percentages of Color #dfbfde
CMYK Percentages of Color #dfbfde
Complementary Color
#dfbfde | #bfdfc0 |
#dfbfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbfde Color CSS Codes
.mybgcolor {background-color:#dfbfde; } .myforecolor {color:#dfbfde; } .mybordercolor {border:3px solid #dfbfde; }
#dfbfde Text Font Color
<p style="color:#dfbfde">Text here</p>
This sample text font color is #dfbfde
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.
#dfbfde Background Color
<div style="background-color:#dfbfde">
Div content here</div>
This div background color is #dfbfde
#dfbfde Border Color
<div style="border:3px solid #dfbfde">
Div here</div>
This div border color is #dfbfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,191,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbfde; -webkit-box-shadow: 1px 1px 3px 2px #dfbfde; box-shadow: 1px 1px 3px 2px #dfbfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,191,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbfde; -webkit-box-shadow: 1px 1px 3px 2px #dfbfde; box-shadow: 1px 1px 3px 2px #dfbfde;">
Div content here</div>
This div box has shadow with color #dfbfde
Comments
No comments written yet.
Please login to write comment.