Color Hex Logo

#ddc5fa Color Hex

#DDC5FA
(221,197,250)
0 Favorites   0 Comments

Color spaces of #ddc5fa

RGB 221197250
HSL0.740.840.88
HSV267°21°98°
CMYK 0.120.210.00   0.02
XYZ67.040462.206898.9162
Yxy62.20680.29380.2726
Hunter Lab78.871313.6998-19.1485
CIE-Lab83.023318.2535-22.9715

#ddc5fa color RGB value is (221,197,250).

#ddc5fa hex color red value is 221, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddc5fa hue: 0.74 , saturation: 0.84 and the lightness value of ddc5fa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 11111010
Octal 335 305 372
Decimal 221 197 250
Hex DD C5 FA

RGB Percentages of Color #ddc5fa

%33.08
%29.49
%37.43

CMYK Percentages of Color #ddc5fa

%12
%21
%0
%2

Triadic Colors of #ddc5fa

#ddc5fa #faddc5 #c5fadd

Analogous Colors of #ddc5fa

#ddc5fa #f8c5fa #c5c8fa

Monochromatic Colors of #ddc5fa

#ddc5fa

Complementary Color

#ddc5fa #e2fac5

#ddc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5fa Color CSS Codes

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

#ddc5fa Text Font Color

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

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


#ddc5fa Background Color

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

This div background color is #ddc5fa


#ddc5fa Border Color

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

This div border color is #ddc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5fa


Comments

No comments written yet.

Please login to write comment.