Color Hex Logo

#ddc1ed Color Hex

#DDC1ED
(221,193,237)
0 Favorites   0 Comments

Color spaces of #ddc1ed

RGB 221193237
HSL0.770.550.84
HSV278°19°93°
CMYK 0.070.190.00   0.07
XYZ64.174859.626588.2475
Yxy59.62650.30260.2812
Hunter Lab77.218213.2166-13.7058
CIE-Lab81.634817.8044-18.1350

#ddc1ed color RGB value is (221,193,237).

#ddc1ed hex color red value is 221, green value is 193 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddc1ed hue: 0.77 , saturation: 0.55 and the lightness value of ddc1ed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 11101101
Octal 335 301 355
Decimal 221 193 237
Hex DD C1 ED

RGB Percentages of Color #ddc1ed

%33.95
%29.65
%36.41

CMYK Percentages of Color #ddc1ed

%7
%19
%0
%7

Triadic Colors of #ddc1ed

#ddc1ed #edddc1 #c1eddd

Analogous Colors of #ddc1ed

#ddc1ed #edc1e7 #c7c1ed

Monochromatic Colors of #ddc1ed

#ddc1ed

Complementary Color

#ddc1ed #d1edc1

#ddc1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1ed Color CSS Codes

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

#ddc1ed Text Font Color

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

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


#ddc1ed Background Color

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

This div background color is #ddc1ed


#ddc1ed Border Color

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

This div border color is #ddc1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1ed


Comments

No comments written yet.

Please login to write comment.