Color Hex Logo

#dfdbff Color Hex

#DFDBFF
(223,219,255)
0 Favorites   0 Comments

Color spaces of #dfdbff

RGB 223219255
HSL0.691.000.93
HSV247°14°100°
CMYK 0.130.140.00   0.00
XYZ73.812973.5710104.9180
Yxy73.57100.29260.2916
Hunter Lab85.77353.5055-12.4819
CIE-Lab88.71938.2108-16.9917

#dfdbff color RGB value is (223,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11111111
Octal 337 333 377
Decimal 223 219 255
Hex DF DB FF

RGB Percentages of Color #dfdbff

%31.99
%31.42
%36.59

CMYK Percentages of Color #dfdbff

%13
%14
%0
%0

Triadic Colors of #dfdbff

#dfdbff #ffdfdb #dbffdf

Analogous Colors of #dfdbff

#dfdbff #f1dbff #dbe9ff

Monochromatic Colors of #dfdbff

#dfdbff

Complementary Color

#dfdbff #fbffdb

#dfdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbff Color CSS Codes

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

#dfdbff Text Font Color

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

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


#dfdbff Background Color

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

This div background color is #dfdbff


#dfdbff Border Color

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

This div border color is #dfdbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbff

#dfdbff Color Palettes


Comments

No comments written yet.

Please login to write comment.