Color Hex Logo

#ddcafd Color Hex

#DDCAFD
(221,202,253)
0 Favorites   0 Comments

Color spaces of #ddcafd

RGB 221202253
HSL0.730.930.89
HSV262°20°99°
CMYK 0.130.200.00   0.01
XYZ68.668964.7051101.7986
Yxy64.70510.29200.2751
Hunter Lab80.439511.6113-18.7257
CIE-Lab84.331516.1894-22.5793

#ddcafd color RGB value is (221,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11111101
Octal 335 312 375
Decimal 221 202 253
Hex DD CA FD

RGB Percentages of Color #ddcafd

%32.69
%29.88
%37.43

CMYK Percentages of Color #ddcafd

%13
%20
%0
%1

Triadic Colors of #ddcafd

#ddcafd #fdddca #cafddd

Analogous Colors of #ddcafd

#ddcafd #f7cafd #cad1fd

Monochromatic Colors of #ddcafd

#ddcafd

Complementary Color

#ddcafd #eafdca

#ddcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcafd Color CSS Codes

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

#ddcafd Text Font Color

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

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


#ddcafd Background Color

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

This div background color is #ddcafd


#ddcafd Border Color

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

This div border color is #ddcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcafd


Comments

No comments written yet.

Please login to write comment.