Color spaces of #dcbfe1
RGB | 220 | 191 | 225 |
---|---|---|---|
HSL | 0.81 | 0.36 | 0.82 |
HSV | 291° | 15° | 88° |
CMYK | 0.02 | 0.15 | 0.00 0.12 |
XYZ | 61.7366 | 57.9135 | 79.1587 |
Yxy | 57.9135 | 0.3105 | 0.2913 |
Hunter Lab | 76.1009 | 11.6309 | -8.4017 |
CIE-Lab | 80.6907 | 16.2467 | -13.1278 |
#dcbfe1 color RGB value is (220,191,225).
#dcbfe1 hex color red value is 220, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dcbfe1 hue: 0.81 , saturation: 0.36 and the lightness value of dcbfe1 is 0.82.
The process color (four color CMYK) of #dcbfe1 color hex is 0.02, 0.15, 0.00, 0.12. Web safe color of #dcbfe1 is #cccccc. Color #dcbfe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 11100001 |
Octal | 334 | 277 | 341 |
Decimal | 220 | 191 | 225 |
Hex | DC | BF | E1 |
Shades of #dcbfe1
Tints of #dcbfe1
RGB Percentages of Color #dcbfe1
CMYK Percentages of Color #dcbfe1
Complementary Color
#dcbfe1 | #c4e1bf |
#dcbfe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbfe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbfe1 Color CSS Codes
.mybgcolor {background-color:#dcbfe1; } .myforecolor {color:#dcbfe1; } .mybordercolor {border:3px solid #dcbfe1; }
#dcbfe1 Text Font Color
<p style="color:#dcbfe1">Text here</p>
This sample text font color is #dcbfe1
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.
#dcbfe1 Background Color
<div style="background-color:#dcbfe1">
Div content here</div>
This div background color is #dcbfe1
#dcbfe1 Border Color
<div style="border:3px solid #dcbfe1">
Div here</div>
This div border color is #dcbfe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbfe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbfe1; -webkit-box-shadow: 1px 1px 3px 2px #dcbfe1; box-shadow: 1px 1px 3px 2px #dcbfe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbfe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbfe1; -webkit-box-shadow: 1px 1px 3px 2px #dcbfe1; box-shadow: 1px 1px 3px 2px #dcbfe1;">
Div content here</div>
This div box has shadow with color #dcbfe1
Comments
No comments written yet.
Please login to write comment.