Color spaces of #dddfed
RGB | 221 | 223 | 237 |
---|---|---|---|
HSL | 0.65 | 0.31 | 0.90 |
HSV | 233° | 7° | 93° |
CMYK | 0.07 | 0.06 | 0.00 0.07 |
XYZ | 71.4925 | 74.2619 | 90.6867 |
Yxy | 74.2619 | 0.3024 | 0.3141 |
Hunter Lab | 86.1753 | -2.7203 | -2.0711 |
CIE-Lab | 89.0461 | 1.9350 | -7.0592 |
#dddfed color RGB value is (221,223,237).
#dddfed hex color red value is 221, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dddfed hue: 0.65 , saturation: 0.31 and the lightness value of dddfed is 0.90.
The process color (four color CMYK) of #dddfed color hex is 0.07, 0.06, 0.00, 0.07. Web safe color of #dddfed is #ccccff. Color #dddfed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011111 | 11101101 |
Octal | 335 | 337 | 355 |
Decimal | 221 | 223 | 237 |
Hex | DD | DF | ED |
Shades of #dddfed
Tints of #dddfed
RGB Percentages of Color #dddfed
CMYK Percentages of Color #dddfed
Complementary Color
#dddfed | #edebdd |
#dddfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddfed Color CSS Codes
.mybgcolor {background-color:#dddfed; } .myforecolor {color:#dddfed; } .mybordercolor {border:3px solid #dddfed; }
#dddfed Text Font Color
<p style="color:#dddfed">Text here</p>
This sample text font color is #dddfed
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.
#dddfed Background Color
<div style="background-color:#dddfed">
Div content here</div>
This div background color is #dddfed
#dddfed Border Color
<div style="border:3px solid #dddfed">
Div here</div>
This div border color is #dddfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,223,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddfed; -webkit-box-shadow: 1px 1px 3px 2px #dddfed; box-shadow: 1px 1px 3px 2px #dddfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,223,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddfed; -webkit-box-shadow: 1px 1px 3px 2px #dddfed; box-shadow: 1px 1px 3px 2px #dddfed;">
Div content here</div>
This div box has shadow with color #dddfed
Comments
No comments written yet.
Please login to write comment.