Color spaces of #deaae1
RGB | 222 | 170 | 225 |
---|---|---|---|
HSL | 0.82 | 0.48 | 0.77 |
HSV | 297° | 24° | 88° |
CMYK | 0.01 | 0.24 | 0.00 0.12 |
XYZ | 58.0895 | 49.7153 | 77.7685 |
Yxy | 49.7153 | 0.3130 | 0.2679 |
Hunter Lab | 70.5091 | 23.6678 | -16.0380 |
CIE-Lab | 75.8942 | 28.2207 | -20.3386 |
#deaae1 color RGB value is (222,170,225).
#deaae1 hex color red value is 222, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #deaae1 hue: 0.82 , saturation: 0.48 and the lightness value of deaae1 is 0.77.
The process color (four color CMYK) of #deaae1 color hex is 0.01, 0.24, 0.00, 0.12. Web safe color of #deaae1 is #cc99cc. Color #deaae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101010 | 11100001 |
Octal | 336 | 252 | 341 |
Decimal | 222 | 170 | 225 |
Hex | DE | AA | E1 |
Shades of #deaae1
Tints of #deaae1
RGB Percentages of Color #deaae1
CMYK Percentages of Color #deaae1
Complementary Color
#deaae1 | #ade1aa |
#deaae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deaae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deaae1 Color CSS Codes
.mybgcolor {background-color:#deaae1; } .myforecolor {color:#deaae1; } .mybordercolor {border:3px solid #deaae1; }
#deaae1 Text Font Color
<p style="color:#deaae1">Text here</p>
This sample text font color is #deaae1
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.
#deaae1 Background Color
<div style="background-color:#deaae1">
Div content here</div>
This div background color is #deaae1
#deaae1 Border Color
<div style="border:3px solid #deaae1">
Div here</div>
This div border color is #deaae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,170,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deaae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deaae1; -webkit-box-shadow: 1px 1px 3px 2px #deaae1; box-shadow: 1px 1px 3px 2px #deaae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,170,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deaae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deaae1; -webkit-box-shadow: 1px 1px 3px 2px #deaae1; box-shadow: 1px 1px 3px 2px #deaae1;">
Div content here</div>
This div box has shadow with color #deaae1
Comments
No comments written yet.
Please login to write comment.