Color spaces of #dddceb
RGB | 221 | 220 | 235 |
---|---|---|---|
HSL | 0.68 | 0.27 | 0.89 |
HSV | 244° | 6° | 92° |
CMYK | 0.06 | 0.06 | 0.00 0.08 |
XYZ | 70.4074 | 72.5567 | 88.8912 |
Yxy | 72.5567 | 0.3037 | 0.3129 |
Hunter Lab | 85.1802 | -1.5227 | -2.2469 |
CIE-Lab | 88.2359 | 3.1152 | -7.2061 |
#dddceb color RGB value is (221,220,235).
#dddceb hex color red value is 221, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dddceb hue: 0.68 , saturation: 0.27 and the lightness value of dddceb is 0.89.
The process color (four color CMYK) of #dddceb color hex is 0.06, 0.06, 0.00, 0.08. Web safe color of #dddceb is #ccccff. Color #dddceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011100 | 11101011 |
Octal | 335 | 334 | 353 |
Decimal | 221 | 220 | 235 |
Hex | DD | DC | EB |
Shades of #dddceb
Tints of #dddceb
RGB Percentages of Color #dddceb
CMYK Percentages of Color #dddceb
Complementary Color
#dddceb | #eaebdc |
#dddceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddceb Color CSS Codes
.mybgcolor {background-color:#dddceb; } .myforecolor {color:#dddceb; } .mybordercolor {border:3px solid #dddceb; }
#dddceb Text Font Color
<p style="color:#dddceb">Text here</p>
This sample text font color is #dddceb
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.
#dddceb Background Color
<div style="background-color:#dddceb">
Div content here</div>
This div background color is #dddceb
#dddceb Border Color
<div style="border:3px solid #dddceb">
Div here</div>
This div border color is #dddceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddceb; -webkit-box-shadow: 1px 1px 3px 2px #dddceb; box-shadow: 1px 1px 3px 2px #dddceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,220,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddceb; -webkit-box-shadow: 1px 1px 3px 2px #dddceb; box-shadow: 1px 1px 3px 2px #dddceb;">
Div content here</div>
This div box has shadow with color #dddceb
Comments
No comments written yet.
Please login to write comment.