Color Hex Logo

#ddcae6 Color Hex

#DDCAE6
(221,202,230)
0 Favorites   0 Comments

Color spaces of #ddcae6

RGB 221202230
HSL0.780.360.85
HSV281°12°90°
CMYK 0.040.120.00   0.10
XYZ65.222363.326483.6485
Yxy63.32640.30740.2984
Hunter Lab79.57797.0379-6.6183
CIE-Lab83.613811.6477-11.4256

#ddcae6 color RGB value is (221,202,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11100110
Octal 335 312 346
Decimal 221 202 230
Hex DD CA E6

RGB Percentages of Color #ddcae6

%33.84
%30.93
%35.22

CMYK Percentages of Color #ddcae6

%4
%12
%0
%10

Triadic Colors of #ddcae6

#ddcae6 #e6ddca #cae6dd

Analogous Colors of #ddcae6

#ddcae6 #e6cae1 #cfcae6

Monochromatic Colors of #ddcae6

#ddcae6

Complementary Color

#ddcae6 #d3e6ca

#ddcae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcae6 Color CSS Codes

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

#ddcae6 Text Font Color

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

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


#ddcae6 Background Color

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

This div background color is #ddcae6


#ddcae6 Border Color

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

This div border color is #ddcae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcae6


Comments

No comments written yet.

Please login to write comment.