Color spaces of #d9ddff
RGB | 217 | 221 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.93 |
HSV | 234° | 15° | 100° |
CMYK | 0.15 | 0.13 | 0.00 0.00 |
XYZ | 72.5217 | 73.6846 | 105.0080 |
Yxy | 73.6846 | 0.2887 | 0.2933 |
Hunter Lab | 85.8397 | 0.5862 | -12.4418 |
CIE-Lab | 88.7732 | 5.2830 | -16.9552 |
#d9ddff color RGB value is (217,221,255).
#d9ddff hex color red value is 217, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d9ddff hue: 0.65 , saturation: 1.00 and the lightness value of d9ddff is 0.93.
The process color (four color CMYK) of #d9ddff color hex is 0.15, 0.13, 0.00, 0.00. Web safe color of #d9ddff is #ccccff. Color #d9ddff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11011101 | 11111111 |
Octal | 331 | 335 | 377 |
Decimal | 217 | 221 | 255 |
Hex | D9 | DD | FF |
Shades of #d9ddff
Tints of #d9ddff
RGB Percentages of Color #d9ddff
CMYK Percentages of Color #d9ddff
Complementary Color
#d9ddff | #fffbd9 |
#d9ddff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9ddff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9ddff Color CSS Codes
.mybgcolor {background-color:#d9ddff; } .myforecolor {color:#d9ddff; } .mybordercolor {border:3px solid #d9ddff; }
#d9ddff Text Font Color
<p style="color:#d9ddff">Text here</p>
This sample text font color is #d9ddff
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.
#d9ddff Background Color
<div style="background-color:#d9ddff">
Div content here</div>
This div background color is #d9ddff
#d9ddff Border Color
<div style="border:3px solid #d9ddff">
Div here</div>
This div border color is #d9ddff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,221,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9ddff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9ddff; -webkit-box-shadow: 1px 1px 3px 2px #d9ddff; box-shadow: 1px 1px 3px 2px #d9ddff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,221,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9ddff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9ddff; -webkit-box-shadow: 1px 1px 3px 2px #d9ddff; box-shadow: 1px 1px 3px 2px #d9ddff;">
Div content here</div>
This div box has shadow with color #d9ddff
Comments
No comments written yet.
Please login to write comment.