Color Hex Logo

#dfbfce Color Hex

#DFBFCE
(223,191,206)
0 Favorites   0 Comments

Color spaces of #dfbfce

RGB 223191206
HSL0.920.330.81
HSV332°14°87°
CMYK 0.000.140.08   0.13
XYZ60.202857.405866.2999
Yxy57.40580.32740.3121
Hunter Lab75.76669.24131.1547
CIE-Lab80.407313.8520-3.2979

#dfbfce color RGB value is (223,191,206).

#dfbfce hex color red value is 223, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfbfce hue: 0.92 , saturation: 0.33 and the lightness value of dfbfce is 0.81.

The process color (four color CMYK) of #dfbfce color hex is 0.00, 0.14, 0.08, 0.13. Web safe color of #dfbfce is #cccccc. Color #dfbfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11001110
Octal 337 277 316
Decimal 223 191 206
Hex DF BF CE

RGB Percentages of Color #dfbfce

%35.97
%30.81
%33.23

CMYK Percentages of Color #dfbfce

%0
%14
%8
%13

Triadic Colors of #dfbfce

#dfbfce #cedfbf #bfcedf

Analogous Colors of #dfbfce

#dfbfce #dfc0bf #dfbfde

Monochromatic Colors of #dfbfce

#dfbfce

Complementary Color

#dfbfce #bfdfd0

#dfbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfce Color CSS Codes

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

#dfbfce Text Font Color

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

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


#dfbfce Background Color

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

This div background color is #dfbfce


#dfbfce Border Color

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

This div border color is #dfbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfce


Comments

No comments written yet.

Please login to write comment.