Color spaces of #ddbcb6
RGB | 221 | 188 | 182 |
---|---|---|---|
HSL | 0.03 | 0.36 | 0.79 |
HSV | 9° | 18° | 87° |
CMYK | 0.00 | 0.15 | 0.18 0.13 |
XYZ | 56.2455 | 54.7160 | 51.8528 |
Yxy | 54.7160 | 0.3455 | 0.3361 |
Hunter Lab | 73.9703 | 6.2798 | 10.2172 |
CIE-Lab | 78.8774 | 10.8238 | 7.3986 |
#ddbcb6 color RGB value is (221,188,182).
#ddbcb6 hex color red value is 221, green value is 188 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ddbcb6 hue: 0.03 , saturation: 0.36 and the lightness value of ddbcb6 is 0.79.
The process color (four color CMYK) of #ddbcb6 color hex is 0.00, 0.15, 0.18, 0.13. Web safe color of #ddbcb6 is #cccccc. Color #ddbcb6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111100 | 10110110 |
Octal | 335 | 274 | 266 |
Decimal | 221 | 188 | 182 |
Hex | DD | BC | B6 |
Shades of #ddbcb6
Tints of #ddbcb6
RGB Percentages of Color #ddbcb6
CMYK Percentages of Color #ddbcb6
Complementary Color
#ddbcb6 | #b6d7dd |
#ddbcb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbcb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbcb6 Color CSS Codes
.mybgcolor {background-color:#ddbcb6; } .myforecolor {color:#ddbcb6; } .mybordercolor {border:3px solid #ddbcb6; }
#ddbcb6 Text Font Color
<p style="color:#ddbcb6">Text here</p>
This sample text font color is #ddbcb6
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.
#ddbcb6 Background Color
<div style="background-color:#ddbcb6">
Div content here</div>
This div background color is #ddbcb6
#ddbcb6 Border Color
<div style="border:3px solid #ddbcb6">
Div here</div>
This div border color is #ddbcb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,188,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbcb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbcb6; -webkit-box-shadow: 1px 1px 3px 2px #ddbcb6; box-shadow: 1px 1px 3px 2px #ddbcb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,188,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 #ddbcb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbcb6; -webkit-box-shadow: 1px 1px 3px 2px #ddbcb6; box-shadow: 1px 1px 3px 2px #ddbcb6;">
Div content here</div>
This div box has shadow with color #ddbcb6
Comments
No comments written yet.
Please login to write comment.