Color Hex Logo

#ddc8fc Color Hex

#DDC8FC
(221,200,252)
0 Favorites   0 Comments

Color spaces of #ddc8fc

RGB 221200252
HSL0.730.900.89
HSV264°21°99°
CMYK 0.120.210.00   0.01
XYZ68.043863.7090100.8062
Yxy63.70900.29260.2739
Hunter Lab79.817912.4877-19.0079
CIE-Lab83.814017.0546-22.8340

#ddc8fc color RGB value is (221,200,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 11111100
Octal 335 310 374
Decimal 221 200 252
Hex DD C8 FC

RGB Percentages of Color #ddc8fc

%32.84
%29.72
%37.44

CMYK Percentages of Color #ddc8fc

%12
%21
%0
%1

Triadic Colors of #ddc8fc

#ddc8fc #fcddc8 #c8fcdd

Analogous Colors of #ddc8fc

#ddc8fc #f7c8fc #c8cdfc

Monochromatic Colors of #ddc8fc

#ddc8fc

Complementary Color

#ddc8fc #e7fcc8

#ddc8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc8fc Color CSS Codes

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

#ddc8fc Text Font Color

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

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


#ddc8fc Background Color

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

This div background color is #ddc8fc


#ddc8fc Border Color

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

This div border color is #ddc8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc8fc

Related Colors


Comments

No comments written yet.

Please login to write comment.