Color spaces of #ddbecb
RGB | 221 | 190 | 203 |
---|---|---|---|
HSL | 0.93 | 0.31 | 0.81 |
HSV | 335° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.08 0.13 |
XYZ | 59.0117 | 56.5109 | 64.2973 |
Yxy | 56.5109 | 0.3282 | 0.3143 |
Hunter Lab | 75.1737 | 8.5692 | 1.9099 |
CIE-Lab | 79.9037 | 13.1719 | -2.4419 |
#ddbecb color RGB value is (221,190,203).
#ddbecb hex color red value is 221, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddbecb hue: 0.93 , saturation: 0.31 and the lightness value of ddbecb is 0.81.
The process color (four color CMYK) of #ddbecb color hex is 0.00, 0.14, 0.08, 0.13. Web safe color of #ddbecb is #cccccc. Color #ddbecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111110 | 11001011 |
Octal | 335 | 276 | 313 |
Decimal | 221 | 190 | 203 |
Hex | DD | BE | CB |
Shades of #ddbecb
Tints of #ddbecb
RGB Percentages of Color #ddbecb
CMYK Percentages of Color #ddbecb
Complementary Color
#ddbecb | #beddd0 |
#ddbecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbecb Color CSS Codes
.mybgcolor {background-color:#ddbecb; } .myforecolor {color:#ddbecb; } .mybordercolor {border:3px solid #ddbecb; }
#ddbecb Text Font Color
<p style="color:#ddbecb">Text here</p>
This sample text font color is #ddbecb
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.
#ddbecb Background Color
<div style="background-color:#ddbecb">
Div content here</div>
This div background color is #ddbecb
#ddbecb Border Color
<div style="border:3px solid #ddbecb">
Div here</div>
This div border color is #ddbecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbecb; -webkit-box-shadow: 1px 1px 3px 2px #ddbecb; box-shadow: 1px 1px 3px 2px #ddbecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbecb; -webkit-box-shadow: 1px 1px 3px 2px #ddbecb; box-shadow: 1px 1px 3px 2px #ddbecb;">
Div content here</div>
This div box has shadow with color #ddbecb
#ddbecb Color Palettes
Comments
No comments written yet.
Please login to write comment.