Color Hex Logo

#ddd4ff Color Hex

#DDD4FF
(221,212,255)
0 Favorites   0 Comments

Color spaces of #ddd4ff

RGB 221212255
HSL0.701.000.92
HSV253°17°100°
CMYK 0.130.170.00   0.00
XYZ71.412369.6791104.2933
Yxy69.67910.29100.2840
Hunter Lab83.47406.6278-15.6457
CIE-Lab86.839211.2773-19.8404

#ddd4ff color RGB value is (221,212,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 11111111
Octal 335 324 377
Decimal 221 212 255
Hex DD D4 FF

RGB Percentages of Color #ddd4ff

%32.12
%30.81
%37.06

CMYK Percentages of Color #ddd4ff

%13
%17
%0
%0

Triadic Colors of #ddd4ff

#ddd4ff #ffddd4 #d4ffdd

Analogous Colors of #ddd4ff

#ddd4ff #f3d4ff #d4e1ff

Monochromatic Colors of #ddd4ff

#ddd4ff

Complementary Color

#ddd4ff #f6ffd4

#ddd4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd4ff Color CSS Codes

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

#ddd4ff Text Font Color

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

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


#ddd4ff Background Color

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

This div background color is #ddd4ff


#ddd4ff Border Color

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

This div border color is #ddd4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd4ff

Related Colors

#ddd4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.