Color spaces of #dbbcf0
RGB | 219 | 188 | 240 |
---|---|---|---|
HSL | 0.77 | 0.63 | 0.84 |
HSV | 276° | 22° | 94° |
CMYK | 0.09 | 0.22 | 0.00 0.06 |
XYZ | 62.9248 | 57.3178 | 90.1850 |
Yxy | 57.3178 | 0.2990 | 0.2724 |
Hunter Lab | 75.7085 | 15.8696 | -17.6311 |
CIE-Lab | 80.3580 | 20.4409 | -21.6911 |
#dbbcf0 color RGB value is (219,188,240).
#dbbcf0 hex color red value is 219, green value is 188 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dbbcf0 hue: 0.77 , saturation: 0.63 and the lightness value of dbbcf0 is 0.84.
The process color (four color CMYK) of #dbbcf0 color hex is 0.09, 0.22, 0.00, 0.06. Web safe color of #dbbcf0 is #ccccff. Color #dbbcf0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 11110000 |
Octal | 333 | 274 | 360 |
Decimal | 219 | 188 | 240 |
Hex | DB | BC | F0 |
Shades of #dbbcf0
Tints of #dbbcf0
RGB Percentages of Color #dbbcf0
CMYK Percentages of Color #dbbcf0
Complementary Color
#dbbcf0 | #d1f0bc |
#dbbcf0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbcf0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbcf0 Color CSS Codes
.mybgcolor {background-color:#dbbcf0; } .myforecolor {color:#dbbcf0; } .mybordercolor {border:3px solid #dbbcf0; }
#dbbcf0 Text Font Color
<p style="color:#dbbcf0">Text here</p>
This sample text font color is #dbbcf0
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.
#dbbcf0 Background Color
<div style="background-color:#dbbcf0">
Div content here</div>
This div background color is #dbbcf0
#dbbcf0 Border Color
<div style="border:3px solid #dbbcf0">
Div here</div>
This div border color is #dbbcf0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbcf0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbcf0; -webkit-box-shadow: 1px 1px 3px 2px #dbbcf0; box-shadow: 1px 1px 3px 2px #dbbcf0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbcf0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbcf0; -webkit-box-shadow: 1px 1px 3px 2px #dbbcf0; box-shadow: 1px 1px 3px 2px #dbbcf0;">
Div content here</div>
This div box has shadow with color #dbbcf0
Comments
No comments written yet.
Please login to write comment.