Color Hex Logo

#dddcff Color Hex

#DDDCFF
(221,220,255)
0 Favorites   0 Comments

Color spaces of #dddcff

RGB 221220255
HSL0.671.000.93
HSV242°14°100°
CMYK 0.130.140.00   0.00
XYZ73.462073.7786104.9766
Yxy73.77860.29130.2925
Hunter Lab85.89452.3484-12.3356
CIE-Lab88.81777.0572-16.8588

#dddcff color RGB value is (221,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11111111
Octal 335 334 377
Decimal 221 220 255
Hex DD DC FF

RGB Percentages of Color #dddcff

%31.75
%31.61
%36.64

CMYK Percentages of Color #dddcff

%13
%14
%0
%0

Triadic Colors of #dddcff

#dddcff #ffdddc #dcffdd

Analogous Colors of #dddcff

#dddcff #efdcff #dcedff

Monochromatic Colors of #dddcff

#dddcff

Complementary Color

#dddcff #feffdc

#dddcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcff Color CSS Codes

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

#dddcff Text Font Color

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

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


#dddcff Background Color

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

This div background color is #dddcff


#dddcff Border Color

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

This div border color is #dddcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcff


Comments

No comments written yet.

Please login to write comment.