Color spaces of #dec3eb
RGB | 222 | 195 | 235 |
---|---|---|---|
HSL | 0.78 | 0.50 | 0.84 |
HSV | 281° | 17° | 92° |
CMYK | 0.06 | 0.17 | 0.00 0.08 |
XYZ | 64.6347 | 60.5580 | 86.8795 |
Yxy | 60.5580 | 0.3048 | 0.2856 |
Hunter Lab | 77.8190 | 12.0747 | -11.7198 |
CIE-Lab | 82.1406 | 16.6696 | -16.2944 |
#dec3eb color RGB value is (222,195,235).
#dec3eb hex color red value is 222, green value is 195 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dec3eb hue: 0.78 , saturation: 0.50 and the lightness value of dec3eb is 0.84.
The process color (four color CMYK) of #dec3eb color hex is 0.06, 0.17, 0.00, 0.08. Web safe color of #dec3eb is #ccccff. Color #dec3eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000011 | 11101011 |
Octal | 336 | 303 | 353 |
Decimal | 222 | 195 | 235 |
Hex | DE | C3 | EB |
Shades of #dec3eb
Tints of #dec3eb
RGB Percentages of Color #dec3eb
CMYK Percentages of Color #dec3eb
Complementary Color
#dec3eb | #d0ebc3 |
#dec3eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec3eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec3eb Color CSS Codes
.mybgcolor {background-color:#dec3eb; } .myforecolor {color:#dec3eb; } .mybordercolor {border:3px solid #dec3eb; }
#dec3eb Text Font Color
<p style="color:#dec3eb">Text here</p>
This sample text font color is #dec3eb
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.
#dec3eb Background Color
<div style="background-color:#dec3eb">
Div content here</div>
This div background color is #dec3eb
#dec3eb Border Color
<div style="border:3px solid #dec3eb">
Div here</div>
This div border color is #dec3eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,195,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec3eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec3eb; -webkit-box-shadow: 1px 1px 3px 2px #dec3eb; box-shadow: 1px 1px 3px 2px #dec3eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,195,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec3eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec3eb; -webkit-box-shadow: 1px 1px 3px 2px #dec3eb; box-shadow: 1px 1px 3px 2px #dec3eb;">
Div content here</div>
This div box has shadow with color #dec3eb
Comments
No comments written yet.
Please login to write comment.