Color Hex Logo

#dfc9eb Color Hex

#DFC9EB
(223,201,235)
0 Favorites   0 Comments

Color spaces of #dfc9eb

RGB 223201235
HSL0.770.460.85
HSV279°14°92°
CMYK 0.050.140.00   0.08
XYZ66.313563.459487.3511
Yxy63.45940.30540.2923
Hunter Lab79.66149.1834-9.2503
CIE-Lab83.683513.7932-13.9691

#dfc9eb color RGB value is (223,201,235).

#dfc9eb hex color red value is 223, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfc9eb hue: 0.77 , saturation: 0.46 and the lightness value of dfc9eb is 0.85.

The process color (four color CMYK) of #dfc9eb color hex is 0.05, 0.14, 0.00, 0.08. Web safe color of #dfc9eb is #ccccff. Color #dfc9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 11101011
Octal 337 311 353
Decimal 223 201 235
Hex DF C9 EB

RGB Percentages of Color #dfc9eb

%33.84
%30.50
%35.66

CMYK Percentages of Color #dfc9eb

%5
%14
%0
%8

Triadic Colors of #dfc9eb

#dfc9eb #ebdfc9 #c9ebdf

Analogous Colors of #dfc9eb

#dfc9eb #ebc9e6 #cec9eb

Monochromatic Colors of #dfc9eb

#dfc9eb

Complementary Color

#dfc9eb #d5ebc9

#dfc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9eb Color CSS Codes

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

#dfc9eb Text Font Color

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

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


#dfc9eb Background Color

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

This div background color is #dfc9eb


#dfc9eb Border Color

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

This div border color is #dfc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9eb


Comments

No comments written yet.

Please login to write comment.