Color Hex Logo

#d2ddfd Color Hex

#D2DDFD
(210,221,253)
0 Favorites   0 Comments

Color spaces of #d2ddfd

RGB 210221253
HSL0.620.910.91
HSV225°17°99°
CMYK 0.170.130.00   0.01
XYZ70.164472.5064103.2256
Yxy72.50640.28530.2949
Hunter Lab85.1507-1.9292-12.2700
CIE-Lab88.21182.6979-16.7988

#d2ddfd color RGB value is (210,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011101 11111101
Octal 322 335 375
Decimal 210 221 253
Hex D2 DD FD

RGB Percentages of Color #d2ddfd

%30.70
%32.31
%36.99

CMYK Percentages of Color #d2ddfd

%17
%13
%0
%1

Triadic Colors of #d2ddfd

#d2ddfd #fdd2dd #ddfdd2

Analogous Colors of #d2ddfd

#d2ddfd #ddd2fd #d2f3fd

Monochromatic Colors of #d2ddfd

#d2ddfd

Complementary Color

#d2ddfd #fdf2d2

#d2ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ddfd Color CSS Codes

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

#d2ddfd Text Font Color

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

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


#d2ddfd Background Color

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

This div background color is #d2ddfd


#d2ddfd Border Color

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

This div border color is #d2ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ddfd


Comments

No comments written yet.

Please login to write comment.