Color Hex Logo

#d2dcfb Color Hex

#D2DCFB
(210,220,251)
0 Favorites   0 Comments

Color spaces of #d2dcfb

RGB 210220251
HSL0.630.840.90
HSV225°16°98°
CMYK 0.160.120.00   0.02
XYZ69.584171.8531101.4683
Yxy71.85310.28650.2958
Hunter Lab84.7662-1.8112-11.6360
CIE-Lab87.89782.8019-16.2188

#d2dcfb color RGB value is (210,220,251).

#d2dcfb hex color red value is 210, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d2dcfb hue: 0.63 , saturation: 0.84 and the lightness value of d2dcfb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011100 11111011
Octal 322 334 373
Decimal 210 220 251
Hex D2 DC FB

RGB Percentages of Color #d2dcfb

%30.84
%32.31
%36.86

CMYK Percentages of Color #d2dcfb

%16
%12
%0
%2

Triadic Colors of #d2dcfb

#d2dcfb #fbd2dc #dcfbd2

Analogous Colors of #d2dcfb

#d2dcfb #ddd2fb #d2f1fb

Monochromatic Colors of #d2dcfb

#d2dcfb

Complementary Color

#d2dcfb #fbf1d2

#d2dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dcfb Color CSS Codes

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

#d2dcfb Text Font Color

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

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


#d2dcfb Background Color

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

This div background color is #d2dcfb


#d2dcfb Border Color

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

This div border color is #d2dcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,220,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dcfb


Comments

No comments written yet.

Please login to write comment.