Color spaces of #edd3de
RGB | 237 | 211 | 222 |
---|---|---|---|
HSL | 0.93 | 0.42 | 0.88 |
HSV | 335° | 11° | 93° |
CMYK | 0.00 | 0.11 | 0.06 0.07 |
XYZ | 71.4041 | 69.8670 | 78.8295 |
Yxy | 69.8670 | 0.3244 | 0.3174 |
Hunter Lab | 83.5865 | 6.2080 | 2.5948 |
CIE-Lab | 86.9316 | 10.8618 | -2.1179 |
#edd3de color RGB value is (237,211,222).
#edd3de hex color red value is 237, green value is 211 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #edd3de hue: 0.93 , saturation: 0.42 and the lightness value of edd3de is 0.88.
The process color (four color CMYK) of #edd3de color hex is 0.00, 0.11, 0.06, 0.07. Web safe color of #edd3de is #ffcccc. Color #edd3de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010011 | 11011110 |
Octal | 355 | 323 | 336 |
Decimal | 237 | 211 | 222 |
Hex | ED | D3 | DE |
Shades of #edd3de
Tints of #edd3de
RGB Percentages of Color #edd3de
CMYK Percentages of Color #edd3de
Complementary Color
#edd3de | #d3ede2 |
#edd3de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd3de Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd3de Color CSS Codes
.mybgcolor {background-color:#edd3de; } .myforecolor {color:#edd3de; } .mybordercolor {border:3px solid #edd3de; }
#edd3de Text Font Color
<p style="color:#edd3de">Text here</p>
This sample text font color is #edd3de
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.
#edd3de Background Color
<div style="background-color:#edd3de">
Div content here</div>
This div background color is #edd3de
#edd3de Border Color
<div style="border:3px solid #edd3de">
Div here</div>
This div border color is #edd3de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,211,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd3de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd3de; -webkit-box-shadow: 1px 1px 3px 2px #edd3de; box-shadow: 1px 1px 3px 2px #edd3de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,211,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd3de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd3de; -webkit-box-shadow: 1px 1px 3px 2px #edd3de; box-shadow: 1px 1px 3px 2px #edd3de;">
Div content here</div>
This div box has shadow with color #edd3de
Comments
No comments written yet.
Please login to write comment.