Color spaces of #de9dfb
RGB | 222 | 157 | 251 |
---|---|---|---|
HSL | 0.78 | 0.92 | 0.80 |
HSV | 281° | 37° | 98° |
CMYK | 0.12 | 0.37 | 0.00 0.02 |
XYZ | 59.5938 | 46.6086 | 97.1222 |
Yxy | 46.6086 | 0.2931 | 0.2292 |
Hunter Lab | 68.2705 | 36.3406 | -36.5571 |
CIE-Lab | 73.9387 | 40.2810 | -37.4563 |
#de9dfb color RGB value is (222,157,251).
#de9dfb hex color red value is 222, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #de9dfb hue: 0.78 , saturation: 0.92 and the lightness value of de9dfb is 0.80.
The process color (four color CMYK) of #de9dfb color hex is 0.12, 0.37, 0.00, 0.02. Web safe color of #de9dfb is #cc99ff. Color #de9dfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10011101 | 11111011 |
Octal | 336 | 235 | 373 |
Decimal | 222 | 157 | 251 |
Hex | DE | 9D | FB |
Shades of #de9dfb
Tints of #de9dfb
RGB Percentages of Color #de9dfb
CMYK Percentages of Color #de9dfb
Complementary Color
#de9dfb | #bafb9d |
#de9dfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de9dfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#de9dfb Color CSS Codes
.mybgcolor {background-color:#de9dfb; } .myforecolor {color:#de9dfb; } .mybordercolor {border:3px solid #de9dfb; }
#de9dfb Text Font Color
<p style="color:#de9dfb">Text here</p>
This sample text font color is #de9dfb
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.
#de9dfb Background Color
<div style="background-color:#de9dfb">
Div content here</div>
This div background color is #de9dfb
#de9dfb Border Color
<div style="border:3px solid #de9dfb">
Div here</div>
This div border color is #de9dfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,157,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de9dfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de9dfb; -webkit-box-shadow: 1px 1px 3px 2px #de9dfb; box-shadow: 1px 1px 3px 2px #de9dfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,157,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de9dfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de9dfb; -webkit-box-shadow: 1px 1px 3px 2px #de9dfb; box-shadow: 1px 1px 3px 2px #de9dfb;">
Div content here</div>
This div box has shadow with color #de9dfb
Related Colors
Comments
No comments written yet.
Please login to write comment.