Color spaces of #ddbbd1
RGB | 221 | 187 | 209 |
---|---|---|---|
HSL | 0.89 | 0.33 | 0.80 |
HSV | 321° | 15° | 87° |
CMYK | 0.00 | 0.15 | 0.05 0.13 |
XYZ | 59.0977 | 55.5162 | 67.9225 |
Yxy | 55.5162 | 0.3238 | 0.3041 |
Hunter Lab | 74.5092 | 11.1879 | -1.8923 |
CIE-Lab | 79.3377 | 15.8188 | -6.5139 |
#ddbbd1 color RGB value is (221,187,209).
#ddbbd1 hex color red value is 221, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ddbbd1 hue: 0.89 , saturation: 0.33 and the lightness value of ddbbd1 is 0.80.
The process color (four color CMYK) of #ddbbd1 color hex is 0.00, 0.15, 0.05, 0.13. Web safe color of #ddbbd1 is #cccccc. Color #ddbbd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111011 | 11010001 |
Octal | 335 | 273 | 321 |
Decimal | 221 | 187 | 209 |
Hex | DD | BB | D1 |
Shades of #ddbbd1
Tints of #ddbbd1
RGB Percentages of Color #ddbbd1
CMYK Percentages of Color #ddbbd1
Complementary Color
#ddbbd1 | #bbddc7 |
#ddbbd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbbd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbbd1 Color CSS Codes
.mybgcolor {background-color:#ddbbd1; } .myforecolor {color:#ddbbd1; } .mybordercolor {border:3px solid #ddbbd1; }
#ddbbd1 Text Font Color
<p style="color:#ddbbd1">Text here</p>
This sample text font color is #ddbbd1
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.
#ddbbd1 Background Color
<div style="background-color:#ddbbd1">
Div content here</div>
This div background color is #ddbbd1
#ddbbd1 Border Color
<div style="border:3px solid #ddbbd1">
Div here</div>
This div border color is #ddbbd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,187,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbbd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbbd1; -webkit-box-shadow: 1px 1px 3px 2px #ddbbd1; box-shadow: 1px 1px 3px 2px #ddbbd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,187,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbbd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbbd1; -webkit-box-shadow: 1px 1px 3px 2px #ddbbd1; box-shadow: 1px 1px 3px 2px #ddbbd1;">
Div content here</div>
This div box has shadow with color #ddbbd1
Comments
No comments written yet.
Please login to write comment.