Color Hex Logo

#dfddff Color Hex

#DFDDFF
(223,221,255)
0 Favorites   0 Comments

Color spaces of #dfddff

RGB 223221255
HSL0.681.000.93
HSV244°13°100°
CMYK 0.130.130.00   0.00
XYZ74.337974.6209105.0930
Yxy74.62090.29260.2937
Hunter Lab86.38342.4386-11.6631
CIE-Lab89.21517.1608-16.2466

#dfddff color RGB value is (223,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11111111
Octal 337 335 377
Decimal 223 221 255
Hex DF DD FF

RGB Percentages of Color #dfddff

%31.90
%31.62
%36.48

CMYK Percentages of Color #dfddff

%13
%13
%0
%0

Triadic Colors of #dfddff

#dfddff #ffdfdd #ddffdf

Analogous Colors of #dfddff

#dfddff #f0ddff #ddecff

Monochromatic Colors of #dfddff

#dfddff

Complementary Color

#dfddff #fdffdd

#dfddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddff Color CSS Codes

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

#dfddff Text Font Color

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

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


#dfddff Background Color

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

This div background color is #dfddff


#dfddff Border Color

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

This div border color is #dfddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddff

Related Colors


Comments

No comments written yet.

Please login to write comment.