Color spaces of #dbbfcc
RGB | 219 | 191 | 204 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.80 |
HSV | 332° | 13° | 86° |
CMYK | 0.00 | 0.13 | 0.07 0.14 |
XYZ | 58.7433 | 56.6813 | 64.9712 |
Yxy | 56.6813 | 0.3256 | 0.3142 |
Hunter Lab | 75.2870 | 7.5239 | 1.5348 |
CIE-Lab | 80.0000 | 12.1092 | -2.8601 |
#dbbfcc color RGB value is (219,191,204).
#dbbfcc hex color red value is 219, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbbfcc hue: 0.92 , saturation: 0.28 and the lightness value of dbbfcc is 0.80.
The process color (four color CMYK) of #dbbfcc color hex is 0.00, 0.13, 0.07, 0.14. Web safe color of #dbbfcc is #cccccc. Color #dbbfcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111111 | 11001100 |
Octal | 333 | 277 | 314 |
Decimal | 219 | 191 | 204 |
Hex | DB | BF | CC |
Shades of #dbbfcc
Tints of #dbbfcc
RGB Percentages of Color #dbbfcc
CMYK Percentages of Color #dbbfcc
Complementary Color
#dbbfcc | #bfdbce |
#dbbfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbfcc Color CSS Codes
.mybgcolor {background-color:#dbbfcc; } .myforecolor {color:#dbbfcc; } .mybordercolor {border:3px solid #dbbfcc; }
#dbbfcc Text Font Color
<p style="color:#dbbfcc">Text here</p>
This sample text font color is #dbbfcc
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.
#dbbfcc Background Color
<div style="background-color:#dbbfcc">
Div content here</div>
This div background color is #dbbfcc
#dbbfcc Border Color
<div style="border:3px solid #dbbfcc">
Div here</div>
This div border color is #dbbfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,191,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbfcc; -webkit-box-shadow: 1px 1px 3px 2px #dbbfcc; box-shadow: 1px 1px 3px 2px #dbbfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,191,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbfcc; -webkit-box-shadow: 1px 1px 3px 2px #dbbfcc; box-shadow: 1px 1px 3px 2px #dbbfcc;">
Div content here</div>
This div box has shadow with color #dbbfcc
Comments
No comments written yet.
Please login to write comment.