Color Hex Logo

#d6ddfd Color Hex

#D6DDFD
(214,221,253)
0 Favorites   0 Comments

Color spaces of #d6ddfd

RGB 214221253
HSL0.640.910.92
HSV229°15°99°
CMYK 0.150.130.00   0.01
XYZ71.317673.1009103.2795
Yxy73.10090.28790.2951
Hunter Lab85.4991-0.7306-11.7706
CIE-Lab88.49583.9359-16.3433

#d6ddfd color RGB value is (214,221,253).

#d6ddfd hex color red value is 214, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d6ddfd hue: 0.64 , saturation: 0.91 and the lightness value of d6ddfd is 0.92.

The process color (four color CMYK) of #d6ddfd color hex is 0.15, 0.13, 0.00, 0.01. Web safe color of #d6ddfd is #ccccff. Color #d6ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 11111101
Octal 326 335 375
Decimal 214 221 253
Hex D6 DD FD

RGB Percentages of Color #d6ddfd

%31.10
%32.12
%36.77

CMYK Percentages of Color #d6ddfd

%15
%13
%0
%1

Triadic Colors of #d6ddfd

#d6ddfd #fdd6dd #ddfdd6

Analogous Colors of #d6ddfd

#d6ddfd #e3d6fd #d6f1fd

Monochromatic Colors of #d6ddfd

#d6ddfd

Complementary Color

#d6ddfd #fdf6d6

#d6ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddfd Color CSS Codes

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

#d6ddfd Text Font Color

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

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


#d6ddfd Background Color

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

This div background color is #d6ddfd


#d6ddfd Border Color

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

This div border color is #d6ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddfd


Comments

No comments written yet.

Please login to write comment.