Color Hex Logo

#dfcfed Color Hex

#DFCFED
(223,207,237)
0 Favorites   0 Comments

Color spaces of #dfcfed

RGB 223207237
HSL0.760.450.87
HSV272°13°93°
CMYK 0.060.130.00   0.07
XYZ68.030366.428089.3571
Yxy66.42800.30400.2968
Hunter Lab81.50346.3618-7.9509
CIE-Lab85.214310.9895-12.7417

#dfcfed color RGB value is (223,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 11101101
Octal 337 317 355
Decimal 223 207 237
Hex DF CF ED

RGB Percentages of Color #dfcfed

%33.43
%31.03
%35.53

CMYK Percentages of Color #dfcfed

%6
%13
%0
%7

Triadic Colors of #dfcfed

#dfcfed #eddfcf #cfeddf

Analogous Colors of #dfcfed

#dfcfed #edcfec #d0cfed

Monochromatic Colors of #dfcfed

#dfcfed

Complementary Color

#dfcfed #ddedcf

#dfcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcfed Color CSS Codes

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

#dfcfed Text Font Color

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

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


#dfcfed Background Color

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

This div background color is #dfcfed


#dfcfed Border Color

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

This div border color is #dfcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcfed


Comments

No comments written yet.

Please login to write comment.