Color spaces of #dcbfb6
RGB | 220 | 191 | 182 |
---|---|---|---|
HSL | 0.04 | 0.35 | 0.79 |
HSV | 14° | 17° | 86° |
CMYK | 0.00 | 0.13 | 0.17 0.14 |
XYZ | 56.5895 | 55.8546 | 52.0544 |
Yxy | 55.8546 | 0.3440 | 0.3395 |
Hunter Lab | 74.7359 | 4.3710 | 11.0190 |
CIE-Lab | 79.5310 | 8.8606 | 8.3234 |
#dcbfb6 color RGB value is (220,191,182).
#dcbfb6 hex color red value is 220, green value is 191 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dcbfb6 hue: 0.04 , saturation: 0.35 and the lightness value of dcbfb6 is 0.79.
The process color (four color CMYK) of #dcbfb6 color hex is 0.00, 0.13, 0.17, 0.14. Web safe color of #dcbfb6 is #cccccc. Color #dcbfb6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 10110110 |
Octal | 334 | 277 | 266 |
Decimal | 220 | 191 | 182 |
Hex | DC | BF | B6 |
Shades of #dcbfb6
Tints of #dcbfb6
RGB Percentages of Color #dcbfb6
CMYK Percentages of Color #dcbfb6
Complementary Color
#dcbfb6 | #b6d3dc |
#dcbfb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbfb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbfb6 Color CSS Codes
.mybgcolor {background-color:#dcbfb6; } .myforecolor {color:#dcbfb6; } .mybordercolor {border:3px solid #dcbfb6; }
#dcbfb6 Text Font Color
<p style="color:#dcbfb6">Text here</p>
This sample text font color is #dcbfb6
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.
#dcbfb6 Background Color
<div style="background-color:#dcbfb6">
Div content here</div>
This div background color is #dcbfb6
#dcbfb6 Border Color
<div style="border:3px solid #dcbfb6">
Div here</div>
This div border color is #dcbfb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbfb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbfb6; -webkit-box-shadow: 1px 1px 3px 2px #dcbfb6; box-shadow: 1px 1px 3px 2px #dcbfb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbfb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbfb6; -webkit-box-shadow: 1px 1px 3px 2px #dcbfb6; box-shadow: 1px 1px 3px 2px #dcbfb6;">
Div content here</div>
This div box has shadow with color #dcbfb6
#dcbfb6 Color Palettes
Comments
No comments written yet.
Please login to write comment.