Color Hex Logo

#dfcfdb Color Hex

#DFCFDB
(223,207,219)
0 Favorites   0 Comments

Color spaces of #dfcfdb

RGB 223207219
HSL0.880.200.84
HSV315°87°
CMYK 0.000.070.02   0.13
XYZ65.530465.428176.1929
Yxy65.42810.31630.3158
Hunter Lab80.88763.05680.7726
CIE-Lab84.70397.6426-3.9339

#dfcfdb color RGB value is (223,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 11011011
Octal 337 317 333
Decimal 223 207 219
Hex DF CF DB

RGB Percentages of Color #dfcfdb

%34.36
%31.90
%33.74

CMYK Percentages of Color #dfcfdb

%0
%7
%2
%13

Triadic Colors of #dfcfdb

#dfcfdb #dbdfcf #cfdbdf

Analogous Colors of #dfcfdb

#dfcfdb #dfcfd3 #dbcfdf

Monochromatic Colors of #dfcfdb

#dfcfdb

Complementary Color

#dfcfdb #cfdfd3

#dfcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcfdb Color CSS Codes

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

#dfcfdb Text Font Color

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

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


#dfcfdb Background Color

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

This div background color is #dfcfdb


#dfcfdb Border Color

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

This div border color is #dfcfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,207,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 #dfcfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcfdb


Comments

No comments written yet.

Please login to write comment.