Color Hex Logo

#ddcaea Color Hex

#DDCAEA
(221,202,234)
0 Favorites   0 Comments

Color spaces of #ddcaea

RGB 221202234
HSL0.770.430.85
HSV276°14°92°
CMYK 0.060.140.00   0.08
XYZ65.790663.553786.6415
Yxy63.55370.30460.2942
Hunter Lab79.72067.7988-8.6328
CIE-Lab83.732912.4118-13.3795

#ddcaea color RGB value is (221,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11101010
Octal 335 312 352
Decimal 221 202 234
Hex DD CA EA

RGB Percentages of Color #ddcaea

%33.64
%30.75
%35.62

CMYK Percentages of Color #ddcaea

%6
%14
%0
%8

Triadic Colors of #ddcaea

#ddcaea #eaddca #caeadd

Analogous Colors of #ddcaea

#ddcaea #eacae7 #cdcaea

Monochromatic Colors of #ddcaea

#ddcaea

Complementary Color

#ddcaea #d7eaca

#ddcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaea Color CSS Codes

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

#ddcaea Text Font Color

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

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


#ddcaea Background Color

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

This div background color is #ddcaea


#ddcaea Border Color

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

This div border color is #ddcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaea


Comments

No comments written yet.

Please login to write comment.