Color spaces of #dddffd
RGB | 221 | 223 | 253 |
---|---|---|---|
HSL | 0.66 | 0.89 | 0.93 |
HSV | 236° | 13° | 99° |
CMYK | 0.13 | 0.12 | 0.00 0.01 |
XYZ | 73.9361 | 75.2394 | 103.5543 |
Yxy | 75.2394 | 0.2925 | 0.2977 |
Hunter Lab | 86.7406 | 0.3539 | -10.0642 |
CIE-Lab | 89.5050 | 5.0798 | -14.7774 |
#dddffd color RGB value is (221,223,253).
#dddffd hex color red value is 221, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dddffd hue: 0.66 , saturation: 0.89 and the lightness value of dddffd is 0.93.
The process color (four color CMYK) of #dddffd color hex is 0.13, 0.12, 0.00, 0.01. Web safe color of #dddffd is #ccccff. Color #dddffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011111 | 11111101 |
Octal | 335 | 337 | 375 |
Decimal | 221 | 223 | 253 |
Hex | DD | DF | FD |
Shades of #dddffd
Tints of #dddffd
RGB Percentages of Color #dddffd
CMYK Percentages of Color #dddffd
Complementary Color
#dddffd | #fdfbdd |
#dddffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddffd Color CSS Codes
.mybgcolor {background-color:#dddffd; } .myforecolor {color:#dddffd; } .mybordercolor {border:3px solid #dddffd; }
#dddffd Text Font Color
<p style="color:#dddffd">Text here</p>
This sample text font color is #dddffd
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.
#dddffd Background Color
<div style="background-color:#dddffd">
Div content here</div>
This div background color is #dddffd
#dddffd Border Color
<div style="border:3px solid #dddffd">
Div here</div>
This div border color is #dddffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,223,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddffd; -webkit-box-shadow: 1px 1px 3px 2px #dddffd; box-shadow: 1px 1px 3px 2px #dddffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,223,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddffd; -webkit-box-shadow: 1px 1px 3px 2px #dddffd; box-shadow: 1px 1px 3px 2px #dddffd;">
Div content here</div>
This div box has shadow with color #dddffd
Comments
No comments written yet.
Please login to write comment.