Color Hex Logo

#ddcdee Color Hex

#DDCDEE
(221,205,238)
0 Favorites   0 Comments

Color spaces of #ddcdee

RGB 221205238
HSL0.750.490.87
HSV269°14°93°
CMYK 0.070.140.00   0.07
XYZ67.082765.207889.9397
Yxy65.20780.30190.2934
Hunter Lab80.75136.9707-9.5104
CIE-Lab84.590711.5909-14.2229

#ddcdee color RGB value is (221,205,238).

#ddcdee hex color red value is 221, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddcdee hue: 0.75 , saturation: 0.49 and the lightness value of ddcdee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11101110
Octal 335 315 356
Decimal 221 205 238
Hex DD CD EE

RGB Percentages of Color #ddcdee

%33.28
%30.87
%35.84

CMYK Percentages of Color #ddcdee

%7
%14
%0
%7

Triadic Colors of #ddcdee

#ddcdee #eeddcd #cdeedd

Analogous Colors of #ddcdee

#ddcdee #eecdee #cdceee

Monochromatic Colors of #ddcdee

#ddcdee

Complementary Color

#ddcdee #deeecd

#ddcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdee Color CSS Codes

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

#ddcdee Text Font Color

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

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


#ddcdee Background Color

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

This div background color is #ddcdee


#ddcdee Border Color

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

This div border color is #ddcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdee


Comments

No comments written yet.

Please login to write comment.