Color spaces of #c7dcdd
RGB | 199 | 220 | 221 |
---|---|---|---|
HSL | 0.51 | 0.24 | 0.82 |
HSV | 183° | 10° | 87° |
CMYK | 0.10 | 0.00 | 0.00 0.13 |
XYZ | 62.1975 | 68.5490 | 78.3597 |
Yxy | 68.5490 | 0.2974 | 0.3278 |
Hunter Lab | 82.7943 | -10.7957 | 1.8417 |
CIE-Lab | 86.2802 | -6.7713 | -2.8835 |
#c7dcdd color RGB value is (199,220,221).
#c7dcdd hex color red value is 199, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c7dcdd hue: 0.51 , saturation: 0.24 and the lightness value of c7dcdd is 0.82.
The process color (four color CMYK) of #c7dcdd color hex is 0.10, 0.00, 0.00, 0.13. Web safe color of #c7dcdd is #cccccc. Color #c7dcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011100 | 11011101 |
Octal | 307 | 334 | 335 |
Decimal | 199 | 220 | 221 |
Hex | C7 | DC | DD |
Shades of #c7dcdd
Tints of #c7dcdd
RGB Percentages of Color #c7dcdd
CMYK Percentages of Color #c7dcdd
Complementary Color
#c7dcdd | #ddc8c7 |
#c7dcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7dcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7dcdd Color CSS Codes
.mybgcolor {background-color:#c7dcdd; } .myforecolor {color:#c7dcdd; } .mybordercolor {border:3px solid #c7dcdd; }
#c7dcdd Text Font Color
<p style="color:#c7dcdd">Text here</p>
This sample text font color is #c7dcdd
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.
#c7dcdd Background Color
<div style="background-color:#c7dcdd">
Div content here</div>
This div background color is #c7dcdd
#c7dcdd Border Color
<div style="border:3px solid #c7dcdd">
Div here</div>
This div border color is #c7dcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,220,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7dcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7dcdd; -webkit-box-shadow: 1px 1px 3px 2px #c7dcdd; box-shadow: 1px 1px 3px 2px #c7dcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,220,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 #c7dcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7dcdd; -webkit-box-shadow: 1px 1px 3px 2px #c7dcdd; box-shadow: 1px 1px 3px 2px #c7dcdd;">
Div content here</div>
This div box has shadow with color #c7dcdd
#c7dcdd Color Palettes
Comments
No comments written yet.
Please login to write comment.