Color Hex Logo

#d3daed Color Hex

#D3DAED
(211,218,237)
0 Favorites   0 Comments

Color spaces of #d3daed

RGB 211218237
HSL0.620.420.88
HSV224°11°93°
CMYK 0.110.080.00   0.07
XYZ67.221470.106190.1096
Yxy70.10610.29560.3082
Hunter Lab83.7294-3.2193-5.1974
CIE-Lab87.04891.3019-10.1027

#d3daed color RGB value is (211,218,237).

#d3daed hex color red value is 211, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d3daed hue: 0.62 , saturation: 0.42 and the lightness value of d3daed is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 11101101
Octal 323 332 355
Decimal 211 218 237
Hex D3 DA ED

RGB Percentages of Color #d3daed

%31.68
%32.73
%35.59

CMYK Percentages of Color #d3daed

%11
%8
%0
%7

Triadic Colors of #d3daed

#d3daed #edd3da #daedd3

Analogous Colors of #d3daed

#d3daed #d9d3ed #d3e7ed

Monochromatic Colors of #d3daed

#d3daed

Complementary Color

#d3daed #ede6d3

#d3daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3daed Color CSS Codes

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

#d3daed Text Font Color

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

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


#d3daed Background Color

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

This div background color is #d3daed


#d3daed Border Color

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

This div border color is #d3daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3daed


Comments

No comments written yet.

Please login to write comment.