Color spaces of #ddbdfc
RGB | 221 | 189 | 252 |
---|---|---|---|
HSL | 0.75 | 0.91 | 0.86 |
HSV | 270° | 25° | 99° |
CMYK | 0.12 | 0.25 | 0.00 0.01 |
XYZ | 65.5871 | 58.7956 | 99.9873 |
Yxy | 58.7956 | 0.2923 | 0.2620 |
Hunter Lab | 76.6783 | 18.4937 | -23.6384 |
CIE-Lab | 81.1791 | 22.9628 | -26.8477 |
#ddbdfc color RGB value is (221,189,252).
#ddbdfc hex color red value is 221, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddbdfc hue: 0.75 , saturation: 0.91 and the lightness value of ddbdfc is 0.86.
The process color (four color CMYK) of #ddbdfc color hex is 0.12, 0.25, 0.00, 0.01. Web safe color of #ddbdfc is #ccccff. Color #ddbdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111101 | 11111100 |
Octal | 335 | 275 | 374 |
Decimal | 221 | 189 | 252 |
Hex | DD | BD | FC |
Shades of #ddbdfc
Tints of #ddbdfc
RGB Percentages of Color #ddbdfc
CMYK Percentages of Color #ddbdfc
Complementary Color
#ddbdfc | #dcfcbd |
#ddbdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbdfc Color CSS Codes
.mybgcolor {background-color:#ddbdfc; } .myforecolor {color:#ddbdfc; } .mybordercolor {border:3px solid #ddbdfc; }
#ddbdfc Text Font Color
<p style="color:#ddbdfc">Text here</p>
This sample text font color is #ddbdfc
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.
#ddbdfc Background Color
<div style="background-color:#ddbdfc">
Div content here</div>
This div background color is #ddbdfc
#ddbdfc Border Color
<div style="border:3px solid #ddbdfc">
Div here</div>
This div border color is #ddbdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,189,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbdfc; -webkit-box-shadow: 1px 1px 3px 2px #ddbdfc; box-shadow: 1px 1px 3px 2px #ddbdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,189,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbdfc; -webkit-box-shadow: 1px 1px 3px 2px #ddbdfc; box-shadow: 1px 1px 3px 2px #ddbdfc;">
Div content here</div>
This div box has shadow with color #ddbdfc
#ddbdfc Color Palettes
Comments
No comments written yet.
Please login to write comment.