Color spaces of #dbadd0
RGB | 219 | 173 | 208 |
---|---|---|---|
HSL | 0.87 | 0.39 | 0.77 |
HSV | 314° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.05 0.14 |
XYZ | 55.5422 | 49.5013 | 66.3018 |
Yxy | 49.5013 | 0.3242 | 0.2889 |
Hunter Lab | 70.3572 | 17.7886 | -6.6225 |
CIE-Lab | 75.7621 | 22.4947 | -11.3084 |
#dbadd0 color RGB value is (219,173,208).
#dbadd0 hex color red value is 219, green value is 173 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #dbadd0 hue: 0.87 , saturation: 0.39 and the lightness value of dbadd0 is 0.77.
The process color (four color CMYK) of #dbadd0 color hex is 0.00, 0.21, 0.05, 0.14. Web safe color of #dbadd0 is #cc99cc. Color #dbadd0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101101 | 11010000 |
Octal | 333 | 255 | 320 |
Decimal | 219 | 173 | 208 |
Hex | DB | AD | D0 |
Shades of #dbadd0
Tints of #dbadd0
RGB Percentages of Color #dbadd0
CMYK Percentages of Color #dbadd0
Complementary Color
#dbadd0 | #addbb8 |
#dbadd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbadd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbadd0 Color CSS Codes
.mybgcolor {background-color:#dbadd0; } .myforecolor {color:#dbadd0; } .mybordercolor {border:3px solid #dbadd0; }
#dbadd0 Text Font Color
<p style="color:#dbadd0">Text here</p>
This sample text font color is #dbadd0
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.
#dbadd0 Background Color
<div style="background-color:#dbadd0">
Div content here</div>
This div background color is #dbadd0
#dbadd0 Border Color
<div style="border:3px solid #dbadd0">
Div here</div>
This div border color is #dbadd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,173,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbadd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbadd0; -webkit-box-shadow: 1px 1px 3px 2px #dbadd0; box-shadow: 1px 1px 3px 2px #dbadd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,173,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbadd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbadd0; -webkit-box-shadow: 1px 1px 3px 2px #dbadd0; box-shadow: 1px 1px 3px 2px #dbadd0;">
Div content here</div>
This div box has shadow with color #dbadd0
Comments
No comments written yet.
Please login to write comment.