Color spaces of #dccdff
RGB | 220 | 205 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.90 |
HSV | 258° | 20° | 100° |
CMYK | 0.14 | 0.20 | 0.00 0.00 |
XYZ | 69.3965 | 66.0983 | 103.7084 |
Yxy | 66.0983 | 0.2901 | 0.2763 |
Hunter Lab | 81.3009 | 10.0869 | -18.7205 |
CIE-Lab | 85.0465 | 14.6866 | -22.5620 |
#dccdff color RGB value is (220,205,255).
#dccdff hex color red value is 220, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dccdff hue: 0.72 , saturation: 1.00 and the lightness value of dccdff is 0.90.
The process color (four color CMYK) of #dccdff color hex is 0.14, 0.20, 0.00, 0.00. Web safe color of #dccdff is #ccccff. Color #dccdff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001101 | 11111111 |
Octal | 334 | 315 | 377 |
Decimal | 220 | 205 | 255 |
Hex | DC | CD | FF |
Shades of #dccdff
Tints of #dccdff
RGB Percentages of Color #dccdff
CMYK Percentages of Color #dccdff
Complementary Color
#dccdff | #f0ffcd |
#dccdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccdff Color CSS Codes
.mybgcolor {background-color:#dccdff; } .myforecolor {color:#dccdff; } .mybordercolor {border:3px solid #dccdff; }
#dccdff Text Font Color
<p style="color:#dccdff">Text here</p>
This sample text font color is #dccdff
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.
#dccdff Background Color
<div style="background-color:#dccdff">
Div content here</div>
This div background color is #dccdff
#dccdff Border Color
<div style="border:3px solid #dccdff">
Div here</div>
This div border color is #dccdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,205,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccdff; -webkit-box-shadow: 1px 1px 3px 2px #dccdff; box-shadow: 1px 1px 3px 2px #dccdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,205,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 #dccdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccdff; -webkit-box-shadow: 1px 1px 3px 2px #dccdff; box-shadow: 1px 1px 3px 2px #dccdff;">
Div content here</div>
This div box has shadow with color #dccdff
#dccdff Color Palettes
Comments
No comments written yet.
Please login to write comment.