Color Hex Logo

#ddd5fc Color Hex

#DDD5FC
(221,213,252)
0 Favorites   0 Comments

Color spaces of #ddd5fc

RGB 221213252
HSL0.700.870.91
HSV252°15°99°
CMYK 0.120.150.00   0.01
XYZ71.183769.9889101.8529
Yxy69.98890.29290.2880
Hunter Lab83.65945.4774-13.6223
CIE-Lab86.991410.1358-18.0281

#ddd5fc color RGB value is (221,213,252).

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

The process color (four color CMYK) of #ddd5fc color hex is 0.12, 0.15, 0.00, 0.01. Web safe color of #ddd5fc is #ccccff. Color #ddd5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 11111100
Octal 335 325 374
Decimal 221 213 252
Hex DD D5 FC

RGB Percentages of Color #ddd5fc

%32.22
%31.05
%36.73

CMYK Percentages of Color #ddd5fc

%12
%15
%0
%1

Triadic Colors of #ddd5fc

#ddd5fc #fcddd5 #d5fcdd

Analogous Colors of #ddd5fc

#ddd5fc #f1d5fc #d5e1fc

Monochromatic Colors of #ddd5fc

#ddd5fc

Complementary Color

#ddd5fc #f4fcd5

#ddd5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd5fc Color CSS Codes

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

#ddd5fc Text Font Color

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

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


#ddd5fc Background Color

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

This div background color is #ddd5fc


#ddd5fc Border Color

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

This div border color is #ddd5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.