Color Hex Logo

#dddbec Color Hex

#DDDBEC
(221,219,236)
0 Favorites   0 Comments

Color spaces of #dddbec

RGB 221219236
HSL0.690.310.89
HSV247°93°
CMYK 0.060.070.00   0.07
XYZ70.290672.091389.5672
Yxy72.09130.30300.3108
Hunter Lab84.9066-0.8139-3.1099
CIE-Lab88.01253.8276-8.0638

#dddbec color RGB value is (221,219,236).

#dddbec hex color red value is 221, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dddbec hue: 0.69 , saturation: 0.31 and the lightness value of dddbec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11101100
Octal 335 333 354
Decimal 221 219 236
Hex DD DB EC

RGB Percentages of Color #dddbec

%32.69
%32.40
%34.91

CMYK Percentages of Color #dddbec

%6
%7
%0
%7

Triadic Colors of #dddbec

#dddbec #ecdddb #dbecdd

Analogous Colors of #dddbec

#dddbec #e6dbec #dbe2ec

Monochromatic Colors of #dddbec

#dddbec

Complementary Color

#dddbec #eaecdb

#dddbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbec Color CSS Codes

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

#dddbec Text Font Color

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

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


#dddbec Background Color

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

This div background color is #dddbec


#dddbec Border Color

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

This div border color is #dddbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbec

#dddbec Color Palettes


Comments

No comments written yet.

Please login to write comment.