Color spaces of #ddd3fa
RGB | 221 | 211 | 250 |
---|---|---|---|
HSL | 0.71 | 0.80 | 0.90 |
HSV | 255° | 16° | 98° |
CMYK | 0.12 | 0.16 | 0.00 0.02 |
XYZ | 70.3684 | 68.8628 | 100.0255 |
Yxy | 68.8628 | 0.2941 | 0.2878 |
Hunter Lab | 82.9836 | 6.1430 | -13.3775 |
CIE-Lab | 86.4361 | 10.7894 | -17.8088 |
#ddd3fa color RGB value is (221,211,250).
#ddd3fa hex color red value is 221, green value is 211 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddd3fa hue: 0.71 , saturation: 0.80 and the lightness value of ddd3fa is 0.90.
The process color (four color CMYK) of #ddd3fa color hex is 0.12, 0.16, 0.00, 0.02. Web safe color of #ddd3fa is #ccccff. Color #ddd3fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11010011 | 11111010 |
Octal | 335 | 323 | 372 |
Decimal | 221 | 211 | 250 |
Hex | DD | D3 | FA |
Shades of #ddd3fa
Tints of #ddd3fa
RGB Percentages of Color #ddd3fa
CMYK Percentages of Color #ddd3fa
Complementary Color
#ddd3fa | #f0fad3 |
#ddd3fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddd3fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddd3fa Color CSS Codes
.mybgcolor {background-color:#ddd3fa; } .myforecolor {color:#ddd3fa; } .mybordercolor {border:3px solid #ddd3fa; }
#ddd3fa Text Font Color
<p style="color:#ddd3fa">Text here</p>
This sample text font color is #ddd3fa
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.
#ddd3fa Background Color
<div style="background-color:#ddd3fa">
Div content here</div>
This div background color is #ddd3fa
#ddd3fa Border Color
<div style="border:3px solid #ddd3fa">
Div here</div>
This div border color is #ddd3fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,211,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddd3fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddd3fa; -webkit-box-shadow: 1px 1px 3px 2px #ddd3fa; box-shadow: 1px 1px 3px 2px #ddd3fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,211,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddd3fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd3fa; -webkit-box-shadow: 1px 1px 3px 2px #ddd3fa; box-shadow: 1px 1px 3px 2px #ddd3fa;">
Div content here</div>
This div box has shadow with color #ddd3fa
Comments
No comments written yet.
Please login to write comment.