Color Hex Logo

#d1dbfa Color Hex

#D1DBFA
(209,219,250)
0 Favorites   0 Comments

Color spaces of #d1dbfa

RGB 209219250
HSL0.630.800.90
HSV225°16°98°
CMYK 0.160.120.00   0.02
XYZ68.881371.1205100.5397
Yxy71.12050.28640.2957
Hunter Lab84.3330-1.7879-11.6510
CIE-Lab87.54352.8068-16.2319

#d1dbfa color RGB value is (209,219,250).

#d1dbfa hex color red value is 209, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d1dbfa hue: 0.63 , saturation: 0.80 and the lightness value of d1dbfa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11111010
Octal 321 333 372
Decimal 209 219 250
Hex D1 DB FA

RGB Percentages of Color #d1dbfa

%30.83
%32.30
%36.87

CMYK Percentages of Color #d1dbfa

%16
%12
%0
%2

Triadic Colors of #d1dbfa

#d1dbfa #fad1db #dbfad1

Analogous Colors of #d1dbfa

#d1dbfa #dcd1fa #d1f0fa

Monochromatic Colors of #d1dbfa

#d1dbfa

Complementary Color

#d1dbfa #faf0d1

#d1dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbfa Color CSS Codes

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

#d1dbfa Text Font Color

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

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


#d1dbfa Background Color

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

This div background color is #d1dbfa


#d1dbfa Border Color

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

This div border color is #d1dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbfa


Comments

No comments written yet.

Please login to write comment.