Color Hex Logo

#ddcaeb Color Hex

#DDCAEB
(221,202,235)
0 Favorites   0 Comments

Color spaces of #ddcaeb

RGB 221202235
HSL0.760.450.86
HSV275°14°92°
CMYK 0.060.140.00   0.08
XYZ65.934763.611487.4003
Yxy63.61140.30390.2932
Hunter Lab79.75687.9912-9.1424
CIE-Lab83.763012.6044-13.8669

#ddcaeb color RGB value is (221,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11101011
Octal 335 312 353
Decimal 221 202 235
Hex DD CA EB

RGB Percentages of Color #ddcaeb

%33.59
%30.70
%35.71

CMYK Percentages of Color #ddcaeb

%6
%14
%0
%8

Triadic Colors of #ddcaeb

#ddcaeb #ebddca #caebdd

Analogous Colors of #ddcaeb

#ddcaeb #ebcae9 #cdcaeb

Monochromatic Colors of #ddcaeb

#ddcaeb

Complementary Color

#ddcaeb #d8ebca

#ddcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaeb Color CSS Codes

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

#ddcaeb Text Font Color

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

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


#ddcaeb Background Color

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

This div background color is #ddcaeb


#ddcaeb Border Color

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

This div border color is #ddcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaeb


Comments

No comments written yet.

Please login to write comment.