Color spaces of #ddf1eb
RGB | 221 | 241 | 235 |
---|---|---|---|
HSL | 0.45 | 0.42 | 0.91 |
HSV | 162° | 8° | 95° |
CMYK | 0.08 | 0.00 | 0.02 0.05 |
XYZ | 76.2695 | 84.2809 | 90.8453 |
Yxy | 84.2809 | 0.3034 | 0.3353 |
Hunter Lab | 91.8046 | -12.3638 | 5.5928 |
CIE-Lab | 93.5724 | -7.6644 | 0.6350 |
#ddf1eb color RGB value is (221,241,235).
#ddf1eb hex color red value is 221, green value is 241 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddf1eb hue: 0.45 , saturation: 0.42 and the lightness value of ddf1eb is 0.91.
The process color (four color CMYK) of #ddf1eb color hex is 0.08, 0.00, 0.02, 0.05. Web safe color of #ddf1eb is #ccffff. Color #ddf1eb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11110001 | 11101011 |
Octal | 335 | 361 | 353 |
Decimal | 221 | 241 | 235 |
Hex | DD | F1 | EB |
Shades of #ddf1eb
Tints of #ddf1eb
RGB Percentages of Color #ddf1eb
CMYK Percentages of Color #ddf1eb
Complementary Color
#ddf1eb | #f1dde3 |
#ddf1eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddf1eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddf1eb Color CSS Codes
.mybgcolor {background-color:#ddf1eb; } .myforecolor {color:#ddf1eb; } .mybordercolor {border:3px solid #ddf1eb; }
#ddf1eb Text Font Color
<p style="color:#ddf1eb">Text here</p>
This sample text font color is #ddf1eb
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.
#ddf1eb Background Color
<div style="background-color:#ddf1eb">
Div content here</div>
This div background color is #ddf1eb
#ddf1eb Border Color
<div style="border:3px solid #ddf1eb">
Div here</div>
This div border color is #ddf1eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,241,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddf1eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddf1eb; -webkit-box-shadow: 1px 1px 3px 2px #ddf1eb; box-shadow: 1px 1px 3px 2px #ddf1eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,241,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddf1eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddf1eb; -webkit-box-shadow: 1px 1px 3px 2px #ddf1eb; box-shadow: 1px 1px 3px 2px #ddf1eb;">
Div content here</div>
This div box has shadow with color #ddf1eb
Comments
No comments written yet.
Please login to write comment.