Color spaces of #dbbbea
RGB | 219 | 187 | 234 |
---|---|---|---|
HSL | 0.78 | 0.53 | 0.83 |
HSV | 281° | 20° | 92° |
CMYK | 0.06 | 0.20 | 0.00 0.08 |
XYZ | 61.8350 | 56.5412 | 85.4964 |
Yxy | 56.5412 | 0.3033 | 0.2773 |
Hunter Lab | 75.1939 | 15.1985 | -14.7778 |
CIE-Lab | 79.9208 | 19.7948 | -19.1318 |
#dbbbea color RGB value is (219,187,234).
#dbbbea hex color red value is 219, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbbbea hue: 0.78 , saturation: 0.53 and the lightness value of dbbbea is 0.83.
The process color (four color CMYK) of #dbbbea color hex is 0.06, 0.20, 0.00, 0.08. Web safe color of #dbbbea is #ccccff. Color #dbbbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111011 | 11101010 |
Octal | 333 | 273 | 352 |
Decimal | 219 | 187 | 234 |
Hex | DB | BB | EA |
Shades of #dbbbea
Tints of #dbbbea
RGB Percentages of Color #dbbbea
CMYK Percentages of Color #dbbbea
Complementary Color
#dbbbea | #caeabb |
#dbbbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbbea Color CSS Codes
.mybgcolor {background-color:#dbbbea; } .myforecolor {color:#dbbbea; } .mybordercolor {border:3px solid #dbbbea; }
#dbbbea Text Font Color
<p style="color:#dbbbea">Text here</p>
This sample text font color is #dbbbea
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.
#dbbbea Background Color
<div style="background-color:#dbbbea">
Div content here</div>
This div background color is #dbbbea
#dbbbea Border Color
<div style="border:3px solid #dbbbea">
Div here</div>
This div border color is #dbbbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,187,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbbea; -webkit-box-shadow: 1px 1px 3px 2px #dbbbea; box-shadow: 1px 1px 3px 2px #dbbbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,187,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbbea; -webkit-box-shadow: 1px 1px 3px 2px #dbbbea; box-shadow: 1px 1px 3px 2px #dbbbea;">
Div content here</div>
This div box has shadow with color #dbbbea
#dbbbea Color Palettes
Comments
No comments written yet.
Please login to write comment.