Color spaces of #ddbecd
RGB | 221 | 190 | 205 |
---|---|---|---|
HSL | 0.92 | 0.31 | 0.81 |
HSV | 331° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.07 0.13 |
XYZ | 59.2517 | 56.6068 | 65.5609 |
Yxy | 56.6068 | 0.3266 | 0.3120 |
Hunter Lab | 75.2375 | 8.9083 | 1.0018 |
CIE-Lab | 79.9579 | 13.5157 | -3.4405 |
#ddbecd color RGB value is (221,190,205).
#ddbecd hex color red value is 221, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddbecd hue: 0.92 , saturation: 0.31 and the lightness value of ddbecd is 0.81.
The process color (four color CMYK) of #ddbecd color hex is 0.00, 0.14, 0.07, 0.13. Web safe color of #ddbecd is #cccccc. Color #ddbecd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111110 | 11001101 |
Octal | 335 | 276 | 315 |
Decimal | 221 | 190 | 205 |
Hex | DD | BE | CD |
Shades of #ddbecd
Tints of #ddbecd
RGB Percentages of Color #ddbecd
CMYK Percentages of Color #ddbecd
Complementary Color
#ddbecd | #beddce |
#ddbecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbecd Color CSS Codes
.mybgcolor {background-color:#ddbecd; } .myforecolor {color:#ddbecd; } .mybordercolor {border:3px solid #ddbecd; }
#ddbecd Text Font Color
<p style="color:#ddbecd">Text here</p>
This sample text font color is #ddbecd
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.
#ddbecd Background Color
<div style="background-color:#ddbecd">
Div content here</div>
This div background color is #ddbecd
#ddbecd Border Color
<div style="border:3px solid #ddbecd">
Div here</div>
This div border color is #ddbecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,190,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbecd; -webkit-box-shadow: 1px 1px 3px 2px #ddbecd; box-shadow: 1px 1px 3px 2px #ddbecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,190,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbecd; -webkit-box-shadow: 1px 1px 3px 2px #ddbecd; box-shadow: 1px 1px 3px 2px #ddbecd;">
Div content here</div>
This div box has shadow with color #ddbecd
Comments
No comments written yet.
Please login to write comment.