Color Hex Logo

#d1defb Color Hex

#D1DEFB
(209,222,251)
0 Favorites   0 Comments

Color spaces of #d1defb

RGB 209222251
HSL0.620.840.90
HSV221°17°98°
CMYK 0.170.120.00   0.02
XYZ69.828472.7629101.6311
Yxy72.76290.28590.2979
Hunter Lab85.3012-3.1552-10.9296
CIE-Lab88.33451.4464-15.5703

#d1defb color RGB value is (209,222,251).

#d1defb hex color red value is 209, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d1defb hue: 0.62 , saturation: 0.84 and the lightness value of d1defb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011110 11111011
Octal 321 336 373
Decimal 209 222 251
Hex D1 DE FB

RGB Percentages of Color #d1defb

%30.65
%32.55
%36.80

CMYK Percentages of Color #d1defb

%17
%12
%0
%2

Triadic Colors of #d1defb

#d1defb #fbd1de #defbd1

Analogous Colors of #d1defb

#d1defb #d9d1fb #d1f3fb

Monochromatic Colors of #d1defb

#d1defb

Complementary Color

#d1defb #fbeed1

#d1defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1defb Color CSS Codes

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

#d1defb Text Font Color

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

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


#d1defb Background Color

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

This div background color is #d1defb


#d1defb Border Color

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

This div border color is #d1defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1defb

Related Colors

#d1defb Color Palettes


Comments

No comments written yet.

Please login to write comment.