Color Hex Logo

#ddd3fa Color Hex

#DDD3FA
(221,211,250)
0 Favorites   0 Comments

Color spaces of #ddd3fa

RGB 221211250
HSL0.710.800.90
HSV255°16°98°
CMYK 0.120.160.00   0.02
XYZ70.368468.8628100.0255
Yxy68.86280.29410.2878
Hunter Lab82.98366.1430-13.3775
CIE-Lab86.436110.7894-17.8088

#ddd3fa color RGB value is (221,211,250).

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

The process color (four color CMYK) of #ddd3fa color hex is 0.12, 0.16, 0.00, 0.02. Web safe color of #ddd3fa is #ccccff. Color #ddd3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 11111010
Octal 335 323 372
Decimal 221 211 250
Hex DD D3 FA

RGB Percentages of Color #ddd3fa

%32.40
%30.94
%36.66

CMYK Percentages of Color #ddd3fa

%12
%16
%0
%2

Triadic Colors of #ddd3fa

#ddd3fa #faddd3 #d3fadd

Analogous Colors of #ddd3fa

#ddd3fa #f1d3fa #d3ddfa

Monochromatic Colors of #ddd3fa

#ddd3fa

Complementary Color

#ddd3fa #f0fad3

#ddd3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3fa Color CSS Codes

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

#ddd3fa Text Font Color

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

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


#ddd3fa Background Color

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

This div background color is #ddd3fa


#ddd3fa Border Color

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

This div border color is #ddd3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3fa


Comments

No comments written yet.

Please login to write comment.