Color Hex Logo

#ddcde6 Color Hex

#DDCDE6
(221,205,230)
0 Favorites   0 Comments

Color spaces of #ddcde6

RGB 221205230
HSL0.770.330.85
HSV278°11°90°
CMYK 0.040.110.00   0.10
XYZ65.933064.748083.8855
Yxy64.74800.30730.3018
Hunter Lab80.46615.4450-5.4832
CIE-Lab84.353710.0546-10.3227

#ddcde6 color RGB value is (221,205,230).

#ddcde6 hex color red value is 221, green value is 205 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ddcde6 hue: 0.77 , saturation: 0.33 and the lightness value of ddcde6 is 0.85.

The process color (four color CMYK) of #ddcde6 color hex is 0.04, 0.11, 0.00, 0.10. Web safe color of #ddcde6 is #ccccff. Color #ddcde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11100110
Octal 335 315 346
Decimal 221 205 230
Hex DD CD E6

RGB Percentages of Color #ddcde6

%33.69
%31.25
%35.06

CMYK Percentages of Color #ddcde6

%4
%11
%0
%10

Triadic Colors of #ddcde6

#ddcde6 #e6ddcd #cde6dd

Analogous Colors of #ddcde6

#ddcde6 #e6cde3 #d1cde6

Monochromatic Colors of #ddcde6

#ddcde6

Complementary Color

#ddcde6 #d6e6cd

#ddcde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcde6 Color CSS Codes

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

#ddcde6 Text Font Color

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

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


#ddcde6 Background Color

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

This div background color is #ddcde6


#ddcde6 Border Color

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

This div border color is #ddcde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcde6


Comments

No comments written yet.

Please login to write comment.