Color Hex Logo

#dfcedb Color Hex

#DFCEDB
(223,206,219)
0 Favorites   0 Comments

Color spaces of #dfcedb

RGB 223206219
HSL0.870.210.84
HSV314°87°
CMYK 0.000.080.02   0.13
XYZ65.288964.945176.1124
Yxy64.94510.31640.3147
Hunter Lab80.58853.58210.4151
CIE-Lab84.45548.1701-4.2996

#dfcedb color RGB value is (223,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11011011
Octal 337 316 333
Decimal 223 206 219
Hex DF CE DB

RGB Percentages of Color #dfcedb

%34.41
%31.79
%33.80

CMYK Percentages of Color #dfcedb

%0
%8
%2
%13

Triadic Colors of #dfcedb

#dfcedb #dbdfce #cedbdf

Analogous Colors of #dfcedb

#dfcedb #dfced3 #dbcedf

Monochromatic Colors of #dfcedb

#dfcedb

Complementary Color

#dfcedb #cedfd2

#dfcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcedb Color CSS Codes

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

#dfcedb Text Font Color

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

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


#dfcedb Background Color

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

This div background color is #dfcedb


#dfcedb Border Color

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

This div border color is #dfcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcedb


Comments

No comments written yet.

Please login to write comment.