Color Hex Logo

#ddcdea Color Hex

#DDCDEA
(221,205,234)
0 Favorites   0 Comments

Color spaces of #ddcdea

RGB 221205234
HSL0.760.410.86
HSV273°12°92°
CMYK 0.060.120.00   0.08
XYZ66.501464.975386.8784
Yxy64.97530.30460.2976
Hunter Lab80.60736.2007-7.4776
CIE-Lab84.471010.8172-12.2755

#ddcdea color RGB value is (221,205,234).

#ddcdea hex color red value is 221, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddcdea hue: 0.76 , saturation: 0.41 and the lightness value of ddcdea is 0.86.

The process color (four color CMYK) of #ddcdea color hex is 0.06, 0.12, 0.00, 0.08. Web safe color of #ddcdea is #ccccff. Color #ddcdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11101010
Octal 335 315 352
Decimal 221 205 234
Hex DD CD EA

RGB Percentages of Color #ddcdea

%33.48
%31.06
%35.45

CMYK Percentages of Color #ddcdea

%6
%12
%0
%8

Triadic Colors of #ddcdea

#ddcdea #eaddcd #cdeadd

Analogous Colors of #ddcdea

#ddcdea #eacde9 #cfcdea

Monochromatic Colors of #ddcdea

#ddcdea

Complementary Color

#ddcdea #daeacd

#ddcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdea Color CSS Codes

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

#ddcdea Text Font Color

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

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


#ddcdea Background Color

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

This div background color is #ddcdea


#ddcdea Border Color

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

This div border color is #ddcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdea


Comments

No comments written yet.

Please login to write comment.