Color Hex Logo

#ddbedf Color Hex

#DDBEDF
(221,190,223)
0 Favorites   0 Comments

Color spaces of #ddbedf

RGB 221190223
HSL0.820.340.81
HSV296°15°87°
CMYK 0.010.150.00   0.13
XYZ61.551557.526877.6717
Yxy57.52680.31280.2924
Hunter Lab75.846412.1265-7.6243
CIE-Lab80.475016.7432-12.3664

#ddbedf color RGB value is (221,190,223).

#ddbedf hex color red value is 221, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ddbedf hue: 0.82 , saturation: 0.34 and the lightness value of ddbedf is 0.81.

The process color (four color CMYK) of #ddbedf color hex is 0.01, 0.15, 0.00, 0.13. Web safe color of #ddbedf is #cccccc. Color #ddbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11011111
Octal 335 276 337
Decimal 221 190 223
Hex DD BE DF

RGB Percentages of Color #ddbedf

%34.86
%29.97
%35.17

CMYK Percentages of Color #ddbedf

%1
%15
%0
%13

Triadic Colors of #ddbedf

#ddbedf #dfddbe #bedfdd

Analogous Colors of #ddbedf

#ddbedf #dfbed1 #cdbedf

Monochromatic Colors of #ddbedf

#ddbedf

Complementary Color

#ddbedf #c0dfbe

#ddbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbedf Color CSS Codes

.mybgcolor {background-color:#ddbedf; } 
.myforecolor {color:#ddbedf; }
.mybordercolor {border:3px solid #ddbedf; }

#ddbedf Text Font Color

<p style="color:#ddbedf">Text here</p>

This sample text font color is #ddbedf
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.


#ddbedf Background Color

<div style="background-color:#ddbedf">
Div content here</div>

This div background color is #ddbedf


#ddbedf Border Color

<div style="border:3px solid #ddbedf">
Div here</div>

This div border color is #ddbedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,190,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbedf;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbedf;
  box-shadow:         1px 1px 3px 2px #ddbedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,190,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbedf;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbedf;
  box-shadow:         1px 1px 3px 2px #ddbedf;">
Div content here</div>

This div box has shadow with color #ddbedf


Comments

No comments written yet.

Please login to write comment.