Color spaces of #dcbfdf
RGB | 220 | 191 | 223 |
---|---|---|---|
HSL | 0.82 | 0.33 | 0.81 |
HSV | 294° | 14° | 87° |
CMYK | 0.01 | 0.14 | 0.00 0.13 |
XYZ | 61.4653 | 57.8050 | 77.7299 |
Yxy | 57.8050 | 0.3120 | 0.2934 |
Hunter Lab | 76.0296 | 11.2546 | -7.3952 |
CIE-Lab | 80.6303 | 15.8719 | -12.1434 |
#dcbfdf color RGB value is (220,191,223).
#dcbfdf hex color red value is 220, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcbfdf hue: 0.82 , saturation: 0.33 and the lightness value of dcbfdf is 0.81.
The process color (four color CMYK) of #dcbfdf color hex is 0.01, 0.14, 0.00, 0.13. Web safe color of #dcbfdf is #cccccc. Color #dcbfdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 11011111 |
Octal | 334 | 277 | 337 |
Decimal | 220 | 191 | 223 |
Hex | DC | BF | DF |
Shades of #dcbfdf
Tints of #dcbfdf
RGB Percentages of Color #dcbfdf
CMYK Percentages of Color #dcbfdf
Complementary Color
#dcbfdf | #c2dfbf |
#dcbfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbfdf Color CSS Codes
.mybgcolor {background-color:#dcbfdf; } .myforecolor {color:#dcbfdf; } .mybordercolor {border:3px solid #dcbfdf; }
#dcbfdf Text Font Color
<p style="color:#dcbfdf">Text here</p>
This sample text font color is #dcbfdf
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.
#dcbfdf Background Color
<div style="background-color:#dcbfdf">
Div content here</div>
This div background color is #dcbfdf
#dcbfdf Border Color
<div style="border:3px solid #dcbfdf">
Div here</div>
This div border color is #dcbfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbfdf; -webkit-box-shadow: 1px 1px 3px 2px #dcbfdf; box-shadow: 1px 1px 3px 2px #dcbfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbfdf; -webkit-box-shadow: 1px 1px 3px 2px #dcbfdf; box-shadow: 1px 1px 3px 2px #dcbfdf;">
Div content here</div>
This div box has shadow with color #dcbfdf
#dcbfdf Color Palettes
Comments
No comments written yet.
Please login to write comment.