Color spaces of #ddcebc
RGB | 221 | 206 | 188 |
---|---|---|---|
HSL | 0.09 | 0.33 | 0.80 |
HSV | 33° | 15° | 87° |
CMYK | 0.00 | 0.07 | 0.15 0.13 |
XYZ | 60.9672 | 63.1456 | 56.5520 |
Yxy | 63.1456 | 0.3375 | 0.3495 |
Hunter Lab | 79.4642 | -2.1121 | 13.4302 |
CIE-Lab | 83.5189 | 2.2496 | 10.8189 |
#ddcebc color RGB value is (221,206,188).
#ddcebc hex color red value is 221, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddcebc hue: 0.09 , saturation: 0.33 and the lightness value of ddcebc is 0.80.
The process color (four color CMYK) of #ddcebc color hex is 0.00, 0.07, 0.15, 0.13. Web safe color of #ddcebc is #cccccc. Color #ddcebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001110 | 10111100 |
Octal | 335 | 316 | 274 |
Decimal | 221 | 206 | 188 |
Hex | DD | CE | BC |
Shades of #ddcebc
Tints of #ddcebc
RGB Percentages of Color #ddcebc
CMYK Percentages of Color #ddcebc
Complementary Color
#ddcebc | #bccbdd |
#ddcebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcebc Color CSS Codes
.mybgcolor {background-color:#ddcebc; } .myforecolor {color:#ddcebc; } .mybordercolor {border:3px solid #ddcebc; }
#ddcebc Text Font Color
<p style="color:#ddcebc">Text here</p>
This sample text font color is #ddcebc
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.
#ddcebc Background Color
<div style="background-color:#ddcebc">
Div content here</div>
This div background color is #ddcebc
#ddcebc Border Color
<div style="border:3px solid #ddcebc">
Div here</div>
This div border color is #ddcebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,206,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcebc; -webkit-box-shadow: 1px 1px 3px 2px #ddcebc; box-shadow: 1px 1px 3px 2px #ddcebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,206,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcebc; -webkit-box-shadow: 1px 1px 3px 2px #ddcebc; box-shadow: 1px 1px 3px 2px #ddcebc;">
Div content here</div>
This div box has shadow with color #ddcebc
#ddcebc Color Palettes
Comments
No comments written yet.
Please login to write comment.