Color spaces of #deabcf
RGB | 222 | 171 | 207 |
---|---|---|---|
HSL | 0.88 | 0.44 | 0.77 |
HSV | 318° | 23° | 87° |
CMYK | 0.00 | 0.23 | 0.07 0.13 |
XYZ | 55.9496 | 49.1604 | 65.5715 |
Yxy | 49.1604 | 0.3278 | 0.2880 |
Hunter Lab | 70.1145 | 19.7382 | -6.3682 |
CIE-Lab | 75.5510 | 24.4243 | -11.0477 |
#deabcf color RGB value is (222,171,207).
#deabcf hex color red value is 222, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #deabcf hue: 0.88 , saturation: 0.44 and the lightness value of deabcf is 0.77.
The process color (four color CMYK) of #deabcf color hex is 0.00, 0.23, 0.07, 0.13. Web safe color of #deabcf is #cc99cc. Color #deabcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101011 | 11001111 |
Octal | 336 | 253 | 317 |
Decimal | 222 | 171 | 207 |
Hex | DE | AB | CF |
Shades of #deabcf
Tints of #deabcf
RGB Percentages of Color #deabcf
CMYK Percentages of Color #deabcf
Complementary Color
#deabcf | #abdeba |
#deabcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deabcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#deabcf Color CSS Codes
.mybgcolor {background-color:#deabcf; } .myforecolor {color:#deabcf; } .mybordercolor {border:3px solid #deabcf; }
#deabcf Text Font Color
<p style="color:#deabcf">Text here</p>
This sample text font color is #deabcf
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.
#deabcf Background Color
<div style="background-color:#deabcf">
Div content here</div>
This div background color is #deabcf
#deabcf Border Color
<div style="border:3px solid #deabcf">
Div here</div>
This div border color is #deabcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,171,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deabcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deabcf; -webkit-box-shadow: 1px 1px 3px 2px #deabcf; box-shadow: 1px 1px 3px 2px #deabcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,171,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deabcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deabcf; -webkit-box-shadow: 1px 1px 3px 2px #deabcf; box-shadow: 1px 1px 3px 2px #deabcf;">
Div content here</div>
This div box has shadow with color #deabcf
Comments
No comments written yet.
Please login to write comment.