Color Hex Logo

#dfccfa Color Hex

#DFCCFA
(223,204,250)
0 Favorites   0 Comments

Color spaces of #dfccfa

RGB 223204250
HSL0.740.820.89
HSV265°18°98°
CMYK 0.110.180.00   0.02
XYZ69.279665.775899.4871
Yxy65.77580.29540.2804
Hunter Lab81.102310.5502-15.9587
CIE-Lab84.881915.1432-20.1388

#dfccfa color RGB value is (223,204,250).

#dfccfa hex color red value is 223, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfccfa hue: 0.74 , saturation: 0.82 and the lightness value of dfccfa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11111010
Octal 337 314 372
Decimal 223 204 250
Hex DF CC FA

RGB Percentages of Color #dfccfa

%32.94
%30.13
%36.93

CMYK Percentages of Color #dfccfa

%11
%18
%0
%2

Triadic Colors of #dfccfa

#dfccfa #fadfcc #ccfadf

Analogous Colors of #dfccfa

#dfccfa #f6ccfa #ccd0fa

Monochromatic Colors of #dfccfa

#dfccfa

Complementary Color

#dfccfa #e7facc

#dfccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccfa Color CSS Codes

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

#dfccfa Text Font Color

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

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


#dfccfa Background Color

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

This div background color is #dfccfa


#dfccfa Border Color

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

This div border color is #dfccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.