Color Hex Logo

#ddc7fc Color Hex

#DDC7FC
(221,199,252)
0 Favorites   0 Comments

Color spaces of #ddc7fc

RGB 221199252
HSL0.740.900.88
HSV265°21°99°
CMYK 0.120.210.00   0.01
XYZ67.812963.2473100.7293
Yxy63.24730.29260.2729
Hunter Lab79.528213.0309-19.4262
CIE-Lab83.572317.5899-23.2012

#ddc7fc color RGB value is (221,199,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 11111100
Octal 335 307 374
Decimal 221 199 252
Hex DD C7 FC

RGB Percentages of Color #ddc7fc

%32.89
%29.61
%37.50

CMYK Percentages of Color #ddc7fc

%12
%21
%0
%1

Triadic Colors of #ddc7fc

#ddc7fc #fcddc7 #c7fcdd

Analogous Colors of #ddc7fc

#ddc7fc #f8c7fc #c7ccfc

Monochromatic Colors of #ddc7fc

#ddc7fc

Complementary Color

#ddc7fc #e6fcc7

#ddc7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc7fc Color CSS Codes

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

#ddc7fc Text Font Color

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

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


#ddc7fc Background Color

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

This div background color is #ddc7fc


#ddc7fc Border Color

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

This div border color is #ddc7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc7fc


Comments

No comments written yet.

Please login to write comment.