Color Hex Logo

#ddcaff Color Hex

#DDCAFF
(221,202,255)
0 Favorites   0 Comments

Color spaces of #ddcaff

RGB 221202255
HSL0.731.000.90
HSV262°21°100°
CMYK 0.130.210.00   0.00
XYZ68.989364.8332103.4857
Yxy64.83320.29070.2732
Hunter Lab80.519112.0317-19.8381
CIE-Lab84.397716.6009-23.5397

#ddcaff color RGB value is (221,202,255).

#ddcaff hex color red value is 221, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddcaff hue: 0.73 , saturation: 1.00 and the lightness value of ddcaff is 0.90.

The process color (four color CMYK) of #ddcaff color hex is 0.13, 0.21, 0.00, 0.00. Web safe color of #ddcaff is #ccccff. Color #ddcaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11111111
Octal 335 312 377
Decimal 221 202 255
Hex DD CA FF

RGB Percentages of Color #ddcaff

%32.60
%29.79
%37.61

CMYK Percentages of Color #ddcaff

%13
%21
%0
%0

Triadic Colors of #ddcaff

#ddcaff #ffddca #caffdd

Analogous Colors of #ddcaff

#ddcaff #f8caff #cad2ff

Monochromatic Colors of #ddcaff

#ddcaff

Complementary Color

#ddcaff #ecffca

#ddcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaff Color CSS Codes

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

#ddcaff Text Font Color

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

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


#ddcaff Background Color

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

This div background color is #ddcaff


#ddcaff Border Color

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

This div border color is #ddcaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaff

#ddcaff Color Palettes


Comments

No comments written yet.

Please login to write comment.