Color spaces of #dddefa
RGB | 221 | 222 | 250 |
---|---|---|---|
HSL | 0.66 | 0.74 | 0.92 |
HSV | 238° | 12° | 98° |
CMYK | 0.12 | 0.11 | 0.00 0.02 |
XYZ | 73.1954 | 74.5168 | 100.9679 |
Yxy | 74.5168 | 0.2943 | 0.2996 |
Hunter Lab | 86.3231 | 0.2889 | -8.9224 |
CIE-Lab | 89.1662 | 4.9996 | -13.7104 |
#dddefa color RGB value is (221,222,250).
#dddefa hex color red value is 221, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dddefa hue: 0.66 , saturation: 0.74 and the lightness value of dddefa is 0.92.
The process color (four color CMYK) of #dddefa color hex is 0.12, 0.11, 0.00, 0.02. Web safe color of #dddefa is #ccccff. Color #dddefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011110 | 11111010 |
Octal | 335 | 336 | 372 |
Decimal | 221 | 222 | 250 |
Hex | DD | DE | FA |
Shades of #dddefa
Tints of #dddefa
RGB Percentages of Color #dddefa
CMYK Percentages of Color #dddefa
Complementary Color
#dddefa | #faf9dd |
#dddefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddefa Color CSS Codes
.mybgcolor {background-color:#dddefa; } .myforecolor {color:#dddefa; } .mybordercolor {border:3px solid #dddefa; }
#dddefa Text Font Color
<p style="color:#dddefa">Text here</p>
This sample text font color is #dddefa
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.
#dddefa Background Color
<div style="background-color:#dddefa">
Div content here</div>
This div background color is #dddefa
#dddefa Border Color
<div style="border:3px solid #dddefa">
Div here</div>
This div border color is #dddefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,222,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddefa; -webkit-box-shadow: 1px 1px 3px 2px #dddefa; box-shadow: 1px 1px 3px 2px #dddefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,222,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddefa; -webkit-box-shadow: 1px 1px 3px 2px #dddefa; box-shadow: 1px 1px 3px 2px #dddefa;">
Div content here</div>
This div box has shadow with color #dddefa
Comments
No comments written yet.
Please login to write comment.