Color Hex Logo

#dfdcff Color Hex

#DFDCFF
(223,220,255)
0 Favorites   0 Comments

Color spaces of #dfdcff

RGB 223220255
HSL0.681.000.93
HSV245°14°100°
CMYK 0.130.140.00   0.00
XYZ74.074674.0944105.0052
Yxy74.09440.29260.2927
Hunter Lab86.07812.9717-12.0722
CIE-Lab88.96717.6854-16.6192

#dfdcff color RGB value is (223,220,255).

#dfdcff hex color red value is 223, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfdcff hue: 0.68 , saturation: 1.00 and the lightness value of dfdcff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11111111
Octal 337 334 377
Decimal 223 220 255
Hex DF DC FF

RGB Percentages of Color #dfdcff

%31.95
%31.52
%36.53

CMYK Percentages of Color #dfdcff

%13
%14
%0
%0

Triadic Colors of #dfdcff

#dfdcff #ffdfdc #dcffdf

Analogous Colors of #dfdcff

#dfdcff #f1dcff #dcebff

Monochromatic Colors of #dfdcff

#dfdcff

Complementary Color

#dfdcff #fcffdc

#dfdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcff Color CSS Codes

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

#dfdcff Text Font Color

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

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


#dfdcff Background Color

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

This div background color is #dfdcff


#dfdcff Border Color

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

This div border color is #dfdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcff

#dfdcff Color Palettes


Comments

No comments written yet.

Please login to write comment.