Color spaces of #dcc6fa
RGB | 220 | 198 | 250 |
---|---|---|---|
HSL | 0.74 | 0.84 | 0.88 |
HSV | 265° | 21° | 98° |
CMYK | 0.12 | 0.21 | 0.00 0.02 |
XYZ | 66.9646 | 62.5059 | 98.9779 |
Yxy | 62.5059 | 0.2931 | 0.2736 |
Hunter Lab | 79.0607 | 12.8338 | -18.8841 |
CIE-Lab | 83.1817 | 17.4027 | -22.7386 |
#dcc6fa color RGB value is (220,198,250).
#dcc6fa hex color red value is 220, green value is 198 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dcc6fa hue: 0.74 , saturation: 0.84 and the lightness value of dcc6fa is 0.88.
The process color (four color CMYK) of #dcc6fa color hex is 0.12, 0.21, 0.00, 0.02. Web safe color of #dcc6fa is #ccccff. Color #dcc6fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11000110 | 11111010 |
Octal | 334 | 306 | 372 |
Decimal | 220 | 198 | 250 |
Hex | DC | C6 | FA |
Shades of #dcc6fa
Tints of #dcc6fa
RGB Percentages of Color #dcc6fa
CMYK Percentages of Color #dcc6fa
Complementary Color
#dcc6fa | #e4fac6 |
#dcc6fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcc6fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcc6fa Color CSS Codes
.mybgcolor {background-color:#dcc6fa; } .myforecolor {color:#dcc6fa; } .mybordercolor {border:3px solid #dcc6fa; }
#dcc6fa Text Font Color
<p style="color:#dcc6fa">Text here</p>
This sample text font color is #dcc6fa
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.
#dcc6fa Background Color
<div style="background-color:#dcc6fa">
Div content here</div>
This div background color is #dcc6fa
#dcc6fa Border Color
<div style="border:3px solid #dcc6fa">
Div here</div>
This div border color is #dcc6fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,198,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcc6fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcc6fa; -webkit-box-shadow: 1px 1px 3px 2px #dcc6fa; box-shadow: 1px 1px 3px 2px #dcc6fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,198,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcc6fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc6fa; -webkit-box-shadow: 1px 1px 3px 2px #dcc6fa; box-shadow: 1px 1px 3px 2px #dcc6fa;">
Div content here</div>
This div box has shadow with color #dcc6fa
Comments
No comments written yet.
Please login to write comment.