Color spaces of #dcdcf5
RGB | 220 | 220 | 245 |
---|---|---|---|
HSL | 0.67 | 0.56 | 0.91 |
HSV | 240° | 10° | 96° |
CMYK | 0.10 | 0.10 | 0.00 0.04 |
XYZ | 71.5898 | 72.9946 | 96.7024 |
Yxy | 72.9946 | 0.2967 | 0.3025 |
Hunter Lab | 85.4369 | 0.0553 | -7.3020 |
CIE-Lab | 88.4451 | 4.7316 | -12.1675 |
#dcdcf5 color RGB value is (220,220,245).
#dcdcf5 hex color red value is 220, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dcdcf5 hue: 0.67 , saturation: 0.56 and the lightness value of dcdcf5 is 0.91.
The process color (four color CMYK) of #dcdcf5 color hex is 0.10, 0.10, 0.00, 0.04. Web safe color of #dcdcf5 is #ccccff. Color #dcdcf5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011100 | 11110101 |
Octal | 334 | 334 | 365 |
Decimal | 220 | 220 | 245 |
Hex | DC | DC | F5 |
Shades of #dcdcf5
Tints of #dcdcf5
RGB Percentages of Color #dcdcf5
CMYK Percentages of Color #dcdcf5
Complementary Color
#dcdcf5 | #f5f5dc |
#dcdcf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdcf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdcf5 Color CSS Codes
.mybgcolor {background-color:#dcdcf5; } .myforecolor {color:#dcdcf5; } .mybordercolor {border:3px solid #dcdcf5; }
#dcdcf5 Text Font Color
<p style="color:#dcdcf5">Text here</p>
This sample text font color is #dcdcf5
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.
#dcdcf5 Background Color
<div style="background-color:#dcdcf5">
Div content here</div>
This div background color is #dcdcf5
#dcdcf5 Border Color
<div style="border:3px solid #dcdcf5">
Div here</div>
This div border color is #dcdcf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,220,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdcf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdcf5; -webkit-box-shadow: 1px 1px 3px 2px #dcdcf5; box-shadow: 1px 1px 3px 2px #dcdcf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,220,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcdcf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdcf5; -webkit-box-shadow: 1px 1px 3px 2px #dcdcf5; box-shadow: 1px 1px 3px 2px #dcdcf5;">
Div content here</div>
This div box has shadow with color #dcdcf5
Comments
No comments written yet.
Please login to write comment.