Color Hex Logo

#ddd7ee Color Hex

#DDD7EE
(221,215,238)
0 Favorites   0 Comments

Color spaces of #ddd7ee

RGB 221215238
HSL0.710.400.89
HSV256°10°93°
CMYK 0.070.100.00   0.07
XYZ69.551870.146190.7627
Yxy70.14610.30180.3044
Hunter Lab83.75331.6648-5.6248
CIE-Lab87.06856.3070-10.5215

#ddd7ee color RGB value is (221,215,238).

#ddd7ee hex color red value is 221, green value is 215 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddd7ee hue: 0.71 , saturation: 0.40 and the lightness value of ddd7ee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 11101110
Octal 335 327 356
Decimal 221 215 238
Hex DD D7 EE

RGB Percentages of Color #ddd7ee

%32.79
%31.90
%35.31

CMYK Percentages of Color #ddd7ee

%7
%10
%0
%7

Triadic Colors of #ddd7ee

#ddd7ee #eeddd7 #d7eedd

Analogous Colors of #ddd7ee

#ddd7ee #e9d7ee #d7ddee

Monochromatic Colors of #ddd7ee

#ddd7ee

Complementary Color

#ddd7ee #e8eed7

#ddd7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd7ee Color CSS Codes

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

#ddd7ee Text Font Color

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

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


#ddd7ee Background Color

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

This div background color is #ddd7ee


#ddd7ee Border Color

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

This div border color is #ddd7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd7ee


Comments

No comments written yet.

Please login to write comment.