Color spaces of #d7cffe
RGB | 215 | 207 | 254 |
---|---|---|---|
HSL | 0.70 | 0.96 | 0.90 |
HSV | 250° | 19° | 100° |
CMYK | 0.15 | 0.19 | 0.00 0.00 |
XYZ | 68.2265 | 66.2285 | 102.9534 |
Yxy | 66.2285 | 0.2874 | 0.2790 |
Hunter Lab | 81.3809 | 7.2307 | -18.0400 |
CIE-Lab | 85.1128 | 11.8562 | -21.9690 |
#d7cffe color RGB value is (215,207,254).
#d7cffe hex color red value is 215, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d7cffe hue: 0.70 , saturation: 0.96 and the lightness value of d7cffe is 0.90.
The process color (four color CMYK) of #d7cffe color hex is 0.15, 0.19, 0.00, 0.00. Web safe color of #d7cffe is #ccccff. Color #d7cffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11001111 | 11111110 |
Octal | 327 | 317 | 376 |
Decimal | 215 | 207 | 254 |
Hex | D7 | CF | FE |
Shades of #d7cffe
Tints of #d7cffe
RGB Percentages of Color #d7cffe
CMYK Percentages of Color #d7cffe
Complementary Color
#d7cffe | #f6fecf |
#d7cffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7cffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7cffe Color CSS Codes
.mybgcolor {background-color:#d7cffe; } .myforecolor {color:#d7cffe; } .mybordercolor {border:3px solid #d7cffe; }
#d7cffe Text Font Color
<p style="color:#d7cffe">Text here</p>
This sample text font color is #d7cffe
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.
#d7cffe Background Color
<div style="background-color:#d7cffe">
Div content here</div>
This div background color is #d7cffe
#d7cffe Border Color
<div style="border:3px solid #d7cffe">
Div here</div>
This div border color is #d7cffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7cffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7cffe; -webkit-box-shadow: 1px 1px 3px 2px #d7cffe; box-shadow: 1px 1px 3px 2px #d7cffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7cffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7cffe; -webkit-box-shadow: 1px 1px 3px 2px #d7cffe; box-shadow: 1px 1px 3px 2px #d7cffe;">
Div content here</div>
This div box has shadow with color #d7cffe
Comments
No comments written yet.
Please login to write comment.