Color spaces of #ddcbec
RGB | 221 | 203 | 236 |
---|---|---|---|
HSL | 0.76 | 0.46 | 0.86 |
HSV | 273° | 14° | 93° |
CMYK | 0.06 | 0.14 | 0.00 0.07 |
XYZ | 66.3151 | 64.1402 | 88.2420 |
Yxy | 64.1402 | 0.3032 | 0.2933 |
Hunter Lab | 80.0876 | 7.6505 | -9.2655 |
CIE-Lab | 84.0387 | 12.2657 | -13.9864 |
#ddcbec color RGB value is (221,203,236).
#ddcbec hex color red value is 221, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddcbec hue: 0.76 , saturation: 0.46 and the lightness value of ddcbec is 0.86.
The process color (four color CMYK) of #ddcbec color hex is 0.06, 0.14, 0.00, 0.07. Web safe color of #ddcbec is #ccccff. Color #ddcbec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001011 | 11101100 |
Octal | 335 | 313 | 354 |
Decimal | 221 | 203 | 236 |
Hex | DD | CB | EC |
Shades of #ddcbec
Tints of #ddcbec
RGB Percentages of Color #ddcbec
CMYK Percentages of Color #ddcbec
Complementary Color
#ddcbec | #daeccb |
#ddcbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcbec Color CSS Codes
.mybgcolor {background-color:#ddcbec; } .myforecolor {color:#ddcbec; } .mybordercolor {border:3px solid #ddcbec; }
#ddcbec Text Font Color
<p style="color:#ddcbec">Text here</p>
This sample text font color is #ddcbec
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.
#ddcbec Background Color
<div style="background-color:#ddcbec">
Div content here</div>
This div background color is #ddcbec
#ddcbec Border Color
<div style="border:3px solid #ddcbec">
Div here</div>
This div border color is #ddcbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,203,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcbec; -webkit-box-shadow: 1px 1px 3px 2px #ddcbec; box-shadow: 1px 1px 3px 2px #ddcbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,203,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcbec; -webkit-box-shadow: 1px 1px 3px 2px #ddcbec; box-shadow: 1px 1px 3px 2px #ddcbec;">
Div content here</div>
This div box has shadow with color #ddcbec
Comments
No comments written yet.
Please login to write comment.