Color Hex Logo

#d1ddee Color Hex

#D1DDEE
(209,221,238)
0 Favorites   0 Comments

Color spaces of #d1ddee

RGB 209221238
HSL0.600.460.88
HSV215°12°93°
CMYK 0.120.070.00   0.07
XYZ67.583671.441391.1164
Yxy71.44130.29370.3104
Hunter Lab84.5230-5.1886-4.7490
CIE-Lab87.6990-0.7015-9.6786

#d1ddee color RGB value is (209,221,238).

#d1ddee hex color red value is 209, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d1ddee hue: 0.60 , saturation: 0.46 and the lightness value of d1ddee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011101 11101110
Octal 321 335 356
Decimal 209 221 238
Hex D1 DD EE

RGB Percentages of Color #d1ddee

%31.29
%33.08
%35.63

CMYK Percentages of Color #d1ddee

%12
%7
%0
%7

Triadic Colors of #d1ddee

#d1ddee #eed1dd #ddeed1

Analogous Colors of #d1ddee

#d1ddee #d4d1ee #d1ecee

Monochromatic Colors of #d1ddee

#d1ddee

Complementary Color

#d1ddee #eee2d1

#d1ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ddee Color CSS Codes

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

#d1ddee Text Font Color

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

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


#d1ddee Background Color

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

This div background color is #d1ddee


#d1ddee Border Color

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

This div border color is #d1ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ddee


Comments

No comments written yet.

Please login to write comment.