Color spaces of #dfddfd
RGB | 223 | 221 | 253 |
---|---|---|---|
HSL | 0.68 | 0.89 | 0.93 |
HSV | 244° | 13° | 99° |
CMYK | 0.12 | 0.13 | 0.00 0.01 |
XYZ | 74.0175 | 74.4927 | 103.4059 |
Yxy | 74.4927 | 0.2938 | 0.2957 |
Hunter Lab | 86.3092 | 2.0380 | -10.6182 |
CIE-Lab | 89.1548 | 6.7579 | -15.2872 |
#dfddfd color RGB value is (223,221,253).
#dfddfd hex color red value is 223, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfddfd hue: 0.68 , saturation: 0.89 and the lightness value of dfddfd is 0.93.
The process color (four color CMYK) of #dfddfd color hex is 0.12, 0.13, 0.00, 0.01. Web safe color of #dfddfd is #ccccff. Color #dfddfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011101 | 11111101 |
Octal | 337 | 335 | 375 |
Decimal | 223 | 221 | 253 |
Hex | DF | DD | FD |
Shades of #dfddfd
Tints of #dfddfd
RGB Percentages of Color #dfddfd
CMYK Percentages of Color #dfddfd
Complementary Color
#dfddfd | #fbfddd |
#dfddfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfddfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfddfd Color CSS Codes
.mybgcolor {background-color:#dfddfd; } .myforecolor {color:#dfddfd; } .mybordercolor {border:3px solid #dfddfd; }
#dfddfd Text Font Color
<p style="color:#dfddfd">Text here</p>
This sample text font color is #dfddfd
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.
#dfddfd Background Color
<div style="background-color:#dfddfd">
Div content here</div>
This div background color is #dfddfd
#dfddfd Border Color
<div style="border:3px solid #dfddfd">
Div here</div>
This div border color is #dfddfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,221,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfddfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfddfd; -webkit-box-shadow: 1px 1px 3px 2px #dfddfd; box-shadow: 1px 1px 3px 2px #dfddfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,221,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfddfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfddfd; -webkit-box-shadow: 1px 1px 3px 2px #dfddfd; box-shadow: 1px 1px 3px 2px #dfddfd;">
Div content here</div>
This div box has shadow with color #dfddfd
Comments
No comments written yet.
Please login to write comment.