Color Hex Logo

#ddcaee Color Hex

#DDCAEE
(221,202,238)
0 Favorites   0 Comments

Color spaces of #ddcaee

RGB 221202238
HSL0.750.510.86
HSV272°15°93°
CMYK 0.070.150.00   0.07
XYZ66.371963.786389.7027
Yxy63.78630.30190.2901
Hunter Lab79.86638.5741-10.6858
CIE-Lab83.854413.1868-15.3274

#ddcaee color RGB value is (221,202,238).

#ddcaee hex color red value is 221, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddcaee hue: 0.75 , saturation: 0.51 and the lightness value of ddcaee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11101110
Octal 335 312 356
Decimal 221 202 238
Hex DD CA EE

RGB Percentages of Color #ddcaee

%33.43
%30.56
%36.01

CMYK Percentages of Color #ddcaee

%7
%15
%0
%7

Triadic Colors of #ddcaee

#ddcaee #eeddca #caeedd

Analogous Colors of #ddcaee

#ddcaee #eecaed #cbcaee

Monochromatic Colors of #ddcaee

#ddcaee

Complementary Color

#ddcaee #dbeeca

#ddcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaee Color CSS Codes

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

#ddcaee Text Font Color

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

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


#ddcaee Background Color

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

This div background color is #ddcaee


#ddcaee Border Color

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

This div border color is #ddcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaee


Comments

No comments written yet.

Please login to write comment.