Color spaces of #deb3ef
RGB | 222 | 179 | 239 |
---|---|---|---|
HSL | 0.79 | 0.65 | 0.82 |
HSV | 283° | 25° | 94° |
CMYK | 0.07 | 0.25 | 0.00 0.06 |
XYZ | 61.8243 | 54.0018 | 88.8262 |
Yxy | 54.0018 | 0.3021 | 0.2639 |
Hunter Lab | 73.4859 | 21.5731 | -20.2267 |
CIE-Lab | 78.4628 | 26.0546 | -24.0106 |
#deb3ef color RGB value is (222,179,239).
#deb3ef hex color red value is 222, green value is 179 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #deb3ef hue: 0.79 , saturation: 0.65 and the lightness value of deb3ef is 0.82.
The process color (four color CMYK) of #deb3ef color hex is 0.07, 0.25, 0.00, 0.06. Web safe color of #deb3ef is #ccccff. Color #deb3ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110011 | 11101111 |
Octal | 336 | 263 | 357 |
Decimal | 222 | 179 | 239 |
Hex | DE | B3 | EF |
Shades of #deb3ef
Tints of #deb3ef
RGB Percentages of Color #deb3ef
CMYK Percentages of Color #deb3ef
Complementary Color
#deb3ef | #c4efb3 |
#deb3ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb3ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb3ef Color CSS Codes
.mybgcolor {background-color:#deb3ef; } .myforecolor {color:#deb3ef; } .mybordercolor {border:3px solid #deb3ef; }
#deb3ef Text Font Color
<p style="color:#deb3ef">Text here</p>
This sample text font color is #deb3ef
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.
#deb3ef Background Color
<div style="background-color:#deb3ef">
Div content here</div>
This div background color is #deb3ef
#deb3ef Border Color
<div style="border:3px solid #deb3ef">
Div here</div>
This div border color is #deb3ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,179,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb3ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb3ef; -webkit-box-shadow: 1px 1px 3px 2px #deb3ef; box-shadow: 1px 1px 3px 2px #deb3ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,179,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb3ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb3ef; -webkit-box-shadow: 1px 1px 3px 2px #deb3ef; box-shadow: 1px 1px 3px 2px #deb3ef;">
Div content here</div>
This div box has shadow with color #deb3ef
Comments
No comments written yet.
Please login to write comment.