Color spaces of #ddbfd2
RGB | 221 | 191 | 210 |
---|---|---|---|
HSL | 0.89 | 0.31 | 0.81 |
HSV | 322° | 14° | 87° |
CMYK | 0.00 | 0.14 | 0.05 0.13 |
XYZ | 60.0825 | 57.2869 | 68.8636 |
Yxy | 57.2869 | 0.3226 | 0.3076 |
Hunter Lab | 75.6881 | 9.2421 | -0.9624 |
CIE-Lab | 80.3407 | 13.8529 | -5.5702 |
#ddbfd2 color RGB value is (221,191,210).
#ddbfd2 hex color red value is 221, green value is 191 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ddbfd2 hue: 0.89 , saturation: 0.31 and the lightness value of ddbfd2 is 0.81.
The process color (four color CMYK) of #ddbfd2 color hex is 0.00, 0.14, 0.05, 0.13. Web safe color of #ddbfd2 is #cccccc. Color #ddbfd2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111111 | 11010010 |
Octal | 335 | 277 | 322 |
Decimal | 221 | 191 | 210 |
Hex | DD | BF | D2 |
Shades of #ddbfd2
Tints of #ddbfd2
RGB Percentages of Color #ddbfd2
CMYK Percentages of Color #ddbfd2
Complementary Color
#ddbfd2 | #bfddca |
#ddbfd2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbfd2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbfd2 Color CSS Codes
.mybgcolor {background-color:#ddbfd2; } .myforecolor {color:#ddbfd2; } .mybordercolor {border:3px solid #ddbfd2; }
#ddbfd2 Text Font Color
<p style="color:#ddbfd2">Text here</p>
This sample text font color is #ddbfd2
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.
#ddbfd2 Background Color
<div style="background-color:#ddbfd2">
Div content here</div>
This div background color is #ddbfd2
#ddbfd2 Border Color
<div style="border:3px solid #ddbfd2">
Div here</div>
This div border color is #ddbfd2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,191,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbfd2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbfd2; -webkit-box-shadow: 1px 1px 3px 2px #ddbfd2; box-shadow: 1px 1px 3px 2px #ddbfd2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,191,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbfd2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbfd2; -webkit-box-shadow: 1px 1px 3px 2px #ddbfd2; box-shadow: 1px 1px 3px 2px #ddbfd2;">
Div content here</div>
This div box has shadow with color #ddbfd2
Comments
No comments written yet.
Please login to write comment.