Color spaces of #ddd5fa
RGB | 221 | 213 | 250 |
---|---|---|---|
HSL | 0.70 | 0.79 | 0.91 |
HSV | 253° | 15° | 98° |
CMYK | 0.12 | 0.15 | 0.00 0.02 |
XYZ | 70.8684 | 69.8628 | 100.1922 |
Yxy | 69.8628 | 0.2942 | 0.2900 |
Hunter Lab | 83.5840 | 5.0730 | -12.5622 |
CIE-Lab | 86.9295 | 9.7312 | -17.0659 |
#ddd5fa color RGB value is (221,213,250).
#ddd5fa hex color red value is 221, green value is 213 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddd5fa hue: 0.70 , saturation: 0.79 and the lightness value of ddd5fa is 0.91.
The process color (four color CMYK) of #ddd5fa color hex is 0.12, 0.15, 0.00, 0.02. Web safe color of #ddd5fa is #ccccff. Color #ddd5fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11010101 | 11111010 |
Octal | 335 | 325 | 372 |
Decimal | 221 | 213 | 250 |
Hex | DD | D5 | FA |
Shades of #ddd5fa
Tints of #ddd5fa
RGB Percentages of Color #ddd5fa
CMYK Percentages of Color #ddd5fa
Complementary Color
#ddd5fa | #f2fad5 |
#ddd5fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddd5fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddd5fa Color CSS Codes
.mybgcolor {background-color:#ddd5fa; } .myforecolor {color:#ddd5fa; } .mybordercolor {border:3px solid #ddd5fa; }
#ddd5fa Text Font Color
<p style="color:#ddd5fa">Text here</p>
This sample text font color is #ddd5fa
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.
#ddd5fa Background Color
<div style="background-color:#ddd5fa">
Div content here</div>
This div background color is #ddd5fa
#ddd5fa Border Color
<div style="border:3px solid #ddd5fa">
Div here</div>
This div border color is #ddd5fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,213,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddd5fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddd5fa; -webkit-box-shadow: 1px 1px 3px 2px #ddd5fa; box-shadow: 1px 1px 3px 2px #ddd5fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,213,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 #ddd5fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd5fa; -webkit-box-shadow: 1px 1px 3px 2px #ddd5fa; box-shadow: 1px 1px 3px 2px #ddd5fa;">
Div content here</div>
This div box has shadow with color #ddd5fa
Comments
No comments written yet.
Please login to write comment.