Color Hex Logo

#dddbee Color Hex

#DDDBEE
(221,219,238)
0 Favorites   0 Comments

Color spaces of #dddbee

RGB 221219238
HSL0.680.360.90
HSV246°93°
CMYK 0.070.080.00   0.07
XYZ70.582972.208291.1064
Yxy72.20820.30180.3087
Hunter Lab84.9754-0.4400-4.0850
CIE-Lab88.06874.2112-9.0343

#dddbee color RGB value is (221,219,238).

#dddbee hex color red value is 221, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dddbee hue: 0.68 , saturation: 0.36 and the lightness value of dddbee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11101110
Octal 335 333 356
Decimal 221 219 238
Hex DD DB EE

RGB Percentages of Color #dddbee

%32.60
%32.30
%35.10

CMYK Percentages of Color #dddbee

%7
%8
%0
%7

Triadic Colors of #dddbee

#dddbee #eedddb #dbeedd

Analogous Colors of #dddbee

#dddbee #e7dbee #dbe3ee

Monochromatic Colors of #dddbee

#dddbee

Complementary Color

#dddbee #eceedb

#dddbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbee Color CSS Codes

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

#dddbee Text Font Color

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

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


#dddbee Background Color

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

This div background color is #dddbee


#dddbee Border Color

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

This div border color is #dddbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbee


Comments

No comments written yet.

Please login to write comment.