Color Hex Logo

#d1dbed Color Hex

#D1DBED
(209,219,237)
0 Favorites   0 Comments

Color spaces of #d1dbed

RGB 209219237
HSL0.610.440.87
HSV219°12°93°
CMYK 0.120.080.00   0.07
XYZ66.912170.332890.1697
Yxy70.33280.29420.3093
Hunter Lab83.8647-4.3455-5.0422
CIE-Lab87.15980.1394-9.9532

#d1dbed color RGB value is (209,219,237).

#d1dbed hex color red value is 209, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d1dbed hue: 0.61 , saturation: 0.44 and the lightness value of d1dbed is 0.87.

The process color (four color CMYK) of #d1dbed color hex is 0.12, 0.08, 0.00, 0.07. Web safe color of #d1dbed is #ccccff. Color #d1dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11101101
Octal 321 333 355
Decimal 209 219 237
Hex D1 DB ED

RGB Percentages of Color #d1dbed

%31.43
%32.93
%35.64

CMYK Percentages of Color #d1dbed

%12
%8
%0
%7

Triadic Colors of #d1dbed

#d1dbed #edd1db #dbedd1

Analogous Colors of #d1dbed

#d1dbed #d5d1ed #d1e9ed

Monochromatic Colors of #d1dbed

#d1dbed

Complementary Color

#d1dbed #ede3d1

#d1dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbed Color CSS Codes

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

#d1dbed Text Font Color

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

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


#d1dbed Background Color

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

This div background color is #d1dbed


#d1dbed Border Color

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

This div border color is #d1dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbed


Comments

No comments written yet.

Please login to write comment.