Color Hex Logo

#d1dbff Color Hex

#D1DBFF
(209,219,255)
0 Favorites   0 Comments

Color spaces of #d1dbff

RGB 209219255
HSL0.631.000.91
HSV227°18°100°
CMYK 0.180.140.00   0.00
XYZ69.676071.4383104.7244
Yxy71.43830.28340.2906
Hunter Lab84.5212-0.7636-14.2973
CIE-Lab87.69753.8636-18.6318

#d1dbff color RGB value is (209,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11111111
Octal 321 333 377
Decimal 209 219 255
Hex D1 DB FF

RGB Percentages of Color #d1dbff

%30.60
%32.06
%37.34

CMYK Percentages of Color #d1dbff

%18
%14
%0
%0

Triadic Colors of #d1dbff

#d1dbff #ffd1db #dbffd1

Analogous Colors of #d1dbff

#d1dbff #ded1ff #d1f2ff

Monochromatic Colors of #d1dbff

#d1dbff

Complementary Color

#d1dbff #fff5d1

#d1dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbff Color CSS Codes

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

#d1dbff Text Font Color

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

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


#d1dbff Background Color

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

This div background color is #d1dbff


#d1dbff Border Color

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

This div border color is #d1dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbff


Comments

No comments written yet.

Please login to write comment.