Color Hex Logo

#dfcbec Color Hex

#DFCBEC
(223,203,236)
0 Favorites   0 Comments

Color spaces of #dfcbec

RGB 223203236
HSL0.770.460.86
HSV276°14°93°
CMYK 0.060.140.00   0.07
XYZ66.927764.456088.2707
Yxy64.45600.30470.2934
Hunter Lab80.28458.3054-8.9887
CIE-Lab84.202612.9205-13.7240

#dfcbec color RGB value is (223,203,236).

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

The process color (four color CMYK) of #dfcbec color hex is 0.06, 0.14, 0.00, 0.07. Web safe color of #dfcbec is #ccccff. Color #dfcbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11101100
Octal 337 313 354
Decimal 223 203 236
Hex DF CB EC

RGB Percentages of Color #dfcbec

%33.69
%30.66
%35.65

CMYK Percentages of Color #dfcbec

%6
%14
%0
%7

Triadic Colors of #dfcbec

#dfcbec #ecdfcb #cbecdf

Analogous Colors of #dfcbec

#dfcbec #eccbe9 #cfcbec

Monochromatic Colors of #dfcbec

#dfcbec

Complementary Color

#dfcbec #d8eccb

#dfcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbec Color CSS Codes

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

#dfcbec Text Font Color

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

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


#dfcbec Background Color

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

This div background color is #dfcbec


#dfcbec Border Color

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

This div border color is #dfcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbec


Comments

No comments written yet.

Please login to write comment.