Color spaces of #eedcdd
RGB | 238 | 220 | 221 |
---|---|---|---|
HSL | 0.99 | 0.35 | 0.90 |
HSV | 357° | 8° | 93° |
CMYK | 0.00 | 0.08 | 0.07 0.07 |
XYZ | 73.9042 | 74.5840 | 78.9076 |
Yxy | 74.5840 | 0.3250 | 0.3280 |
Hunter Lab | 86.3620 | 1.6176 | 6.2811 |
CIE-Lab | 89.1978 | 6.3380 | 1.7300 |
#eedcdd color RGB value is (238,220,221).
#eedcdd hex color red value is 238, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eedcdd hue: 0.99 , saturation: 0.35 and the lightness value of eedcdd is 0.90.
The process color (four color CMYK) of #eedcdd color hex is 0.00, 0.08, 0.07, 0.07. Web safe color of #eedcdd is #ffcccc. Color #eedcdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011100 | 11011101 |
Octal | 356 | 334 | 335 |
Decimal | 238 | 220 | 221 |
Hex | EE | DC | DD |
Shades of #eedcdd
Tints of #eedcdd
RGB Percentages of Color #eedcdd
CMYK Percentages of Color #eedcdd
Complementary Color
#eedcdd | #dceeed |
#eedcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedcdd Color CSS Codes
.mybgcolor {background-color:#eedcdd; } .myforecolor {color:#eedcdd; } .mybordercolor {border:3px solid #eedcdd; }
#eedcdd Text Font Color
<p style="color:#eedcdd">Text here</p>
This sample text font color is #eedcdd
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.
#eedcdd Background Color
<div style="background-color:#eedcdd">
Div content here</div>
This div background color is #eedcdd
#eedcdd Border Color
<div style="border:3px solid #eedcdd">
Div here</div>
This div border color is #eedcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,220,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedcdd; -webkit-box-shadow: 1px 1px 3px 2px #eedcdd; box-shadow: 1px 1px 3px 2px #eedcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,220,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 #eedcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedcdd; -webkit-box-shadow: 1px 1px 3px 2px #eedcdd; box-shadow: 1px 1px 3px 2px #eedcdd;">
Div content here</div>
This div box has shadow with color #eedcdd
Comments
No comments written yet.
Please login to write comment.