Color spaces of #dbcbb7
RGB | 219 | 203 | 183 |
---|---|---|---|
HSL | 0.09 | 0.33 | 0.79 |
HSV | 33° | 16° | 86° |
CMYK | 0.00 | 0.07 | 0.16 0.14 |
XYZ | 59.1166 | 61.1908 | 53.4950 |
Yxy | 61.1908 | 0.3401 | 0.3521 |
Hunter Lab | 78.2245 | -1.9952 | 14.2109 |
CIE-Lab | 82.4812 | 2.3146 | 11.9804 |
#dbcbb7 color RGB value is (219,203,183).
#dbcbb7 hex color red value is 219, green value is 203 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dbcbb7 hue: 0.09 , saturation: 0.33 and the lightness value of dbcbb7 is 0.79.
The process color (four color CMYK) of #dbcbb7 color hex is 0.00, 0.07, 0.16, 0.14. Web safe color of #dbcbb7 is #cccccc. Color #dbcbb7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001011 | 10110111 |
Octal | 333 | 313 | 267 |
Decimal | 219 | 203 | 183 |
Hex | DB | CB | B7 |
Shades of #dbcbb7
Tints of #dbcbb7
RGB Percentages of Color #dbcbb7
CMYK Percentages of Color #dbcbb7
Complementary Color
#dbcbb7 | #b7c7db |
#dbcbb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcbb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcbb7 Color CSS Codes
.mybgcolor {background-color:#dbcbb7; } .myforecolor {color:#dbcbb7; } .mybordercolor {border:3px solid #dbcbb7; }
#dbcbb7 Text Font Color
<p style="color:#dbcbb7">Text here</p>
This sample text font color is #dbcbb7
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.
#dbcbb7 Background Color
<div style="background-color:#dbcbb7">
Div content here</div>
This div background color is #dbcbb7
#dbcbb7 Border Color
<div style="border:3px solid #dbcbb7">
Div here</div>
This div border color is #dbcbb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,203,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcbb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcbb7; -webkit-box-shadow: 1px 1px 3px 2px #dbcbb7; box-shadow: 1px 1px 3px 2px #dbcbb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,203,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcbb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcbb7; -webkit-box-shadow: 1px 1px 3px 2px #dbcbb7; box-shadow: 1px 1px 3px 2px #dbcbb7;">
Div content here</div>
This div box has shadow with color #dbcbb7
#dbcbb7 Color Palettes
Comments
No comments written yet.
Please login to write comment.