Color Hex Logo

#dddbed Color Hex

#DDDBED
(221,219,237)
0 Favorites   0 Comments

Color spaces of #dddbed

RGB 221219237
HSL0.690.330.89
HSV247°93°
CMYK 0.070.080.00   0.07
XYZ70.436472.149690.3346
Yxy72.14960.30240.3098
Hunter Lab84.9409-0.6273-3.5962
CIE-Lab88.04054.0191-8.5491

#dddbed color RGB value is (221,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11101101
Octal 335 333 355
Decimal 221 219 237
Hex DD DB ED

RGB Percentages of Color #dddbed

%32.64
%32.35
%35.01

CMYK Percentages of Color #dddbed

%7
%8
%0
%7

Triadic Colors of #dddbed

#dddbed #eddddb #dbeddd

Analogous Colors of #dddbed

#dddbed #e6dbed #dbe2ed

Monochromatic Colors of #dddbed

#dddbed

Complementary Color

#dddbed #ebeddb

#dddbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbed Color CSS Codes

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

#dddbed Text Font Color

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

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


#dddbed Background Color

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

This div background color is #dddbed


#dddbed Border Color

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

This div border color is #dddbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbed


Comments

No comments written yet.

Please login to write comment.