Color Hex Logo

#ddb4ee Color Hex

#DDB4EE
(221,180,238)
0 Favorites   0 Comments

Color spaces of #ddb4ee

RGB 221180238
HSL0.780.630.82
HSV282°24°93°
CMYK 0.070.240.00   0.07
XYZ61.572754.187788.1030
Yxy54.18770.30200.2658
Hunter Lab73.612320.4841-19.4327
CIE-Lab78.571124.9994-23.3154

#ddb4ee color RGB value is (221,180,238).

#ddb4ee hex color red value is 221, green value is 180 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddb4ee hue: 0.78 , saturation: 0.63 and the lightness value of ddb4ee is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 11101110
Octal 335 264 356
Decimal 221 180 238
Hex DD B4 EE

RGB Percentages of Color #ddb4ee

%34.59
%28.17
%37.25

CMYK Percentages of Color #ddb4ee

%7
%24
%0
%7

Triadic Colors of #ddb4ee

#ddb4ee #eeddb4 #b4eedd

Analogous Colors of #ddb4ee

#ddb4ee #eeb4e2 #c0b4ee

Monochromatic Colors of #ddb4ee

#ddb4ee

Complementary Color

#ddb4ee #c5eeb4

#ddb4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb4ee Color CSS Codes

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

#ddb4ee Text Font Color

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

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


#ddb4ee Background Color

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

This div background color is #ddb4ee


#ddb4ee Border Color

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

This div border color is #ddb4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb4ee


Comments

No comments written yet.

Please login to write comment.