Color Hex Logo

#dfdbf5 Color Hex

#DFDBF5
(223,219,245)
0 Favorites   0 Comments

Color spaces of #dfdbf5

RGB 223219245
HSL0.690.570.91
HSV249°11°96°
CMYK 0.090.110.00   0.04
XYZ72.244472.943696.6580
Yxy72.94360.29870.3016
Hunter Lab85.40701.5279-7.3156
CIE-Lab88.42086.2188-12.1800

#dfdbf5 color RGB value is (223,219,245).

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

The process color (four color CMYK) of #dfdbf5 color hex is 0.09, 0.11, 0.00, 0.04. Web safe color of #dfdbf5 is #ccccff. Color #dfdbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11110101
Octal 337 333 365
Decimal 223 219 245
Hex DF DB F5

RGB Percentages of Color #dfdbf5

%32.46
%31.88
%35.66

CMYK Percentages of Color #dfdbf5

%9
%11
%0
%4

Triadic Colors of #dfdbf5

#dfdbf5 #f5dfdb #dbf5df

Analogous Colors of #dfdbf5

#dfdbf5 #ecdbf5 #dbe4f5

Monochromatic Colors of #dfdbf5

#dfdbf5

Complementary Color

#dfdbf5 #f1f5db

#dfdbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbf5 Color CSS Codes

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

#dfdbf5 Text Font Color

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

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


#dfdbf5 Background Color

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

This div background color is #dfdbf5


#dfdbf5 Border Color

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

This div border color is #dfdbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbf5


Comments

No comments written yet.

Please login to write comment.