Color spaces of #dbcfd5
RGB | 219 | 207 | 213 |
---|---|---|---|
HSL | 0.92 | 0.14 | 0.84 |
HSV | 330° | 5° | 86° |
CMYK | 0.00 | 0.05 | 0.03 0.14 |
XYZ | 63.5365 | 64.4898 | 72.0498 |
Yxy | 64.4898 | 0.3176 | 0.3223 |
Hunter Lab | 80.3055 | 0.6917 | 3.0191 |
CIE-Lab | 84.2201 | 5.2014 | -1.4893 |
#dbcfd5 color RGB value is (219,207,213).
#dbcfd5 hex color red value is 219, green value is 207 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dbcfd5 hue: 0.92 , saturation: 0.14 and the lightness value of dbcfd5 is 0.84.
The process color (four color CMYK) of #dbcfd5 color hex is 0.00, 0.05, 0.03, 0.14. Web safe color of #dbcfd5 is #cccccc. Color #dbcfd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001111 | 11010101 |
Octal | 333 | 317 | 325 |
Decimal | 219 | 207 | 213 |
Hex | DB | CF | D5 |
Shades of #dbcfd5
Tints of #dbcfd5
RGB Percentages of Color #dbcfd5
CMYK Percentages of Color #dbcfd5
Complementary Color
#dbcfd5 | #cfdbd5 |
#dbcfd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcfd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcfd5 Color CSS Codes
.mybgcolor {background-color:#dbcfd5; } .myforecolor {color:#dbcfd5; } .mybordercolor {border:3px solid #dbcfd5; }
#dbcfd5 Text Font Color
<p style="color:#dbcfd5">Text here</p>
This sample text font color is #dbcfd5
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.
#dbcfd5 Background Color
<div style="background-color:#dbcfd5">
Div content here</div>
This div background color is #dbcfd5
#dbcfd5 Border Color
<div style="border:3px solid #dbcfd5">
Div here</div>
This div border color is #dbcfd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,207,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcfd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcfd5; -webkit-box-shadow: 1px 1px 3px 2px #dbcfd5; box-shadow: 1px 1px 3px 2px #dbcfd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,207,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcfd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcfd5; -webkit-box-shadow: 1px 1px 3px 2px #dbcfd5; box-shadow: 1px 1px 3px 2px #dbcfd5;">
Div content here</div>
This div box has shadow with color #dbcfd5
Comments
No comments written yet.
Please login to write comment.