Color Hex Logo

#dfdeff Color Hex

#DFDEFF
(223,222,255)
0 Favorites   0 Comments

Color spaces of #dfdeff

RGB 223222255
HSL0.671.000.94
HSV242°13°100°
CMYK 0.130.130.00   0.00
XYZ74.602775.1505105.1813
Yxy75.15050.29260.2948
Hunter Lab86.68941.9062-11.2547
CIE-Lab89.46346.6368-15.8738

#dfdeff color RGB value is (223,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11111111
Octal 337 336 377
Decimal 223 222 255
Hex DF DE FF

RGB Percentages of Color #dfdeff

%31.86
%31.71
%36.43

CMYK Percentages of Color #dfdeff

%13
%13
%0
%0

Triadic Colors of #dfdeff

#dfdeff #ffdfde #deffdf

Analogous Colors of #dfdeff

#dfdeff #f0deff #deeeff

Monochromatic Colors of #dfdeff

#dfdeff

Complementary Color

#dfdeff #feffde

#dfdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdeff Color CSS Codes

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

#dfdeff Text Font Color

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

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


#dfdeff Background Color

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

This div background color is #dfdeff


#dfdeff Border Color

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

This div border color is #dfdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdeff

Related Colors

#dfdeff Color Palettes


Comments

No comments written yet.

Please login to write comment.