Color Hex Logo

#dfddfe Color Hex

#DFDDFE
(223,221,254)
0 Favorites   0 Comments

Color spaces of #dfddfe

RGB 223221254
HSL0.680.940.93
HSV244°13°100°
CMYK 0.120.130.00   0.00
XYZ74.177374.5566104.2472
Yxy74.55660.29320.2947
Hunter Lab86.34622.2380-11.1395
CIE-Lab89.18496.9591-15.7671

#dfddfe color RGB value is (223,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11111110
Octal 337 335 376
Decimal 223 221 254
Hex DF DD FE

RGB Percentages of Color #dfddfe

%31.95
%31.66
%36.39

CMYK Percentages of Color #dfddfe

%12
%13
%0
%0

Triadic Colors of #dfddfe

#dfddfe #fedfdd #ddfedf

Analogous Colors of #dfddfe

#dfddfe #f0ddfe #ddecfe

Monochromatic Colors of #dfddfe

#dfddfe

Complementary Color

#dfddfe #fcfedd

#dfddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddfe Color CSS Codes

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

#dfddfe Text Font Color

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

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


#dfddfe Background Color

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

This div background color is #dfddfe


#dfddfe Border Color

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

This div border color is #dfddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddfe


Comments

No comments written yet.

Please login to write comment.