Color spaces of #eddbdd
RGB | 237 | 219 | 221 |
---|---|---|---|
HSL | 0.98 | 0.33 | 0.89 |
HSV | 353° | 8° | 93° |
CMYK | 0.00 | 0.08 | 0.07 0.07 |
XYZ | 73.3077 | 73.8880 | 78.8047 |
Yxy | 73.8880 | 0.3244 | 0.3269 |
Hunter Lab | 85.9581 | 1.8035 | 5.8148 |
CIE-Lab | 88.8695 | 6.5125 | 1.2422 |
#eddbdd color RGB value is (237,219,221).
#eddbdd hex color red value is 237, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eddbdd hue: 0.98 , saturation: 0.33 and the lightness value of eddbdd is 0.89.
The process color (four color CMYK) of #eddbdd color hex is 0.00, 0.08, 0.07, 0.07. Web safe color of #eddbdd is #ffcccc. Color #eddbdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011011 | 11011101 |
Octal | 355 | 333 | 335 |
Decimal | 237 | 219 | 221 |
Hex | ED | DB | DD |
Shades of #eddbdd
Tints of #eddbdd
RGB Percentages of Color #eddbdd
CMYK Percentages of Color #eddbdd
Complementary Color
#eddbdd | #dbedeb |
#eddbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddbdd Color CSS Codes
.mybgcolor {background-color:#eddbdd; } .myforecolor {color:#eddbdd; } .mybordercolor {border:3px solid #eddbdd; }
#eddbdd Text Font Color
<p style="color:#eddbdd">Text here</p>
This sample text font color is #eddbdd
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.
#eddbdd Background Color
<div style="background-color:#eddbdd">
Div content here</div>
This div background color is #eddbdd
#eddbdd Border Color
<div style="border:3px solid #eddbdd">
Div here</div>
This div border color is #eddbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,219,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddbdd; -webkit-box-shadow: 1px 1px 3px 2px #eddbdd; box-shadow: 1px 1px 3px 2px #eddbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,219,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 #eddbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddbdd; -webkit-box-shadow: 1px 1px 3px 2px #eddbdd; box-shadow: 1px 1px 3px 2px #eddbdd;">
Div content here</div>
This div box has shadow with color #eddbdd
Comments
No comments written yet.
Please login to write comment.