Color Hex Logo

#dfcbee Color Hex

#DFCBEE
(223,203,238)
0 Favorites   0 Comments

Color spaces of #dfcbee

RGB 223203238
HSL0.760.510.86
HSV274°15°93°
CMYK 0.060.150.00   0.07
XYZ67.220064.572989.8099
Yxy64.57290.30330.2914
Hunter Lab80.35738.6926-10.0144
CIE-Lab84.263213.3062-14.6973

#dfcbee color RGB value is (223,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11101110
Octal 337 313 356
Decimal 223 203 238
Hex DF CB EE

RGB Percentages of Color #dfcbee

%33.58
%30.57
%35.84

CMYK Percentages of Color #dfcbee

%6
%15
%0
%7

Triadic Colors of #dfcbee

#dfcbee #eedfcb #cbeedf

Analogous Colors of #dfcbee

#dfcbee #eecbec #cecbee

Monochromatic Colors of #dfcbee

#dfcbee

Complementary Color

#dfcbee #daeecb

#dfcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbee Color CSS Codes

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

#dfcbee Text Font Color

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

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


#dfcbee Background Color

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

This div background color is #dfcbee


#dfcbee Border Color

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

This div border color is #dfcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbee

#dfcbee Color Palettes


Comments

No comments written yet.

Please login to write comment.