Color Hex Logo

#d6dcfb Color Hex

#D6DCFB
(214,220,251)
0 Favorites   0 Comments

Color spaces of #d6dcfb

RGB 214220251
HSL0.640.820.91
HSV230°15°98°
CMYK 0.150.120.00   0.02
XYZ70.737372.4476101.5223
Yxy72.44760.28910.2961
Hunter Lab85.1162-0.6077-11.1368
CIE-Lab88.18364.0460-15.7608

#d6dcfb color RGB value is (214,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011100 11111011
Octal 326 334 373
Decimal 214 220 251
Hex D6 DC FB

RGB Percentages of Color #d6dcfb

%31.24
%32.12
%36.64

CMYK Percentages of Color #d6dcfb

%15
%12
%0
%2

Triadic Colors of #d6dcfb

#d6dcfb #fbd6dc #dcfbd6

Analogous Colors of #d6dcfb

#d6dcfb #e3d6fb #d6effb

Monochromatic Colors of #d6dcfb

#d6dcfb

Complementary Color

#d6dcfb #fbf5d6

#d6dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dcfb Color CSS Codes

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

#d6dcfb Text Font Color

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

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


#d6dcfb Background Color

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

This div background color is #d6dcfb


#d6dcfb Border Color

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

This div border color is #d6dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dcfb


Comments

No comments written yet.

Please login to write comment.