Color spaces of #dfdbfa
RGB | 223 | 219 | 250 |
---|---|---|---|
HSL | 0.69 | 0.76 | 0.92 |
HSV | 248° | 12° | 98° |
CMYK | 0.11 | 0.12 | 0.00 0.02 |
XYZ | 73.0183 | 73.2531 | 100.7333 |
Yxy | 73.2531 | 0.2956 | 0.2966 |
Hunter Lab | 85.5880 | 2.5059 | -9.8701 |
CIE-Lab | 88.5683 | 7.2067 | -14.5900 |
#dfdbfa color RGB value is (223,219,250).
#dfdbfa hex color red value is 223, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfdbfa hue: 0.69 , saturation: 0.76 and the lightness value of dfdbfa is 0.92.
The process color (four color CMYK) of #dfdbfa color hex is 0.11, 0.12, 0.00, 0.02. Web safe color of #dfdbfa is #ccccff. Color #dfdbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011011 | 11111010 |
Octal | 337 | 333 | 372 |
Decimal | 223 | 219 | 250 |
Hex | DF | DB | FA |
Shades of #dfdbfa
Tints of #dfdbfa
RGB Percentages of Color #dfdbfa
CMYK Percentages of Color #dfdbfa
Complementary Color
#dfdbfa | #f6fadb |
#dfdbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdbfa Color CSS Codes
.mybgcolor {background-color:#dfdbfa; } .myforecolor {color:#dfdbfa; } .mybordercolor {border:3px solid #dfdbfa; }
#dfdbfa Text Font Color
<p style="color:#dfdbfa">Text here</p>
This sample text font color is #dfdbfa
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.
#dfdbfa Background Color
<div style="background-color:#dfdbfa">
Div content here</div>
This div background color is #dfdbfa
#dfdbfa Border Color
<div style="border:3px solid #dfdbfa">
Div here</div>
This div border color is #dfdbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,219,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdbfa; -webkit-box-shadow: 1px 1px 3px 2px #dfdbfa; box-shadow: 1px 1px 3px 2px #dfdbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,219,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdbfa; -webkit-box-shadow: 1px 1px 3px 2px #dfdbfa; box-shadow: 1px 1px 3px 2px #dfdbfa;">
Div content here</div>
This div box has shadow with color #dfdbfa
Comments
No comments written yet.
Please login to write comment.