Color Hex Logo

#ddc8fe Color Hex

#DDC8FE
(221,200,254)
0 Favorites   0 Comments

Color spaces of #ddc8fe

RGB 221200254
HSL0.730.960.89
HSV263°21°100°
CMYK 0.130.210.00   0.00
XYZ68.362563.8365102.4845
Yxy63.83650.29130.2720
Hunter Lab79.897712.9080-20.1226
CIE-Lab83.880617.4650-23.7951

#ddc8fe color RGB value is (221,200,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 11111110
Octal 335 310 376
Decimal 221 200 254
Hex DD C8 FE

RGB Percentages of Color #ddc8fe

%32.74
%29.63
%37.63

CMYK Percentages of Color #ddc8fe

%13
%21
%0
%0

Triadic Colors of #ddc8fe

#ddc8fe #feddc8 #c8fedd

Analogous Colors of #ddc8fe

#ddc8fe #f8c8fe #c8cefe

Monochromatic Colors of #ddc8fe

#ddc8fe

Complementary Color

#ddc8fe #e9fec8

#ddc8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc8fe Color CSS Codes

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

#ddc8fe Text Font Color

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

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


#ddc8fe Background Color

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

This div background color is #ddc8fe


#ddc8fe Border Color

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

This div border color is #ddc8fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,200,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc8fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc8fe


Comments

No comments written yet.

Please login to write comment.