Color spaces of #dcdbf6
RGB | 220 | 219 | 246 |
---|---|---|---|
HSL | 0.67 | 0.60 | 0.91 |
HSV | 242° | 11° | 96° |
CMYK | 0.11 | 0.11 | 0.00 0.04 |
XYZ | 71.4813 | 72.5325 | 97.4215 |
Yxy | 72.5325 | 0.2961 | 0.3004 |
Hunter Lab | 85.1660 | 0.7776 | -8.2057 |
CIE-Lab | 88.2243 | 5.4537 | -13.0236 |
#dcdbf6 color RGB value is (220,219,246).
#dcdbf6 hex color red value is 220, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dcdbf6 hue: 0.67 , saturation: 0.60 and the lightness value of dcdbf6 is 0.91.
The process color (four color CMYK) of #dcdbf6 color hex is 0.11, 0.11, 0.00, 0.04. Web safe color of #dcdbf6 is #ccccff. Color #dcdbf6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11011011 | 11110110 |
Octal | 334 | 333 | 366 |
Decimal | 220 | 219 | 246 |
Hex | DC | DB | F6 |
Shades of #dcdbf6
Tints of #dcdbf6
RGB Percentages of Color #dcdbf6
CMYK Percentages of Color #dcdbf6
Complementary Color
#dcdbf6 | #f5f6db |
#dcdbf6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcdbf6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcdbf6 Color CSS Codes
.mybgcolor {background-color:#dcdbf6; } .myforecolor {color:#dcdbf6; } .mybordercolor {border:3px solid #dcdbf6; }
#dcdbf6 Text Font Color
<p style="color:#dcdbf6">Text here</p>
This sample text font color is #dcdbf6
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.
#dcdbf6 Background Color
<div style="background-color:#dcdbf6">
Div content here</div>
This div background color is #dcdbf6
#dcdbf6 Border Color
<div style="border:3px solid #dcdbf6">
Div here</div>
This div border color is #dcdbf6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,219,246, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcdbf6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcdbf6; -webkit-box-shadow: 1px 1px 3px 2px #dcdbf6; box-shadow: 1px 1px 3px 2px #dcdbf6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,219,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 #dcdbf6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdbf6; -webkit-box-shadow: 1px 1px 3px 2px #dcdbf6; box-shadow: 1px 1px 3px 2px #dcdbf6;">
Div content here</div>
This div box has shadow with color #dcdbf6
Comments
No comments written yet.
Please login to write comment.