Color Hex Logo

#dfdbed Color Hex

#DFDBED
(223,219,237)
0 Favorites   0 Comments

Color spaces of #dfdbed

RGB 223219237
HSL0.700.330.89
HSV253°93°
CMYK 0.060.080.00   0.07
XYZ71.049072.465490.3633
Yxy72.46540.30380.3098
Hunter Lab85.12660.0094-3.3487
CIE-Lab88.19214.6738-8.3077

#dfdbed color RGB value is (223,219,237).

#dfdbed hex color red value is 223, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfdbed hue: 0.70 , saturation: 0.33 and the lightness value of dfdbed is 0.89.

The process color (four color CMYK) of #dfdbed color hex is 0.06, 0.08, 0.00, 0.07. Web safe color of #dfdbed is #ccccff. Color #dfdbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101101
Octal 337 333 355
Decimal 223 219 237
Hex DF DB ED

RGB Percentages of Color #dfdbed

%32.84
%32.25
%34.90

CMYK Percentages of Color #dfdbed

%6
%8
%0
%7

Triadic Colors of #dfdbed

#dfdbed #eddfdb #dbeddf

Analogous Colors of #dfdbed

#dfdbed #e8dbed #dbe0ed

Monochromatic Colors of #dfdbed

#dfdbed

Complementary Color

#dfdbed #e9eddb

#dfdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbed Color CSS Codes

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

#dfdbed Text Font Color

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

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


#dfdbed Background Color

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

This div background color is #dfdbed


#dfdbed Border Color

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

This div border color is #dfdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbed


Comments

No comments written yet.

Please login to write comment.