Color spaces of #edd3db
RGB | 237 | 211 | 219 |
---|---|---|---|
HSL | 0.95 | 0.42 | 0.88 |
HSV | 342° | 11° | 93° |
CMYK | 0.00 | 0.11 | 0.08 0.07 |
XYZ | 71.0055 | 69.7075 | 76.7303 |
Yxy | 69.7075 | 0.3265 | 0.3206 |
Hunter Lab | 83.4910 | 5.6973 | 3.9547 |
CIE-Lab | 86.8532 | 10.3523 | -0.6446 |
#edd3db color RGB value is (237,211,219).
#edd3db hex color red value is 237, green value is 211 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edd3db hue: 0.95 , saturation: 0.42 and the lightness value of edd3db is 0.88.
The process color (four color CMYK) of #edd3db color hex is 0.00, 0.11, 0.08, 0.07. Web safe color of #edd3db is #ffcccc. Color #edd3db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010011 | 11011011 |
Octal | 355 | 323 | 333 |
Decimal | 237 | 211 | 219 |
Hex | ED | D3 | DB |
Shades of #edd3db
Tints of #edd3db
RGB Percentages of Color #edd3db
CMYK Percentages of Color #edd3db
Complementary Color
#edd3db | #d3ede5 |
#edd3db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd3db Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd3db Color CSS Codes
.mybgcolor {background-color:#edd3db; } .myforecolor {color:#edd3db; } .mybordercolor {border:3px solid #edd3db; }
#edd3db Text Font Color
<p style="color:#edd3db">Text here</p>
This sample text font color is #edd3db
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.
#edd3db Background Color
<div style="background-color:#edd3db">
Div content here</div>
This div background color is #edd3db
#edd3db Border Color
<div style="border:3px solid #edd3db">
Div here</div>
This div border color is #edd3db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,211,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd3db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd3db; -webkit-box-shadow: 1px 1px 3px 2px #edd3db; box-shadow: 1px 1px 3px 2px #edd3db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,211,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd3db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd3db; -webkit-box-shadow: 1px 1px 3px 2px #edd3db; box-shadow: 1px 1px 3px 2px #edd3db;">
Div content here</div>
This div box has shadow with color #edd3db
#edd3db Color Palettes
Comments
No comments written yet.
Please login to write comment.