Color spaces of #e2c3dd
RGB | 226 | 195 | 221 |
---|---|---|---|
HSL | 0.86 | 0.35 | 0.83 |
HSV | 310° | 14° | 89° |
CMYK | 0.00 | 0.14 | 0.02 0.11 |
XYZ | 63.9303 | 60.4194 | 76.6992 |
Yxy | 60.4194 | 0.3180 | 0.3005 |
Hunter Lab | 77.7299 | 10.7830 | -4.0929 |
CIE-Lab | 82.0656 | 15.3894 | -8.8750 |
#e2c3dd color RGB value is (226,195,221).
#e2c3dd hex color red value is 226, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2c3dd hue: 0.86 , saturation: 0.35 and the lightness value of e2c3dd is 0.83.
The process color (four color CMYK) of #e2c3dd color hex is 0.00, 0.14, 0.02, 0.11. Web safe color of #e2c3dd is #cccccc. Color #e2c3dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11000011 | 11011101 |
Octal | 342 | 303 | 335 |
Decimal | 226 | 195 | 221 |
Hex | E2 | C3 | DD |
Shades of #e2c3dd
Tints of #e2c3dd
RGB Percentages of Color #e2c3dd
CMYK Percentages of Color #e2c3dd
Complementary Color
#e2c3dd | #c3e2c8 |
#e2c3dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2c3dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2c3dd Color CSS Codes
.mybgcolor {background-color:#e2c3dd; } .myforecolor {color:#e2c3dd; } .mybordercolor {border:3px solid #e2c3dd; }
#e2c3dd Text Font Color
<p style="color:#e2c3dd">Text here</p>
This sample text font color is #e2c3dd
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.
#e2c3dd Background Color
<div style="background-color:#e2c3dd">
Div content here</div>
This div background color is #e2c3dd
#e2c3dd Border Color
<div style="border:3px solid #e2c3dd">
Div here</div>
This div border color is #e2c3dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,195,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2c3dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2c3dd; -webkit-box-shadow: 1px 1px 3px 2px #e2c3dd; box-shadow: 1px 1px 3px 2px #e2c3dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,195,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 #e2c3dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2c3dd; -webkit-box-shadow: 1px 1px 3px 2px #e2c3dd; box-shadow: 1px 1px 3px 2px #e2c3dd;">
Div content here</div>
This div box has shadow with color #e2c3dd
Comments
No comments written yet.
Please login to write comment.