Color Hex Logo

#ddd3fd Color Hex

#DDD3FD
(221,211,253)
0 Favorites   0 Comments

Color spaces of #ddd3fd

RGB 221211253
HSL0.710.910.91
HSV254°17°99°
CMYK 0.130.170.00   0.01
XYZ70.842769.0525102.5232
Yxy69.05250.29220.2848
Hunter Lab83.09786.7539-14.9814
CIE-Lab86.530011.3983-19.2517

#ddd3fd color RGB value is (221,211,253).

#ddd3fd hex color red value is 221, green value is 211 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddd3fd hue: 0.71 , saturation: 0.91 and the lightness value of ddd3fd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 11111101
Octal 335 323 375
Decimal 221 211 253
Hex DD D3 FD

RGB Percentages of Color #ddd3fd

%32.26
%30.80
%36.93

CMYK Percentages of Color #ddd3fd

%13
%17
%0
%1

Triadic Colors of #ddd3fd

#ddd3fd #fdddd3 #d3fddd

Analogous Colors of #ddd3fd

#ddd3fd #f2d3fd #d3defd

Monochromatic Colors of #ddd3fd

#ddd3fd

Complementary Color

#ddd3fd #f3fdd3

#ddd3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3fd Color CSS Codes

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

#ddd3fd Text Font Color

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

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


#ddd3fd Background Color

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

This div background color is #ddd3fd


#ddd3fd Border Color

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

This div border color is #ddd3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3fd

Related Colors


Comments

No comments written yet.

Please login to write comment.