Color spaces of #dbbebc
RGB | 219 | 190 | 188 |
---|---|---|---|
HSL | 0.01 | 0.30 | 0.80 |
HSV | 4° | 14° | 86° |
CMYK | 0.00 | 0.13 | 0.14 0.14 |
XYZ | 56.7040 | 55.5178 | 55.3043 |
Yxy | 55.5178 | 0.3385 | 0.3314 |
Hunter Lab | 74.5103 | 5.4496 | 8.1499 |
CIE-Lab | 79.3386 | 9.9735 | 4.8026 |
#dbbebc color RGB value is (219,190,188).
#dbbebc hex color red value is 219, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbbebc hue: 0.01 , saturation: 0.30 and the lightness value of dbbebc is 0.80.
The process color (four color CMYK) of #dbbebc color hex is 0.00, 0.13, 0.14, 0.14. Web safe color of #dbbebc is #cccccc. Color #dbbebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111110 | 10111100 |
Octal | 333 | 276 | 274 |
Decimal | 219 | 190 | 188 |
Hex | DB | BE | BC |
Shades of #dbbebc
Tints of #dbbebc
RGB Percentages of Color #dbbebc
CMYK Percentages of Color #dbbebc
Complementary Color
#dbbebc | #bcd9db |
#dbbebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbebc Color CSS Codes
.mybgcolor {background-color:#dbbebc; } .myforecolor {color:#dbbebc; } .mybordercolor {border:3px solid #dbbebc; }
#dbbebc Text Font Color
<p style="color:#dbbebc">Text here</p>
This sample text font color is #dbbebc
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.
#dbbebc Background Color
<div style="background-color:#dbbebc">
Div content here</div>
This div background color is #dbbebc
#dbbebc Border Color
<div style="border:3px solid #dbbebc">
Div here</div>
This div border color is #dbbebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,190,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbebc; -webkit-box-shadow: 1px 1px 3px 2px #dbbebc; box-shadow: 1px 1px 3px 2px #dbbebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,190,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbebc; -webkit-box-shadow: 1px 1px 3px 2px #dbbebc; box-shadow: 1px 1px 3px 2px #dbbebc;">
Div content here</div>
This div box has shadow with color #dbbebc
Comments
No comments written yet.
Please login to write comment.