Color Hex Logo

#ddd1ff Color Hex

#DDD1FF
(221,209,255)
0 Favorites   0 Comments

Color spaces of #ddd1ff

RGB 221209255
HSL0.711.000.91
HSV256°18°100°
CMYK 0.130.180.00   0.00
XYZ70.669368.1931104.0457
Yxy68.19310.29090.2807
Hunter Lab82.57918.2427-16.8972
CIE-Lab86.102912.8692-20.9537

#ddd1ff color RGB value is (221,209,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 11111111
Octal 335 321 377
Decimal 221 209 255
Hex DD D1 FF

RGB Percentages of Color #ddd1ff

%32.26
%30.51
%37.23

CMYK Percentages of Color #ddd1ff

%13
%18
%0
%0

Triadic Colors of #ddd1ff

#ddd1ff #ffddd1 #d1ffdd

Analogous Colors of #ddd1ff

#ddd1ff #f4d1ff #d1dcff

Monochromatic Colors of #ddd1ff

#ddd1ff

Complementary Color

#ddd1ff #f3ffd1

#ddd1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd1ff Color CSS Codes

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

#ddd1ff Text Font Color

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

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


#ddd1ff Background Color

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

This div background color is #ddd1ff


#ddd1ff Border Color

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

This div border color is #ddd1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.