Color Hex Logo

#dfdefd Color Hex

#DFDEFD
(223,222,253)
0 Favorites   0 Comments

Color spaces of #dfdefd

RGB 223222253
HSL0.670.890.93
HSV242°12°99°
CMYK 0.120.120.00   0.01
XYZ74.282375.0224103.4942
Yxy75.02240.29380.2968
Hunter Lab86.61551.5063-10.2130
CIE-Lab89.40356.2340-14.9144

#dfdefd color RGB value is (223,222,253).

#dfdefd hex color red value is 223, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfdefd hue: 0.67 , saturation: 0.89 and the lightness value of dfdefd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11111101
Octal 337 336 375
Decimal 223 222 253
Hex DF DE FD

RGB Percentages of Color #dfdefd

%31.95
%31.81
%36.25

CMYK Percentages of Color #dfdefd

%12
%12
%0
%1

Triadic Colors of #dfdefd

#dfdefd #fddfde #defddf

Analogous Colors of #dfdefd

#dfdefd #efdefd #deedfd

Monochromatic Colors of #dfdefd

#dfdefd

Complementary Color

#dfdefd #fcfdde

#dfdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdefd Color CSS Codes

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

#dfdefd Text Font Color

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

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


#dfdefd Background Color

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

This div background color is #dfdefd


#dfdefd Border Color

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

This div border color is #dfdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdefd


Comments

No comments written yet.

Please login to write comment.