Color Hex Logo

#ddd0fa Color Hex

#DDD0FA
(221,208,250)
0 Favorites   0 Comments

Color spaces of #ddd0fa

RGB 221208250
HSL0.720.810.90
HSV259°17°98°
CMYK 0.120.170.00   0.02
XYZ69.630067.386099.7794
Yxy67.38600.29410.2846
Hunter Lab82.08907.7526-14.6049
CIE-Lab85.698512.3808-18.9208

#ddd0fa color RGB value is (221,208,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 11111010
Octal 335 320 372
Decimal 221 208 250
Hex DD D0 FA

RGB Percentages of Color #ddd0fa

%32.55
%30.63
%36.82

CMYK Percentages of Color #ddd0fa

%12
%17
%0
%2

Triadic Colors of #ddd0fa

#ddd0fa #faddd0 #d0fadd

Analogous Colors of #ddd0fa

#ddd0fa #f2d0fa #d0d8fa

Monochromatic Colors of #ddd0fa

#ddd0fa

Complementary Color

#ddd0fa #edfad0

#ddd0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0fa Color CSS Codes

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

#ddd0fa Text Font Color

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

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


#ddd0fa Background Color

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

This div background color is #ddd0fa


#ddd0fa Border Color

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

This div border color is #ddd0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd0fa


Comments

No comments written yet.

Please login to write comment.