Color spaces of #ddafbc
RGB | 221 | 175 | 188 |
---|---|---|---|
HSL | 0.95 | 0.40 | 0.78 |
HSV | 343° | 21° | 87° |
CMYK | 0.00 | 0.21 | 0.15 0.13 |
XYZ | 54.2259 | 49.6629 | 54.3048 |
Yxy | 49.6629 | 0.3428 | 0.3139 |
Hunter Lab | 70.4719 | 14.0242 | 3.6422 |
CIE-Lab | 75.8619 | 18.7360 | -0.2246 |
#ddafbc color RGB value is (221,175,188).
#ddafbc hex color red value is 221, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddafbc hue: 0.95 , saturation: 0.40 and the lightness value of ddafbc is 0.78.
The process color (four color CMYK) of #ddafbc color hex is 0.00, 0.21, 0.15, 0.13. Web safe color of #ddafbc is #cc99cc. Color #ddafbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101111 | 10111100 |
Octal | 335 | 257 | 274 |
Decimal | 221 | 175 | 188 |
Hex | DD | AF | BC |
Shades of #ddafbc
Tints of #ddafbc
RGB Percentages of Color #ddafbc
CMYK Percentages of Color #ddafbc
Complementary Color
#ddafbc | #afddd0 |
#ddafbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddafbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddafbc Color CSS Codes
.mybgcolor {background-color:#ddafbc; } .myforecolor {color:#ddafbc; } .mybordercolor {border:3px solid #ddafbc; }
#ddafbc Text Font Color
<p style="color:#ddafbc">Text here</p>
This sample text font color is #ddafbc
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.
#ddafbc Background Color
<div style="background-color:#ddafbc">
Div content here</div>
This div background color is #ddafbc
#ddafbc Border Color
<div style="border:3px solid #ddafbc">
Div here</div>
This div border color is #ddafbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddafbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddafbc; -webkit-box-shadow: 1px 1px 3px 2px #ddafbc; box-shadow: 1px 1px 3px 2px #ddafbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,175,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddafbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafbc; -webkit-box-shadow: 1px 1px 3px 2px #ddafbc; box-shadow: 1px 1px 3px 2px #ddafbc;">
Div content here</div>
This div box has shadow with color #ddafbc
Comments
No comments written yet.
Please login to write comment.