Color spaces of #dbbfce
RGB | 219 | 191 | 206 |
---|---|---|---|
HSL | 0.91 | 0.28 | 0.80 |
HSV | 328° | 13° | 86° |
CMYK | 0.00 | 0.13 | 0.06 0.14 |
XYZ | 58.9848 | 56.7779 | 66.2429 |
Yxy | 56.7779 | 0.3241 | 0.3120 |
Hunter Lab | 75.3511 | 7.8652 | 0.6226 |
CIE-Lab | 80.0545 | 12.4571 | -3.8576 |
#dbbfce color RGB value is (219,191,206).
#dbbfce hex color red value is 219, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbbfce hue: 0.91 , saturation: 0.28 and the lightness value of dbbfce is 0.80.
The process color (four color CMYK) of #dbbfce color hex is 0.00, 0.13, 0.06, 0.14. Web safe color of #dbbfce is #cccccc. Color #dbbfce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111111 | 11001110 |
Octal | 333 | 277 | 316 |
Decimal | 219 | 191 | 206 |
Hex | DB | BF | CE |
Shades of #dbbfce
Tints of #dbbfce
RGB Percentages of Color #dbbfce
CMYK Percentages of Color #dbbfce
Complementary Color
#dbbfce | #bfdbcc |
#dbbfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbfce Color CSS Codes
.mybgcolor {background-color:#dbbfce; } .myforecolor {color:#dbbfce; } .mybordercolor {border:3px solid #dbbfce; }
#dbbfce Text Font Color
<p style="color:#dbbfce">Text here</p>
This sample text font color is #dbbfce
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.
#dbbfce Background Color
<div style="background-color:#dbbfce">
Div content here</div>
This div background color is #dbbfce
#dbbfce Border Color
<div style="border:3px solid #dbbfce">
Div here</div>
This div border color is #dbbfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,191,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbfce; -webkit-box-shadow: 1px 1px 3px 2px #dbbfce; box-shadow: 1px 1px 3px 2px #dbbfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,191,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 #dbbfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbfce; -webkit-box-shadow: 1px 1px 3px 2px #dbbfce; box-shadow: 1px 1px 3px 2px #dbbfce;">
Div content here</div>
This div box has shadow with color #dbbfce
Comments
No comments written yet.
Please login to write comment.