Color Hex Logo

#dfddee Color Hex

#DFDDEE
(223,221,238)
0 Favorites   0 Comments

Color spaces of #dfddee

RGB 223221238
HSL0.690.330.90
HSV247°93°
CMYK 0.060.070.00   0.07
XYZ71.720573.573991.3100
Yxy73.57390.30310.3110
Hunter Lab85.7752-0.8548-3.0731
CIE-Lab88.72073.8205-8.0504

#dfddee color RGB value is (223,221,238).

#dfddee hex color red value is 223, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfddee hue: 0.69 , saturation: 0.33 and the lightness value of dfddee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11101110
Octal 337 335 356
Decimal 223 221 238
Hex DF DD EE

RGB Percentages of Color #dfddee

%32.70
%32.40
%34.90

CMYK Percentages of Color #dfddee

%6
%7
%0
%7

Triadic Colors of #dfddee

#dfddee #eedfdd #ddeedf

Analogous Colors of #dfddee

#dfddee #e8ddee #dde4ee

Monochromatic Colors of #dfddee

#dfddee

Complementary Color

#dfddee #eceedd

#dfddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddee Color CSS Codes

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

#dfddee Text Font Color

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

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


#dfddee Background Color

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

This div background color is #dfddee


#dfddee Border Color

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

This div border color is #dfddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddee

#dfddee Color Palettes


Comments

No comments written yet.

Please login to write comment.