Color Hex Logo

#ddbce1 Color Hex

#DDBCE1
(221,188,225)
0 Favorites   0 Comments

Color spaces of #ddbce1

RGB 221188225
HSL0.820.380.81
HSV294°16°88°
CMYK 0.020.160.00   0.12
XYZ61.392656.774878.9571
Yxy56.77480.31140.2880
Hunter Lab75.349113.5767-9.3847
CIE-Lab80.052818.1905-14.0748

#ddbce1 color RGB value is (221,188,225).

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

The process color (four color CMYK) of #ddbce1 color hex is 0.02, 0.16, 0.00, 0.12. Web safe color of #ddbce1 is #cccccc. Color #ddbce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11100001
Octal 335 274 341
Decimal 221 188 225
Hex DD BC E1

RGB Percentages of Color #ddbce1

%34.86
%29.65
%35.49

CMYK Percentages of Color #ddbce1

%2
%16
%0
%12

Triadic Colors of #ddbce1

#ddbce1 #e1ddbc #bce1dd

Analogous Colors of #ddbce1

#ddbce1 #e1bcd3 #cbbce1

Monochromatic Colors of #ddbce1

#ddbce1

Complementary Color

#ddbce1 #c0e1bc

#ddbce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbce1 Color CSS Codes

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

#ddbce1 Text Font Color

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

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


#ddbce1 Background Color

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

This div background color is #ddbce1


#ddbce1 Border Color

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

This div border color is #ddbce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbce1

#ddbce1 Color Palettes


Comments

No comments written yet.

Please login to write comment.