Color Hex Logo

#dfcbdb Color Hex

#DFCBDB
(223,203,219)
0 Favorites   0 Comments

Color spaces of #dfcbdb

RGB 223203219
HSL0.870.240.84
HSV312°87°
CMYK 0.000.090.02   0.13
XYZ64.573563.514375.8739
Yxy63.51430.31660.3114
Hunter Lab79.69595.1617-0.6595
CIE-Lab83.71229.7562-5.3954

#dfcbdb color RGB value is (223,203,219).

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

The process color (four color CMYK) of #dfcbdb color hex is 0.00, 0.09, 0.02, 0.13. Web safe color of #dfcbdb is #cccccc. Color #dfcbdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11011011
Octal 337 313 333
Decimal 223 203 219
Hex DF CB DB

RGB Percentages of Color #dfcbdb

%34.57
%31.47
%33.95

CMYK Percentages of Color #dfcbdb

%0
%9
%2
%13

Triadic Colors of #dfcbdb

#dfcbdb #dbdfcb #cbdbdf

Analogous Colors of #dfcbdb

#dfcbdb #dfcbd1 #d9cbdf

Monochromatic Colors of #dfcbdb

#dfcbdb

Complementary Color

#dfcbdb #cbdfcf

#dfcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbdb Color CSS Codes

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

#dfcbdb Text Font Color

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

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


#dfcbdb Background Color

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

This div background color is #dfcbdb


#dfcbdb Border Color

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

This div border color is #dfcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbdb


Comments

No comments written yet.

Please login to write comment.