Color spaces of #dbbcf6
RGB | 219 | 188 | 246 |
---|---|---|---|
HSL | 0.76 | 0.76 | 0.85 |
HSV | 272° | 24° | 96° |
CMYK | 0.11 | 0.24 | 0.00 0.04 |
XYZ | 63.8312 | 57.6803 | 94.9579 |
Yxy | 57.6803 | 0.2949 | 0.2665 |
Hunter Lab | 75.9475 | 17.1147 | -20.9675 |
CIE-Lab | 80.5607 | 21.6496 | -24.5982 |
#dbbcf6 color RGB value is (219,188,246).
#dbbcf6 hex color red value is 219, green value is 188 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbbcf6 hue: 0.76 , saturation: 0.76 and the lightness value of dbbcf6 is 0.85.
The process color (four color CMYK) of #dbbcf6 color hex is 0.11, 0.24, 0.00, 0.04. Web safe color of #dbbcf6 is #ccccff. Color #dbbcf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 11110110 |
Octal | 333 | 274 | 366 |
Decimal | 219 | 188 | 246 |
Hex | DB | BC | F6 |
Shades of #dbbcf6
Tints of #dbbcf6
RGB Percentages of Color #dbbcf6
CMYK Percentages of Color #dbbcf6
Complementary Color
#dbbcf6 | #d7f6bc |
#dbbcf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbcf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbcf6 Color CSS Codes
.mybgcolor {background-color:#dbbcf6; } .myforecolor {color:#dbbcf6; } .mybordercolor {border:3px solid #dbbcf6; }
#dbbcf6 Text Font Color
<p style="color:#dbbcf6">Text here</p>
This sample text font color is #dbbcf6
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.
#dbbcf6 Background Color
<div style="background-color:#dbbcf6">
Div content here</div>
This div background color is #dbbcf6
#dbbcf6 Border Color
<div style="border:3px solid #dbbcf6">
Div here</div>
This div border color is #dbbcf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbcf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbcf6; -webkit-box-shadow: 1px 1px 3px 2px #dbbcf6; box-shadow: 1px 1px 3px 2px #dbbcf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,246, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbcf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbcf6; -webkit-box-shadow: 1px 1px 3px 2px #dbbcf6; box-shadow: 1px 1px 3px 2px #dbbcf6;">
Div content here</div>
This div box has shadow with color #dbbcf6
Comments
No comments written yet.
Please login to write comment.