Color Hex Logo

#d6dbfa Color Hex

#D6DBFA
(214,219,250)
0 Favorites   0 Comments

Color spaces of #d6dbfa

RGB 214219250
HSL0.640.780.91
HSV232°14°98°
CMYK 0.140.120.00   0.02
XYZ70.318471.8613100.6069
Yxy71.86130.28960.2960
Hunter Lab84.7710-0.2819-11.0261
CIE-Lab87.90184.3644-15.6576

#d6dbfa color RGB value is (214,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 11111010
Octal 326 333 372
Decimal 214 219 250
Hex D6 DB FA

RGB Percentages of Color #d6dbfa

%31.33
%32.06
%36.60

CMYK Percentages of Color #d6dbfa

%14
%12
%0
%2

Triadic Colors of #d6dbfa

#d6dbfa #fad6db #dbfad6

Analogous Colors of #d6dbfa

#d6dbfa #e3d6fa #d6edfa

Monochromatic Colors of #d6dbfa

#d6dbfa

Complementary Color

#d6dbfa #faf5d6

#d6dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dbfa Color CSS Codes

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

#d6dbfa Text Font Color

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

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


#d6dbfa Background Color

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

This div background color is #d6dbfa


#d6dbfa Border Color

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

This div border color is #d6dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dbfa


Comments

No comments written yet.

Please login to write comment.