Color spaces of #c6bcdd
RGB | 198 | 188 | 221 |
---|---|---|---|
HSL | 0.72 | 0.33 | 0.80 |
HSV | 258° | 15° | 87° |
CMYK | 0.10 | 0.15 | 0.00 0.13 |
XYZ | 54.3231 | 53.1927 | 75.8107 |
Yxy | 53.1927 | 0.2963 | 0.2902 |
Hunter Lab | 72.9333 | 5.3193 | -10.5758 |
CIE-Lab | 77.9886 | 9.8167 | -15.2145 |
#c6bcdd color RGB value is (198,188,221).
#c6bcdd hex color red value is 198, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6bcdd hue: 0.72 , saturation: 0.33 and the lightness value of c6bcdd is 0.80.
The process color (four color CMYK) of #c6bcdd color hex is 0.10, 0.15, 0.00, 0.13. Web safe color of #c6bcdd is #cccccc. Color #c6bcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111100 | 11011101 |
Octal | 306 | 274 | 335 |
Decimal | 198 | 188 | 221 |
Hex | C6 | BC | DD |
Shades of #c6bcdd
Tints of #c6bcdd
RGB Percentages of Color #c6bcdd
CMYK Percentages of Color #c6bcdd
Complementary Color
#c6bcdd | #d3ddbc |
#c6bcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6bcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6bcdd Color CSS Codes
.mybgcolor {background-color:#c6bcdd; } .myforecolor {color:#c6bcdd; } .mybordercolor {border:3px solid #c6bcdd; }
#c6bcdd Text Font Color
<p style="color:#c6bcdd">Text here</p>
This sample text font color is #c6bcdd
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.
#c6bcdd Background Color
<div style="background-color:#c6bcdd">
Div content here</div>
This div background color is #c6bcdd
#c6bcdd Border Color
<div style="border:3px solid #c6bcdd">
Div here</div>
This div border color is #c6bcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,188,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6bcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6bcdd; -webkit-box-shadow: 1px 1px 3px 2px #c6bcdd; box-shadow: 1px 1px 3px 2px #c6bcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,188,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6bcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bcdd; -webkit-box-shadow: 1px 1px 3px 2px #c6bcdd; box-shadow: 1px 1px 3px 2px #c6bcdd;">
Div content here</div>
This div box has shadow with color #c6bcdd
#c6bcdd Color Palettes
Comments
No comments written yet.
Please login to write comment.