Color spaces of #dbb4ce
RGB | 219 | 180 | 206 |
---|---|---|---|
HSL | 0.89 | 0.35 | 0.78 |
HSV | 320° | 18° | 86° |
CMYK | 0.00 | 0.18 | 0.06 0.14 |
XYZ | 56.6753 | 52.1588 | 65.4731 |
Yxy | 52.1588 | 0.3251 | 0.2992 |
Hunter Lab | 72.2210 | 13.6906 | -3.1955 |
CIE-Lab | 77.3757 | 18.3632 | -7.8172 |
#dbb4ce color RGB value is (219,180,206).
#dbb4ce hex color red value is 219, green value is 180 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbb4ce hue: 0.89 , saturation: 0.35 and the lightness value of dbb4ce is 0.78.
The process color (four color CMYK) of #dbb4ce color hex is 0.00, 0.18, 0.06, 0.14. Web safe color of #dbb4ce is #cccccc. Color #dbb4ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110100 | 11001110 |
Octal | 333 | 264 | 316 |
Decimal | 219 | 180 | 206 |
Hex | DB | B4 | CE |
Shades of #dbb4ce
Tints of #dbb4ce
RGB Percentages of Color #dbb4ce
CMYK Percentages of Color #dbb4ce
Complementary Color
#dbb4ce | #b4dbc1 |
#dbb4ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb4ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb4ce Color CSS Codes
.mybgcolor {background-color:#dbb4ce; } .myforecolor {color:#dbb4ce; } .mybordercolor {border:3px solid #dbb4ce; }
#dbb4ce Text Font Color
<p style="color:#dbb4ce">Text here</p>
This sample text font color is #dbb4ce
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.
#dbb4ce Background Color
<div style="background-color:#dbb4ce">
Div content here</div>
This div background color is #dbb4ce
#dbb4ce Border Color
<div style="border:3px solid #dbb4ce">
Div here</div>
This div border color is #dbb4ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,180,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb4ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb4ce; -webkit-box-shadow: 1px 1px 3px 2px #dbb4ce; box-shadow: 1px 1px 3px 2px #dbb4ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,180,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb4ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb4ce; -webkit-box-shadow: 1px 1px 3px 2px #dbb4ce; box-shadow: 1px 1px 3px 2px #dbb4ce;">
Div content here</div>
This div box has shadow with color #dbb4ce
Comments
No comments written yet.
Please login to write comment.