Color spaces of #dfdceb
RGB | 223 | 220 | 235 |
---|---|---|---|
HSL | 0.70 | 0.27 | 0.89 |
HSV | 252° | 6° | 92° |
CMYK | 0.05 | 0.06 | 0.00 0.08 |
XYZ | 71.0200 | 72.8725 | 88.9199 |
Yxy | 72.8725 | 0.3051 | 0.3130 |
Hunter Lab | 85.3654 | -0.8858 | -2.0030 |
CIE-Lab | 88.3869 | 3.7726 | -6.9658 |
#dfdceb color RGB value is (223,220,235).
#dfdceb hex color red value is 223, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfdceb hue: 0.70 , saturation: 0.27 and the lightness value of dfdceb is 0.89.
The process color (four color CMYK) of #dfdceb color hex is 0.05, 0.06, 0.00, 0.08. Web safe color of #dfdceb is #ccccff. Color #dfdceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011100 | 11101011 |
Octal | 337 | 334 | 353 |
Decimal | 223 | 220 | 235 |
Hex | DF | DC | EB |
Shades of #dfdceb
Tints of #dfdceb
RGB Percentages of Color #dfdceb
CMYK Percentages of Color #dfdceb
Complementary Color
#dfdceb | #e8ebdc |
#dfdceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdceb Color CSS Codes
.mybgcolor {background-color:#dfdceb; } .myforecolor {color:#dfdceb; } .mybordercolor {border:3px solid #dfdceb; }
#dfdceb Text Font Color
<p style="color:#dfdceb">Text here</p>
This sample text font color is #dfdceb
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.
#dfdceb Background Color
<div style="background-color:#dfdceb">
Div content here</div>
This div background color is #dfdceb
#dfdceb Border Color
<div style="border:3px solid #dfdceb">
Div here</div>
This div border color is #dfdceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdceb; -webkit-box-shadow: 1px 1px 3px 2px #dfdceb; box-shadow: 1px 1px 3px 2px #dfdceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfdceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdceb; -webkit-box-shadow: 1px 1px 3px 2px #dfdceb; box-shadow: 1px 1px 3px 2px #dfdceb;">
Div content here</div>
This div box has shadow with color #dfdceb
Comments
No comments written yet.
Please login to write comment.