Color Hex Logo

#dcddfd Color Hex

#DCDDFD
(220,221,253)
0 Favorites   0 Comments

Color spaces of #dcddfd

RGB 220221253
HSL0.660.890.93
HSV238°13°99°
CMYK 0.130.130.00   0.01
XYZ73.101374.0204103.3630
Yxy74.02040.29180.2955
Hunter Lab86.03511.1043-11.0067
CIE-Lab88.93215.8119-15.6440

#dcddfd color RGB value is (220,221,253).

#dcddfd hex color red value is 220, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcddfd hue: 0.66 , saturation: 0.89 and the lightness value of dcddfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11111101
Octal 334 335 375
Decimal 220 221 253
Hex DC DD FD

RGB Percentages of Color #dcddfd

%31.70
%31.84
%36.46

CMYK Percentages of Color #dcddfd

%13
%13
%0
%1

Triadic Colors of #dcddfd

#dcddfd #fddcdd #ddfddc

Analogous Colors of #dcddfd

#dcddfd #ecdcfd #dceefd

Monochromatic Colors of #dcddfd

#dcddfd

Complementary Color

#dcddfd #fdfcdc

#dcddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddfd Color CSS Codes

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

#dcddfd Text Font Color

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

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


#dcddfd Background Color

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

This div background color is #dcddfd


#dcddfd Border Color

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

This div border color is #dcddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.