Color spaces of #dfdcf0
RGB | 223 | 220 | 240 |
---|---|---|---|
HSL | 0.69 | 0.40 | 0.90 |
HSV | 249° | 8° | 94° |
CMYK | 0.07 | 0.08 | 0.00 0.06 |
XYZ | 71.7528 | 73.1656 | 92.7787 |
Yxy | 73.1656 | 0.3019 | 0.3078 |
Hunter Lab | 85.5369 | 0.0455 | -4.4338 |
CIE-Lab | 88.5266 | 4.7253 | -9.3909 |
#dfdcf0 color RGB value is (223,220,240).
#dfdcf0 hex color red value is 223, green value is 220 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dfdcf0 hue: 0.69 , saturation: 0.40 and the lightness value of dfdcf0 is 0.90.
The process color (four color CMYK) of #dfdcf0 color hex is 0.07, 0.08, 0.00, 0.06. Web safe color of #dfdcf0 is #ccccff. Color #dfdcf0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011100 | 11110000 |
Octal | 337 | 334 | 360 |
Decimal | 223 | 220 | 240 |
Hex | DF | DC | F0 |
Shades of #dfdcf0
Tints of #dfdcf0
RGB Percentages of Color #dfdcf0
CMYK Percentages of Color #dfdcf0
Complementary Color
#dfdcf0 | #edf0dc |
#dfdcf0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdcf0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdcf0 Color CSS Codes
.mybgcolor {background-color:#dfdcf0; } .myforecolor {color:#dfdcf0; } .mybordercolor {border:3px solid #dfdcf0; }
#dfdcf0 Text Font Color
<p style="color:#dfdcf0">Text here</p>
This sample text font color is #dfdcf0
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.
#dfdcf0 Background Color
<div style="background-color:#dfdcf0">
Div content here</div>
This div background color is #dfdcf0
#dfdcf0 Border Color
<div style="border:3px solid #dfdcf0">
Div here</div>
This div border color is #dfdcf0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,220,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdcf0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdcf0; -webkit-box-shadow: 1px 1px 3px 2px #dfdcf0; box-shadow: 1px 1px 3px 2px #dfdcf0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,220,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdcf0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdcf0; -webkit-box-shadow: 1px 1px 3px 2px #dfdcf0; box-shadow: 1px 1px 3px 2px #dfdcf0;">
Div content here</div>
This div box has shadow with color #dfdcf0
Comments
No comments written yet.
Please login to write comment.