Color Hex Logo

#dfcffa Color Hex

#DFCFFA
(223,207,250)
0 Favorites   0 Comments

Color spaces of #dfcffa

RGB 223207250
HSL0.730.810.90
HSV262°17°98°
CMYK 0.110.170.00   0.02
XYZ69.999667.215899.7270
Yxy67.21580.29540.2837
Hunter Lab81.98528.9304-14.7308
CIE-Lab85.612813.5463-19.0346

#dfcffa color RGB value is (223,207,250).

#dfcffa hex color red value is 223, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfcffa hue: 0.73 , saturation: 0.81 and the lightness value of dfcffa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 11111010
Octal 337 317 372
Decimal 223 207 250
Hex DF CF FA

RGB Percentages of Color #dfcffa

%32.79
%30.44
%36.76

CMYK Percentages of Color #dfcffa

%11
%17
%0
%2

Triadic Colors of #dfcffa

#dfcffa #fadfcf #cffadf

Analogous Colors of #dfcffa

#dfcffa #f5cffa #cfd5fa

Monochromatic Colors of #dfcffa

#dfcffa

Complementary Color

#dfcffa #eafacf

#dfcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcffa Color CSS Codes

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

#dfcffa Text Font Color

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

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


#dfcffa Background Color

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

This div background color is #dfcffa


#dfcffa Border Color

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

This div border color is #dfcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcffa

Related Colors


Comments

No comments written yet.

Please login to write comment.