Color Hex Logo

#dddbdf Color Hex

#DDDBDF
(221,219,223)
0 Favorites   0 Comments

Color spaces of #dddbdf

RGB 221219223
HSL0.750.060.87
HSV270°87°
CMYK 0.010.020.00   0.13
XYZ68.469671.362979.9777
Yxy71.36290.31150.3247
Hunter Lab84.4766-3.15693.0011
CIE-Lab87.66101.4038-1.7280

#dddbdf color RGB value is (221,219,223).

#dddbdf hex color red value is 221, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dddbdf hue: 0.75 , saturation: 0.06 and the lightness value of dddbdf is 0.87.

The process color (four color CMYK) of #dddbdf color hex is 0.01, 0.02, 0.00, 0.13. Web safe color of #dddbdf is #cccccc. Color #dddbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11011111
Octal 335 333 337
Decimal 221 219 223
Hex DD DB DF

RGB Percentages of Color #dddbdf

%33.33
%33.03
%33.63

CMYK Percentages of Color #dddbdf

%1
%2
%0
%13

Triadic Colors of #dddbdf

#dddbdf #dfdddb #dbdfdd

Analogous Colors of #dddbdf

#dddbdf #dfdbdf #dbdbdf

Monochromatic Colors of #dddbdf

#dddbdf

Complementary Color

#dddbdf #dddfdb

#dddbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbdf Color CSS Codes

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

#dddbdf Text Font Color

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

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


#dddbdf Background Color

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

This div background color is #dddbdf


#dddbdf Border Color

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

This div border color is #dddbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbdf


Comments

No comments written yet.

Please login to write comment.