Color Hex Logo

#ddc4fc Color Hex

#DDC4FC
(221,196,252)
0 Favorites   0 Comments

Color spaces of #ddc4fc

RGB 221196252
HSL0.740.900.88
HSV267°22°99°
CMYK 0.120.220.00   0.01
XYZ67.129461.8803100.5014
Yxy61.88030.29250.2696
Hunter Lab78.664014.6642-20.6843
CIE-Lab82.849719.1984-24.3000

#ddc4fc color RGB value is (221,196,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11111100
Octal 335 304 374
Decimal 221 196 252
Hex DD C4 FC

RGB Percentages of Color #ddc4fc

%33.03
%29.30
%37.67

CMYK Percentages of Color #ddc4fc

%12
%22
%0
%1

Triadic Colors of #ddc4fc

#ddc4fc #fcddc4 #c4fcdd

Analogous Colors of #ddc4fc

#ddc4fc #f9c4fc #c4c7fc

Monochromatic Colors of #ddc4fc

#ddc4fc

Complementary Color

#ddc4fc #e3fcc4

#ddc4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4fc Color CSS Codes

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

#ddc4fc Text Font Color

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

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


#ddc4fc Background Color

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

This div background color is #ddc4fc


#ddc4fc Border Color

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

This div border color is #ddc4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4fc


Comments

No comments written yet.

Please login to write comment.