Color spaces of #ddbbb7
RGB | 221 | 187 | 183 |
---|---|---|---|
HSL | 0.02 | 0.36 | 0.79 |
HSV | 6° | 17° | 87° |
CMYK | 0.00 | 0.15 | 0.17 0.13 |
XYZ | 56.1364 | 54.3317 | 52.3281 |
Yxy | 54.3317 | 0.3448 | 0.3337 |
Hunter Lab | 73.7100 | 6.9502 | 9.5060 |
CIE-Lab | 78.6548 | 11.5119 | 6.5390 |
#ddbbb7 color RGB value is (221,187,183).
#ddbbb7 hex color red value is 221, green value is 187 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ddbbb7 hue: 0.02 , saturation: 0.36 and the lightness value of ddbbb7 is 0.79.
The process color (four color CMYK) of #ddbbb7 color hex is 0.00, 0.15, 0.17, 0.13. Web safe color of #ddbbb7 is #cccccc. Color #ddbbb7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111011 | 10110111 |
Octal | 335 | 273 | 267 |
Decimal | 221 | 187 | 183 |
Hex | DD | BB | B7 |
Shades of #ddbbb7
Tints of #ddbbb7
RGB Percentages of Color #ddbbb7
CMYK Percentages of Color #ddbbb7
Complementary Color
#ddbbb7 | #b7d9dd |
#ddbbb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbbb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbbb7 Color CSS Codes
.mybgcolor {background-color:#ddbbb7; } .myforecolor {color:#ddbbb7; } .mybordercolor {border:3px solid #ddbbb7; }
#ddbbb7 Text Font Color
<p style="color:#ddbbb7">Text here</p>
This sample text font color is #ddbbb7
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.
#ddbbb7 Background Color
<div style="background-color:#ddbbb7">
Div content here</div>
This div background color is #ddbbb7
#ddbbb7 Border Color
<div style="border:3px solid #ddbbb7">
Div here</div>
This div border color is #ddbbb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,187,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbbb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbbb7; -webkit-box-shadow: 1px 1px 3px 2px #ddbbb7; box-shadow: 1px 1px 3px 2px #ddbbb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,187,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbbb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbbb7; -webkit-box-shadow: 1px 1px 3px 2px #ddbbb7; box-shadow: 1px 1px 3px 2px #ddbbb7;">
Div content here</div>
This div box has shadow with color #ddbbb7
Comments
No comments written yet.
Please login to write comment.