Color spaces of #d7ceef
RGB | 215 | 206 | 239 |
---|---|---|---|
HSL | 0.71 | 0.51 | 0.87 |
HSV | 256° | 14° | 94° |
CMYK | 0.10 | 0.14 | 0.00 0.06 |
XYZ | 65.6756 | 64.8217 | 90.7117 |
Yxy | 64.8217 | 0.2969 | 0.2930 |
Hunter Lab | 80.5119 | 4.7111 | -10.4429 |
CIE-Lab | 84.3918 | 9.3138 | -15.1013 |
#d7ceef color RGB value is (215,206,239).
#d7ceef hex color red value is 215, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7ceef hue: 0.71 , saturation: 0.51 and the lightness value of d7ceef is 0.87.
The process color (four color CMYK) of #d7ceef color hex is 0.10, 0.14, 0.00, 0.06. Web safe color of #d7ceef is #ccccff. Color #d7ceef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11001110 | 11101111 |
Octal | 327 | 316 | 357 |
Decimal | 215 | 206 | 239 |
Hex | D7 | CE | EF |
Shades of #d7ceef
Tints of #d7ceef
RGB Percentages of Color #d7ceef
CMYK Percentages of Color #d7ceef
Complementary Color
#d7ceef | #e6efce |
#d7ceef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7ceef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7ceef Color CSS Codes
.mybgcolor {background-color:#d7ceef; } .myforecolor {color:#d7ceef; } .mybordercolor {border:3px solid #d7ceef; }
#d7ceef Text Font Color
<p style="color:#d7ceef">Text here</p>
This sample text font color is #d7ceef
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.
#d7ceef Background Color
<div style="background-color:#d7ceef">
Div content here</div>
This div background color is #d7ceef
#d7ceef Border Color
<div style="border:3px solid #d7ceef">
Div here</div>
This div border color is #d7ceef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,206,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7ceef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7ceef; -webkit-box-shadow: 1px 1px 3px 2px #d7ceef; box-shadow: 1px 1px 3px 2px #d7ceef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,206,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 #d7ceef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7ceef; -webkit-box-shadow: 1px 1px 3px 2px #d7ceef; box-shadow: 1px 1px 3px 2px #d7ceef;">
Div content here</div>
This div box has shadow with color #d7ceef
#d7ceef Color Palettes
Comments
No comments written yet.
Please login to write comment.