Color spaces of #ddc4bf
RGB | 221 | 196 | 191 |
---|---|---|---|
HSL | 0.03 | 0.31 | 0.81 |
HSV | 10° | 14° | 87° |
CMYK | 0.00 | 0.11 | 0.14 0.13 |
XYZ | 58.9627 | 58.6136 | 57.4961 |
Yxy | 58.6136 | 0.3368 | 0.3348 |
Hunter Lab | 76.5595 | 3.4935 | 9.0650 |
CIE-Lab | 81.0787 | 7.9890 | 5.7220 |
#ddc4bf color RGB value is (221,196,191).
#ddc4bf hex color red value is 221, green value is 196 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddc4bf hue: 0.03 , saturation: 0.31 and the lightness value of ddc4bf is 0.81.
The process color (four color CMYK) of #ddc4bf color hex is 0.00, 0.11, 0.14, 0.13. Web safe color of #ddc4bf is #cccccc. Color #ddc4bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000100 | 10111111 |
Octal | 335 | 304 | 277 |
Decimal | 221 | 196 | 191 |
Hex | DD | C4 | BF |
Shades of #ddc4bf
Tints of #ddc4bf
RGB Percentages of Color #ddc4bf
CMYK Percentages of Color #ddc4bf
Complementary Color
#ddc4bf | #bfd8dd |
#ddc4bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc4bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc4bf Color CSS Codes
.mybgcolor {background-color:#ddc4bf; } .myforecolor {color:#ddc4bf; } .mybordercolor {border:3px solid #ddc4bf; }
#ddc4bf Text Font Color
<p style="color:#ddc4bf">Text here</p>
This sample text font color is #ddc4bf
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.
#ddc4bf Background Color
<div style="background-color:#ddc4bf">
Div content here</div>
This div background color is #ddc4bf
#ddc4bf Border Color
<div style="border:3px solid #ddc4bf">
Div here</div>
This div border color is #ddc4bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,196,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc4bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc4bf; -webkit-box-shadow: 1px 1px 3px 2px #ddc4bf; box-shadow: 1px 1px 3px 2px #ddc4bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,196,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc4bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc4bf; -webkit-box-shadow: 1px 1px 3px 2px #ddc4bf; box-shadow: 1px 1px 3px 2px #ddc4bf;">
Div content here</div>
This div box has shadow with color #ddc4bf
Comments
No comments written yet.
Please login to write comment.