Color spaces of #dddbbd
RGB | 221 | 219 | 189 |
---|---|---|---|
HSL | 0.16 | 0.32 | 0.80 |
HSV | 56° | 14° | 87° |
CMYK | 0.00 | 0.01 | 0.14 0.13 |
XYZ | 64.3356 | 69.7093 | 58.2085 |
Yxy | 69.7093 | 0.3346 | 0.3626 |
Hunter Lab | 83.4921 | -8.5664 | 17.1090 |
CIE-Lab | 86.8541 | -4.3267 | 15.0146 |
#dddbbd color RGB value is (221,219,189).
#dddbbd hex color red value is 221, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dddbbd hue: 0.16 , saturation: 0.32 and the lightness value of dddbbd is 0.80.
The process color (four color CMYK) of #dddbbd color hex is 0.00, 0.01, 0.14, 0.13. Web safe color of #dddbbd is #cccccc. Color #dddbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011011 | 10111101 |
Octal | 335 | 333 | 275 |
Decimal | 221 | 219 | 189 |
Hex | DD | DB | BD |
Shades of #dddbbd
Tints of #dddbbd
RGB Percentages of Color #dddbbd
CMYK Percentages of Color #dddbbd
Complementary Color
#dddbbd | #bdbfdd |
#dddbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddbbd Color CSS Codes
.mybgcolor {background-color:#dddbbd; } .myforecolor {color:#dddbbd; } .mybordercolor {border:3px solid #dddbbd; }
#dddbbd Text Font Color
<p style="color:#dddbbd">Text here</p>
This sample text font color is #dddbbd
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.
#dddbbd Background Color
<div style="background-color:#dddbbd">
Div content here</div>
This div background color is #dddbbd
#dddbbd Border Color
<div style="border:3px solid #dddbbd">
Div here</div>
This div border color is #dddbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddbbd; -webkit-box-shadow: 1px 1px 3px 2px #dddbbd; box-shadow: 1px 1px 3px 2px #dddbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,219,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddbbd; -webkit-box-shadow: 1px 1px 3px 2px #dddbbd; box-shadow: 1px 1px 3px 2px #dddbbd;">
Div content here</div>
This div box has shadow with color #dddbbd
Comments
No comments written yet.
Please login to write comment.