Color Hex Logo

#dfdcf7 Color Hex

#DFDCF7
(223,220,247)
0 Favorites   0 Comments

Color spaces of #dfdcf7

RGB 223220247
HSL0.690.630.92
HSV247°11°97°
CMYK 0.100.110.00   0.03
XYZ72.813173.589898.3623
Yxy73.58980.29750.3007
Hunter Lab85.78451.3863-7.9340
CIE-Lab88.72836.0879-12.7731

#dfdcf7 color RGB value is (223,220,247).

#dfdcf7 hex color red value is 223, green value is 220 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dfdcf7 hue: 0.69 , saturation: 0.63 and the lightness value of dfdcf7 is 0.92.

The process color (four color CMYK) of #dfdcf7 color hex is 0.10, 0.11, 0.00, 0.03. Web safe color of #dfdcf7 is #ccccff. Color #dfdcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11110111
Octal 337 334 367
Decimal 223 220 247
Hex DF DC F7

RGB Percentages of Color #dfdcf7

%32.32
%31.88
%35.80

CMYK Percentages of Color #dfdcf7

%10
%11
%0
%3

Triadic Colors of #dfdcf7

#dfdcf7 #f7dfdc #dcf7df

Analogous Colors of #dfdcf7

#dfdcf7 #eddcf7 #dce7f7

Monochromatic Colors of #dfdcf7

#dfdcf7

Complementary Color

#dfdcf7 #f4f7dc

#dfdcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcf7 Color CSS Codes

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

#dfdcf7 Text Font Color

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

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


#dfdcf7 Background Color

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

This div background color is #dfdcf7


#dfdcf7 Border Color

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

This div border color is #dfdcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcf7


Comments

No comments written yet.

Please login to write comment.