Color Hex Logo

#ddbcec Color Hex

#DDBCEC
(221,188,236)
0 Favorites   0 Comments

Color spaces of #ddbcec

RGB 221188236
HSL0.780.560.83
HSV281°20°93°
CMYK 0.060.200.00   0.07
XYZ62.942357.394787.1177
Yxy57.39470.30340.2767
Hunter Lab75.759315.7225-15.1477
CIE-Lab80.401120.2957-19.4628

#ddbcec color RGB value is (221,188,236).

#ddbcec hex color red value is 221, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddbcec hue: 0.78 , saturation: 0.56 and the lightness value of ddbcec is 0.83.

The process color (four color CMYK) of #ddbcec color hex is 0.06, 0.20, 0.00, 0.07. Web safe color of #ddbcec is #ccccff. Color #ddbcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11101100
Octal 335 274 354
Decimal 221 188 236
Hex DD BC EC

RGB Percentages of Color #ddbcec

%34.26
%29.15
%36.59

CMYK Percentages of Color #ddbcec

%6
%20
%0
%7

Triadic Colors of #ddbcec

#ddbcec #ecddbc #bcecdd

Analogous Colors of #ddbcec

#ddbcec #ecbce3 #c5bcec

Monochromatic Colors of #ddbcec

#ddbcec

Complementary Color

#ddbcec #cbecbc

#ddbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcec Color CSS Codes

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

#ddbcec Text Font Color

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

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


#ddbcec Background Color

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

This div background color is #ddbcec


#ddbcec Border Color

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

This div border color is #ddbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcec


Comments

No comments written yet.

Please login to write comment.