Color spaces of #d1ebdb
RGB | 209 | 235 | 219 |
---|---|---|---|
HSL | 0.40 | 0.39 | 0.87 |
HSV | 143° | 11° | 92° |
CMYK | 0.11 | 0.00 | 0.07 0.08 |
XYZ | 68.7890 | 78.0864 | 78.4645 |
Yxy | 78.0864 | 0.3053 | 0.3465 |
Hunter Lab | 88.3665 | -15.6879 | 9.2104 |
CIE-Lab | 90.8193 | -11.5137 | 4.8627 |
#d1ebdb color RGB value is (209,235,219).
#d1ebdb hex color red value is 209, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1ebdb hue: 0.40 , saturation: 0.39 and the lightness value of d1ebdb is 0.87.
The process color (four color CMYK) of #d1ebdb color hex is 0.11, 0.00, 0.07, 0.08. Web safe color of #d1ebdb is #ccffcc. Color #d1ebdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11101011 | 11011011 |
Octal | 321 | 353 | 333 |
Decimal | 209 | 235 | 219 |
Hex | D1 | EB | DB |
Shades of #d1ebdb
Tints of #d1ebdb
RGB Percentages of Color #d1ebdb
CMYK Percentages of Color #d1ebdb
Complementary Color
#d1ebdb | #ebd1e1 |
#d1ebdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1ebdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1ebdb Color CSS Codes
.mybgcolor {background-color:#d1ebdb; } .myforecolor {color:#d1ebdb; } .mybordercolor {border:3px solid #d1ebdb; }
#d1ebdb Text Font Color
<p style="color:#d1ebdb">Text here</p>
This sample text font color is #d1ebdb
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.
#d1ebdb Background Color
<div style="background-color:#d1ebdb">
Div content here</div>
This div background color is #d1ebdb
#d1ebdb Border Color
<div style="border:3px solid #d1ebdb">
Div here</div>
This div border color is #d1ebdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1ebdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1ebdb; -webkit-box-shadow: 1px 1px 3px 2px #d1ebdb; box-shadow: 1px 1px 3px 2px #d1ebdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,235,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1ebdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1ebdb; -webkit-box-shadow: 1px 1px 3px 2px #d1ebdb; box-shadow: 1px 1px 3px 2px #d1ebdb;">
Div content here</div>
This div box has shadow with color #d1ebdb
Comments
No comments written yet.
Please login to write comment.