Color spaces of #ddbeba
RGB | 221 | 190 | 186 |
---|---|---|---|
HSL | 0.02 | 0.34 | 0.80 |
HSV | 7° | 16° | 87° |
CMYK | 0.00 | 0.14 | 0.16 0.13 |
XYZ | 57.0952 | 55.7442 | 54.2048 |
Yxy | 55.7442 | 0.3418 | 0.3337 |
Hunter Lab | 74.6620 | 5.8431 | 9.2188 |
CIE-Lab | 79.4680 | 10.3814 | 6.0903 |
#ddbeba color RGB value is (221,190,186).
#ddbeba hex color red value is 221, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddbeba hue: 0.02 , saturation: 0.34 and the lightness value of ddbeba is 0.80.
The process color (four color CMYK) of #ddbeba color hex is 0.00, 0.14, 0.16, 0.13. Web safe color of #ddbeba is #cccccc. Color #ddbeba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111110 | 10111010 |
Octal | 335 | 276 | 272 |
Decimal | 221 | 190 | 186 |
Hex | DD | BE | BA |
Shades of #ddbeba
Tints of #ddbeba
RGB Percentages of Color #ddbeba
CMYK Percentages of Color #ddbeba
Complementary Color
#ddbeba | #bad9dd |
#ddbeba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbeba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbeba Color CSS Codes
.mybgcolor {background-color:#ddbeba; } .myforecolor {color:#ddbeba; } .mybordercolor {border:3px solid #ddbeba; }
#ddbeba Text Font Color
<p style="color:#ddbeba">Text here</p>
This sample text font color is #ddbeba
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.
#ddbeba Background Color
<div style="background-color:#ddbeba">
Div content here</div>
This div background color is #ddbeba
#ddbeba Border Color
<div style="border:3px solid #ddbeba">
Div here</div>
This div border color is #ddbeba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,190,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbeba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbeba; -webkit-box-shadow: 1px 1px 3px 2px #ddbeba; box-shadow: 1px 1px 3px 2px #ddbeba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,190,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbeba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbeba; -webkit-box-shadow: 1px 1px 3px 2px #ddbeba; box-shadow: 1px 1px 3px 2px #ddbeba;">
Div content here</div>
This div box has shadow with color #ddbeba
Comments
No comments written yet.
Please login to write comment.