Color Hex Logo

#ddc4ea Color Hex

#DDC4EA
(221,196,234)
0 Favorites   0 Comments

Color spaces of #ddc4ea

RGB 221196234
HSL0.780.480.84
HSV279°16°92°
CMYK 0.060.160.00   0.08
XYZ64.410060.792586.1813
Yxy60.79250.30470.2876
Hunter Lab77.969511.0107-10.9557
CIE-Lab82.267115.6141-15.5780

#ddc4ea color RGB value is (221,196,234).

#ddc4ea hex color red value is 221, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddc4ea hue: 0.78 , saturation: 0.48 and the lightness value of ddc4ea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11101010
Octal 335 304 352
Decimal 221 196 234
Hex DD C4 EA

RGB Percentages of Color #ddc4ea

%33.95
%30.11
%35.94

CMYK Percentages of Color #ddc4ea

%6
%16
%0
%8

Triadic Colors of #ddc4ea

#ddc4ea #eaddc4 #c4eadd

Analogous Colors of #ddc4ea

#ddc4ea #eac4e4 #cac4ea

Monochromatic Colors of #ddc4ea

#ddc4ea

Complementary Color

#ddc4ea #d1eac4

#ddc4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4ea Color CSS Codes

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

#ddc4ea Text Font Color

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

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


#ddc4ea Background Color

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

This div background color is #ddc4ea


#ddc4ea Border Color

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

This div border color is #ddc4ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,196,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 #ddc4ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4ea


Comments

No comments written yet.

Please login to write comment.