Color spaces of #dfdffd
RGB | 223 | 223 | 253 |
---|---|---|---|
HSL | 0.67 | 0.88 | 0.93 |
HSV | 240° | 12° | 99° |
CMYK | 0.12 | 0.12 | 0.00 0.01 |
XYZ | 74.5487 | 75.5552 | 103.5830 |
Yxy | 75.5552 | 0.2939 | 0.2978 |
Hunter Lab | 86.9225 | 0.9754 | -9.8084 |
CIE-Lab | 89.6524 | 5.7110 | -14.5415 |
#dfdffd color RGB value is (223,223,253).
#dfdffd hex color red value is 223, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfdffd hue: 0.67 , saturation: 0.88 and the lightness value of dfdffd is 0.93.
The process color (four color CMYK) of #dfdffd color hex is 0.12, 0.12, 0.00, 0.01. Web safe color of #dfdffd is #ccccff. Color #dfdffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011111 | 11111101 |
Octal | 337 | 337 | 375 |
Decimal | 223 | 223 | 253 |
Hex | DF | DF | FD |
Shades of #dfdffd
Tints of #dfdffd
RGB Percentages of Color #dfdffd
CMYK Percentages of Color #dfdffd
Complementary Color
#dfdffd | #fdfddf |
#dfdffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdffd Color CSS Codes
.mybgcolor {background-color:#dfdffd; } .myforecolor {color:#dfdffd; } .mybordercolor {border:3px solid #dfdffd; }
#dfdffd Text Font Color
<p style="color:#dfdffd">Text here</p>
This sample text font color is #dfdffd
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.
#dfdffd Background Color
<div style="background-color:#dfdffd">
Div content here</div>
This div background color is #dfdffd
#dfdffd Border Color
<div style="border:3px solid #dfdffd">
Div here</div>
This div border color is #dfdffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,223,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdffd; -webkit-box-shadow: 1px 1px 3px 2px #dfdffd; box-shadow: 1px 1px 3px 2px #dfdffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,223,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 #dfdffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdffd; -webkit-box-shadow: 1px 1px 3px 2px #dfdffd; box-shadow: 1px 1px 3px 2px #dfdffd;">
Div content here</div>
This div box has shadow with color #dfdffd
#dfdffd Color Palettes
Comments
No comments written yet.
Please login to write comment.