Color Hex Logo

#ddd3ff Color Hex

#DDD3FF
(221,211,255)
1 Favorites   0 Comments

Color spaces of #ddd3ff

RGB 221211255
HSL0.701.000.91
HSV254°17°100°
CMYK 0.130.170.00   0.00
XYZ71.163169.1807104.2103
Yxy69.18070.29100.2829
Hunter Lab83.17497.1655-16.0623
CIE-Lab86.593511.8074-20.2118

#ddd3ff color RGB value is (221,211,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 11111111
Octal 335 323 377
Decimal 221 211 255
Hex DD D3 FF

RGB Percentages of Color #ddd3ff

%32.17
%30.71
%37.12

CMYK Percentages of Color #ddd3ff

%13
%17
%0
%0

Triadic Colors of #ddd3ff

#ddd3ff #ffddd3 #d3ffdd

Analogous Colors of #ddd3ff

#ddd3ff #f3d3ff #d3dfff

Monochromatic Colors of #ddd3ff

#ddd3ff

Complementary Color

#ddd3ff #f5ffd3

#ddd3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3ff Color CSS Codes

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

#ddd3ff Text Font Color

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

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


#ddd3ff Background Color

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

This div background color is #ddd3ff


#ddd3ff Border Color

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

This div border color is #ddd3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3ff


Comments

No comments written yet.

Please login to write comment.