Color Hex Logo

#dfcbf0 Color Hex

#DFCBF0
(223,203,240)
0 Favorites   0 Comments

Color spaces of #dfcbf0

RGB 223203240
HSL0.760.550.87
HSV272°15°94°
CMYK 0.070.150.00   0.06
XYZ67.515564.691191.3663
Yxy64.69110.30200.2894
Hunter Lab80.43089.0833-11.0496
CIE-Lab84.324313.6945-15.6692

#dfcbf0 color RGB value is (223,203,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11110000
Octal 337 313 360
Decimal 223 203 240
Hex DF CB F0

RGB Percentages of Color #dfcbf0

%33.48
%30.48
%36.04

CMYK Percentages of Color #dfcbf0

%7
%15
%0
%6

Triadic Colors of #dfcbf0

#dfcbf0 #f0dfcb #cbf0df

Analogous Colors of #dfcbf0

#dfcbf0 #f0cbef #cdcbf0

Monochromatic Colors of #dfcbf0

#dfcbf0

Complementary Color

#dfcbf0 #dcf0cb

#dfcbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbf0 Color CSS Codes

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

#dfcbf0 Text Font Color

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

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


#dfcbf0 Background Color

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

This div background color is #dfcbf0


#dfcbf0 Border Color

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

This div border color is #dfcbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbf0

#dfcbf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.