Color spaces of #e6cedf
RGB | 230 | 206 | 223 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.85 |
HSV | 318° | 10° | 90° |
CMYK | 0.00 | 0.10 | 0.03 0.10 |
XYZ | 68.0237 | 66.2933 | 79.0227 |
Yxy | 66.2933 | 0.3189 | 0.3107 |
Hunter Lab | 81.4207 | 6.6433 | -0.5493 |
CIE-Lab | 85.1458 | 11.2701 | -5.3434 |
#e6cedf color RGB value is (230,206,223).
#e6cedf hex color red value is 230, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e6cedf hue: 0.88 , saturation: 0.32 and the lightness value of e6cedf is 0.85.
The process color (four color CMYK) of #e6cedf color hex is 0.00, 0.10, 0.03, 0.10. Web safe color of #e6cedf is #ffcccc. Color #e6cedf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 11001110 | 11011111 |
Octal | 346 | 316 | 337 |
Decimal | 230 | 206 | 223 |
Hex | E6 | CE | DF |
Shades of #e6cedf
Tints of #e6cedf
RGB Percentages of Color #e6cedf
CMYK Percentages of Color #e6cedf
Complementary Color
#e6cedf | #cee6d5 |
#e6cedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6cedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6cedf Color CSS Codes
.mybgcolor {background-color:#e6cedf; } .myforecolor {color:#e6cedf; } .mybordercolor {border:3px solid #e6cedf; }
#e6cedf Text Font Color
<p style="color:#e6cedf">Text here</p>
This sample text font color is #e6cedf
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.
#e6cedf Background Color
<div style="background-color:#e6cedf">
Div content here</div>
This div background color is #e6cedf
#e6cedf Border Color
<div style="border:3px solid #e6cedf">
Div here</div>
This div border color is #e6cedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,206,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6cedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6cedf; -webkit-box-shadow: 1px 1px 3px 2px #e6cedf; box-shadow: 1px 1px 3px 2px #e6cedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,206,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6cedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6cedf; -webkit-box-shadow: 1px 1px 3px 2px #e6cedf; box-shadow: 1px 1px 3px 2px #e6cedf;">
Div content here</div>
This div box has shadow with color #e6cedf
Comments
No comments written yet.
Please login to write comment.