Color Hex Logo

#d6dbfd Color Hex

#D6DBFD
(214,219,253)
0 Favorites   0 Comments

Color spaces of #d6dbfd

RGB 214219253
HSL0.650.910.92
HSV232°15°99°
CMYK 0.150.130.00   0.01
XYZ70.792772.0510103.1046
Yxy72.05100.28780.2930
Hunter Lab84.88290.3248-12.5997
CIE-Lab87.99314.9852-17.0990

#d6dbfd color RGB value is (214,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 11111101
Octal 326 333 375
Decimal 214 219 253
Hex D6 DB FD

RGB Percentages of Color #d6dbfd

%31.20
%31.92
%36.88

CMYK Percentages of Color #d6dbfd

%15
%13
%0
%1

Triadic Colors of #d6dbfd

#d6dbfd #fdd6db #dbfdd6

Analogous Colors of #d6dbfd

#d6dbfd #e5d6fd #d6effd

Monochromatic Colors of #d6dbfd

#d6dbfd

Complementary Color

#d6dbfd #fdf8d6

#d6dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dbfd Color CSS Codes

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

#d6dbfd Text Font Color

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

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


#d6dbfd Background Color

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

This div background color is #d6dbfd


#d6dbfd Border Color

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

This div border color is #d6dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dbfd


Comments

No comments written yet.

Please login to write comment.