Color spaces of #dfddef
RGB | 223 | 221 | 239 |
---|---|---|---|
HSL | 0.69 | 0.36 | 0.90 |
HSV | 247° | 8° | 94° |
CMYK | 0.07 | 0.08 | 0.00 0.06 |
XYZ | 71.8679 | 73.6329 | 92.0861 |
Yxy | 73.6329 | 0.3025 | 0.3099 |
Hunter Lab | 85.8096 | -0.6682 | -3.5600 |
CIE-Lab | 88.7487 | 4.0115 | -8.5350 |
#dfddef color RGB value is (223,221,239).
#dfddef hex color red value is 223, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfddef hue: 0.69 , saturation: 0.36 and the lightness value of dfddef is 0.90.
The process color (four color CMYK) of #dfddef color hex is 0.07, 0.08, 0.00, 0.06. Web safe color of #dfddef is #ccccff. Color #dfddef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011101 | 11101111 |
Octal | 337 | 335 | 357 |
Decimal | 223 | 221 | 239 |
Hex | DF | DD | EF |
Shades of #dfddef
Tints of #dfddef
RGB Percentages of Color #dfddef
CMYK Percentages of Color #dfddef
Complementary Color
#dfddef | #edefdd |
#dfddef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfddef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfddef Color CSS Codes
.mybgcolor {background-color:#dfddef; } .myforecolor {color:#dfddef; } .mybordercolor {border:3px solid #dfddef; }
#dfddef Text Font Color
<p style="color:#dfddef">Text here</p>
This sample text font color is #dfddef
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.
#dfddef Background Color
<div style="background-color:#dfddef">
Div content here</div>
This div background color is #dfddef
#dfddef Border Color
<div style="border:3px solid #dfddef">
Div here</div>
This div border color is #dfddef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,221,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfddef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfddef; -webkit-box-shadow: 1px 1px 3px 2px #dfddef; box-shadow: 1px 1px 3px 2px #dfddef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,221,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfddef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfddef; -webkit-box-shadow: 1px 1px 3px 2px #dfddef; box-shadow: 1px 1px 3px 2px #dfddef;">
Div content here</div>
This div box has shadow with color #dfddef
Comments
No comments written yet.
Please login to write comment.