Color spaces of #dbcbb2
RGB | 219 | 203 | 178 |
---|---|---|---|
HSL | 0.10 | 0.36 | 0.78 |
HSV | 37° | 19° | 86° |
CMYK | 0.00 | 0.07 | 0.19 0.14 |
XYZ | 58.6052 | 60.9863 | 50.8022 |
Yxy | 60.9863 | 0.3439 | 0.3579 |
Hunter Lab | 78.0937 | -2.7092 | 16.0958 |
CIE-Lab | 82.3714 | 1.5537 | 14.4847 |
#dbcbb2 color RGB value is (219,203,178).
#dbcbb2 hex color red value is 219, green value is 203 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dbcbb2 hue: 0.10 , saturation: 0.36 and the lightness value of dbcbb2 is 0.78.
The process color (four color CMYK) of #dbcbb2 color hex is 0.00, 0.07, 0.19, 0.14. Web safe color of #dbcbb2 is #cccc99. Color #dbcbb2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001011 | 10110010 |
Octal | 333 | 313 | 262 |
Decimal | 219 | 203 | 178 |
Hex | DB | CB | B2 |
Shades of #dbcbb2
Tints of #dbcbb2
RGB Percentages of Color #dbcbb2
CMYK Percentages of Color #dbcbb2
Complementary Color
#dbcbb2 | #b2c2db |
#dbcbb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcbb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcbb2 Color CSS Codes
.mybgcolor {background-color:#dbcbb2; } .myforecolor {color:#dbcbb2; } .mybordercolor {border:3px solid #dbcbb2; }
#dbcbb2 Text Font Color
<p style="color:#dbcbb2">Text here</p>
This sample text font color is #dbcbb2
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.
#dbcbb2 Background Color
<div style="background-color:#dbcbb2">
Div content here</div>
This div background color is #dbcbb2
#dbcbb2 Border Color
<div style="border:3px solid #dbcbb2">
Div here</div>
This div border color is #dbcbb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,203,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcbb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcbb2; -webkit-box-shadow: 1px 1px 3px 2px #dbcbb2; box-shadow: 1px 1px 3px 2px #dbcbb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,203,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcbb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcbb2; -webkit-box-shadow: 1px 1px 3px 2px #dbcbb2; box-shadow: 1px 1px 3px 2px #dbcbb2;">
Div content here</div>
This div box has shadow with color #dbcbb2
#dbcbb2 Color Palettes
Comments
No comments written yet.
Please login to write comment.