Color spaces of #d3ddbd
RGB | 211 | 221 | 189 |
---|---|---|---|
HSL | 0.22 | 0.32 | 0.80 |
HSV | 79° | 14° | 87° |
CMYK | 0.05 | 0.00 | 0.14 0.13 |
XYZ | 61.9057 | 69.2359 | 58.2452 |
Yxy | 69.2359 | 0.3269 | 0.3656 |
Hunter Lab | 83.2081 | -12.8126 | 16.7430 |
CIE-Lab | 86.6207 | -8.9189 | 14.5782 |
#d3ddbd color RGB value is (211,221,189).
#d3ddbd hex color red value is 211, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d3ddbd hue: 0.22 , saturation: 0.32 and the lightness value of d3ddbd is 0.80.
The process color (four color CMYK) of #d3ddbd color hex is 0.05, 0.00, 0.14, 0.13. Web safe color of #d3ddbd is #cccccc. Color #d3ddbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11011101 | 10111101 |
Octal | 323 | 335 | 275 |
Decimal | 211 | 221 | 189 |
Hex | D3 | DD | BD |
Shades of #d3ddbd
Tints of #d3ddbd
RGB Percentages of Color #d3ddbd
CMYK Percentages of Color #d3ddbd
Complementary Color
#d3ddbd | #c7bddd |
#d3ddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3ddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3ddbd Color CSS Codes
.mybgcolor {background-color:#d3ddbd; } .myforecolor {color:#d3ddbd; } .mybordercolor {border:3px solid #d3ddbd; }
#d3ddbd Text Font Color
<p style="color:#d3ddbd">Text here</p>
This sample text font color is #d3ddbd
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.
#d3ddbd Background Color
<div style="background-color:#d3ddbd">
Div content here</div>
This div background color is #d3ddbd
#d3ddbd Border Color
<div style="border:3px solid #d3ddbd">
Div here</div>
This div border color is #d3ddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3ddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3ddbd; -webkit-box-shadow: 1px 1px 3px 2px #d3ddbd; box-shadow: 1px 1px 3px 2px #d3ddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,221,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 #d3ddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3ddbd; -webkit-box-shadow: 1px 1px 3px 2px #d3ddbd; box-shadow: 1px 1px 3px 2px #d3ddbd;">
Div content here</div>
This div box has shadow with color #d3ddbd
#d3ddbd Color Palettes
Comments
No comments written yet.
Please login to write comment.