Color Hex Logo

#dfd9fe Color Hex

#DFD9FE
(223,217,254)
0 Favorites   0 Comments

Color spaces of #dfd9fe

RGB 223217254
HSL0.690.950.92
HSV250°15°100°
CMYK 0.120.150.00   0.00
XYZ73.133772.4694103.8994
Yxy72.46940.29310.2905
Hunter Lab85.12904.3724-12.7728
CIE-Lab88.19409.0610-17.2560

#dfd9fe color RGB value is (223,217,254).

#dfd9fe hex color red value is 223, green value is 217 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfd9fe hue: 0.69 , saturation: 0.95 and the lightness value of dfd9fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 11111110
Octal 337 331 376
Decimal 223 217 254
Hex DF D9 FE

RGB Percentages of Color #dfd9fe

%32.13
%31.27
%36.60

CMYK Percentages of Color #dfd9fe

%12
%15
%0
%0

Triadic Colors of #dfd9fe

#dfd9fe #fedfd9 #d9fedf

Analogous Colors of #dfd9fe

#dfd9fe #f2d9fe #d9e6fe

Monochromatic Colors of #dfd9fe

#dfd9fe

Complementary Color

#dfd9fe #f8fed9

#dfd9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9fe Color CSS Codes

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

#dfd9fe Text Font Color

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

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


#dfd9fe Background Color

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

This div background color is #dfd9fe


#dfd9fe Border Color

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

This div border color is #dfd9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9fe


Comments

No comments written yet.

Please login to write comment.