Color Hex Logo

#dddcfe Color Hex

#DDDCFE
(221,220,254)
0 Favorites   0 Comments

Color spaces of #dddcfe

RGB 221220254
HSL0.670.940.93
HSV242°13°100°
CMYK 0.130.130.00   0.00
XYZ73.301473.7143104.1308
Yxy73.71430.29190.2935
Hunter Lab85.85702.1466-11.8093
CIE-Lab88.78736.8539-16.3792

#dddcfe color RGB value is (221,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11111110
Octal 335 334 376
Decimal 221 220 254
Hex DD DC FE

RGB Percentages of Color #dddcfe

%31.80
%31.65
%36.55

CMYK Percentages of Color #dddcfe

%13
%13
%0
%0

Triadic Colors of #dddcfe

#dddcfe #fedddc #dcfedd

Analogous Colors of #dddcfe

#dddcfe #eedcfe #dcecfe

Monochromatic Colors of #dddcfe

#dddcfe

Complementary Color

#dddcfe #fdfedc

#dddcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcfe Color CSS Codes

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

#dddcfe Text Font Color

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

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


#dddcfe Background Color

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

This div background color is #dddcfe


#dddcfe Border Color

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

This div border color is #dddcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.