Color spaces of #dbc1db
RGB | 219 | 193 | 219 |
---|---|---|---|
HSL | 0.83 | 0.27 | 0.81 |
HSV | 300° | 12° | 86° |
CMYK | 0.00 | 0.12 | 0.00 0.14 |
XYZ | 61.0696 | 58.3145 | 75.0549 |
Yxy | 58.3145 | 0.3141 | 0.2999 |
Hunter Lab | 76.3639 | 9.1128 | -4.8189 |
CIE-Lab | 80.9133 | 13.7219 | -9.5808 |
#dbc1db color RGB value is (219,193,219).
#dbc1db hex color red value is 219, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbc1db hue: 0.83 , saturation: 0.27 and the lightness value of dbc1db is 0.81.
The process color (four color CMYK) of #dbc1db color hex is 0.00, 0.12, 0.00, 0.14. Web safe color of #dbc1db is #cccccc. Color #dbc1db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000001 | 11011011 |
Octal | 333 | 301 | 333 |
Decimal | 219 | 193 | 219 |
Hex | DB | C1 | DB |
Shades of #dbc1db
Tints of #dbc1db
RGB Percentages of Color #dbc1db
CMYK Percentages of Color #dbc1db
Complementary Color
#dbc1db | #c1dbc1 |
#dbc1db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc1db Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc1db Color CSS Codes
.mybgcolor {background-color:#dbc1db; } .myforecolor {color:#dbc1db; } .mybordercolor {border:3px solid #dbc1db; }
#dbc1db Text Font Color
<p style="color:#dbc1db">Text here</p>
This sample text font color is #dbc1db
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.
#dbc1db Background Color
<div style="background-color:#dbc1db">
Div content here</div>
This div background color is #dbc1db
#dbc1db Border Color
<div style="border:3px solid #dbc1db">
Div here</div>
This div border color is #dbc1db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,193,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc1db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc1db; -webkit-box-shadow: 1px 1px 3px 2px #dbc1db; box-shadow: 1px 1px 3px 2px #dbc1db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,193,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc1db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc1db; -webkit-box-shadow: 1px 1px 3px 2px #dbc1db; box-shadow: 1px 1px 3px 2px #dbc1db;">
Div content here</div>
This div box has shadow with color #dbc1db
#dbc1db Color Palettes
Comments
No comments written yet.
Please login to write comment.