Color Hex Logo

#ddcdeb Color Hex

#DDCDEB
(221,205,235)
0 Favorites   0 Comments

Color spaces of #ddcdeb

RGB 221205235
HSL0.760.430.86
HSV272°13°92°
CMYK 0.060.130.00   0.08
XYZ66.645565.033087.6373
Yxy65.03300.30390.2965
Hunter Lab80.64306.3917-7.9822
CIE-Lab84.500711.0095-12.7629

#ddcdeb color RGB value is (221,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11101011
Octal 335 315 353
Decimal 221 205 235
Hex DD CD EB

RGB Percentages of Color #ddcdeb

%33.43
%31.01
%35.55

CMYK Percentages of Color #ddcdeb

%6
%13
%0
%8

Triadic Colors of #ddcdeb

#ddcdeb #ebddcd #cdebdd

Analogous Colors of #ddcdeb

#ddcdeb #ebcdea #cecdeb

Monochromatic Colors of #ddcdeb

#ddcdeb

Complementary Color

#ddcdeb #dbebcd

#ddcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdeb Color CSS Codes

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

#ddcdeb Text Font Color

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

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


#ddcdeb Background Color

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

This div background color is #ddcdeb


#ddcdeb Border Color

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

This div border color is #ddcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdeb


Comments

No comments written yet.

Please login to write comment.