Color Hex Logo

#d1dfec Color Hex

#D1DFEC
(209,223,236)
0 Favorites   0 Comments

Color spaces of #d1dfec

RGB 209223236
HSL0.580.420.87
HSV209°11°93°
CMYK 0.110.060.00   0.07
XYZ67.822572.386889.7543
Yxy72.38680.29490.3148
Hunter Lab85.0804-6.5982-2.9908
CIE-Lab88.1544-2.1395-7.9495

#d1dfec color RGB value is (209,223,236).

#d1dfec hex color red value is 209, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d1dfec hue: 0.58 , saturation: 0.42 and the lightness value of d1dfec is 0.87.

The process color (four color CMYK) of #d1dfec color hex is 0.11, 0.06, 0.00, 0.07. Web safe color of #d1dfec is #ccccff. Color #d1dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 11101100
Octal 321 337 354
Decimal 209 223 236
Hex D1 DF EC

RGB Percentages of Color #d1dfec

%31.29
%33.38
%35.33

CMYK Percentages of Color #d1dfec

%11
%6
%0
%7

Triadic Colors of #d1dfec

#d1dfec #ecd1df #dfecd1

Analogous Colors of #d1dfec

#d1dfec #d1d2ec #d1ecec

Monochromatic Colors of #d1dfec

#d1dfec

Complementary Color

#d1dfec #ecded1

#d1dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dfec Color CSS Codes

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

#d1dfec Text Font Color

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

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


#d1dfec Background Color

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

This div background color is #d1dfec


#d1dfec Border Color

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

This div border color is #d1dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dfec

#d1dfec Color Palettes


Comments

No comments written yet.

Please login to write comment.