Color Hex Logo

#dfdafa Color Hex

#DFDAFA
(223,218,250)
0 Favorites   0 Comments

Color spaces of #dfdafa

RGB 223218250
HSL0.690.760.92
HSV249°13°98°
CMYK 0.110.130.00   0.02
XYZ72.758172.7329100.6466
Yxy72.73290.29560.2955
Hunter Lab85.28363.0377-10.2720
CIE-Lab88.32027.7316-14.9619

#dfdafa color RGB value is (223,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11111010
Octal 337 332 372
Decimal 223 218 250
Hex DF DA FA

RGB Percentages of Color #dfdafa

%32.27
%31.55
%36.18

CMYK Percentages of Color #dfdafa

%11
%13
%0
%2

Triadic Colors of #dfdafa

#dfdafa #fadfda #dafadf

Analogous Colors of #dfdafa

#dfdafa #efdafa #dae5fa

Monochromatic Colors of #dfdafa

#dfdafa

Complementary Color

#dfdafa #f5fada

#dfdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdafa Color CSS Codes

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

#dfdafa Text Font Color

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

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


#dfdafa Background Color

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

This div background color is #dfdafa


#dfdafa Border Color

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

This div border color is #dfdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdafa

Related Colors

#dfdafa Color Palettes


Comments

No comments written yet.

Please login to write comment.