Color Hex Logo

#ddc5fc Color Hex

#DDC5FC
(221,197,252)
0 Favorites   0 Comments

Color spaces of #ddc5fc

RGB 221197252
HSL0.740.900.88
HSV266°22°99°
CMYK 0.120.220.00   0.01
XYZ67.355762.3329100.5769
Yxy62.33290.29250.2707
Hunter Lab78.951214.1193-20.2644
CIE-Lab83.090118.6619-23.9342

#ddc5fc color RGB value is (221,197,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 11111100
Octal 335 305 374
Decimal 221 197 252
Hex DD C5 FC

RGB Percentages of Color #ddc5fc

%32.99
%29.40
%37.61

CMYK Percentages of Color #ddc5fc

%12
%22
%0
%1

Triadic Colors of #ddc5fc

#ddc5fc #fcddc5 #c5fcdd

Analogous Colors of #ddc5fc

#ddc5fc #f9c5fc #c5c9fc

Monochromatic Colors of #ddc5fc

#ddc5fc

Complementary Color

#ddc5fc #e4fcc5

#ddc5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5fc Color CSS Codes

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

#ddc5fc Text Font Color

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

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


#ddc5fc Background Color

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

This div background color is #ddc5fc


#ddc5fc Border Color

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

This div border color is #ddc5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.