Color Hex Logo

#dddcf6 Color Hex

#DDDCF6
(221,220,246)
0 Favorites   0 Comments

Color spaces of #dddcf6

RGB 221220246
HSL0.670.590.91
HSV242°11°96°
CMYK 0.100.110.00   0.04
XYZ72.046573.212497.5229
Yxy73.21240.29680.3016
Hunter Lab85.56420.5625-7.6815
CIE-Lab88.54895.2496-12.5307

#dddcf6 color RGB value is (221,220,246).

#dddcf6 hex color red value is 221, green value is 220 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dddcf6 hue: 0.67 , saturation: 0.59 and the lightness value of dddcf6 is 0.91.

The process color (four color CMYK) of #dddcf6 color hex is 0.10, 0.11, 0.00, 0.04. Web safe color of #dddcf6 is #ccccff. Color #dddcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11110110
Octal 335 334 366
Decimal 221 220 246
Hex DD DC F6

RGB Percentages of Color #dddcf6

%32.17
%32.02
%35.81

CMYK Percentages of Color #dddcf6

%10
%11
%0
%4

Triadic Colors of #dddcf6

#dddcf6 #f6dddc #dcf6dd

Analogous Colors of #dddcf6

#dddcf6 #eadcf6 #dce8f6

Monochromatic Colors of #dddcf6

#dddcf6

Complementary Color

#dddcf6 #f5f6dc

#dddcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcf6 Color CSS Codes

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

#dddcf6 Text Font Color

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

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


#dddcf6 Background Color

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

This div background color is #dddcf6


#dddcf6 Border Color

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

This div border color is #dddcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcf6


Comments

No comments written yet.

Please login to write comment.