Color spaces of #ddddde
RGB | 221 | 221 | 222 |
---|---|---|---|
HSL | 0.67 | 0.01 | 0.87 |
HSV | 240° | 0° | 87° |
CMYK | 0.00 | 0.00 | 0.00 0.13 |
XYZ | 68.8601 | 72.3590 | 79.4446 |
Yxy | 72.3590 | 0.3121 | 0.3279 |
Hunter Lab | 85.0641 | -4.3649 | 4.1717 |
CIE-Lab | 88.1411 | 0.1849 | -0.4984 |
#ddddde color RGB value is (221,221,222).
#ddddde hex color red value is 221, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddddde hue: 0.67 , saturation: 0.01 and the lightness value of ddddde is 0.87.
The process color (four color CMYK) of #ddddde color hex is 0.00, 0.00, 0.00, 0.13. Web safe color of #ddddde is #cccccc. Color #ddddde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011101 | 11011110 |
Octal | 335 | 335 | 336 |
Decimal | 221 | 221 | 222 |
Hex | DD | DD | DE |
Shades of #ddddde
Tints of #ddddde
RGB Percentages of Color #ddddde
CMYK Percentages of Color #ddddde
Complementary Color
#ddddde | #dededd |
#ddddde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddddde Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddddde Color CSS Codes
.mybgcolor {background-color:#ddddde; } .myforecolor {color:#ddddde; } .mybordercolor {border:3px solid #ddddde; }
#ddddde Text Font Color
<p style="color:#ddddde">Text here</p>
This sample text font color is #ddddde
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.
#ddddde Background Color
<div style="background-color:#ddddde">
Div content here</div>
This div background color is #ddddde
#ddddde Border Color
<div style="border:3px solid #ddddde">
Div here</div>
This div border color is #ddddde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,221,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddddde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddddde; -webkit-box-shadow: 1px 1px 3px 2px #ddddde; box-shadow: 1px 1px 3px 2px #ddddde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,221,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 #ddddde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddddde; -webkit-box-shadow: 1px 1px 3px 2px #ddddde; box-shadow: 1px 1px 3px 2px #ddddde;">
Div content here</div>
This div box has shadow with color #ddddde
#ddddde Color Palettes
Comments
No comments written yet.
Please login to write comment.