Color Hex Logo

#d9defd Color Hex

#D9DEFD
(217,222,253)
0 Favorites   0 Comments

Color spaces of #d9defd

RGB 217222253
HSL0.640.900.92
HSV232°14°99°
CMYK 0.140.120.00   0.01
XYZ72.466274.0861103.4092
Yxy74.08610.28990.2964
Hunter Lab86.0733-0.3468-10.9802
CIE-Lab88.96324.3476-15.6198

#d9defd color RGB value is (217,222,253).

#d9defd hex color red value is 217, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d9defd hue: 0.64 , saturation: 0.90 and the lightness value of d9defd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 11111101
Octal 331 336 375
Decimal 217 222 253
Hex D9 DE FD

RGB Percentages of Color #d9defd

%31.36
%32.08
%36.56

CMYK Percentages of Color #d9defd

%14
%12
%0
%1

Triadic Colors of #d9defd

#d9defd #fdd9de #defdd9

Analogous Colors of #d9defd

#d9defd #e6d9fd #d9f0fd

Monochromatic Colors of #d9defd

#d9defd

Complementary Color

#d9defd #fdf8d9

#d9defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9defd Color CSS Codes

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

#d9defd Text Font Color

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

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


#d9defd Background Color

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

This div background color is #d9defd


#d9defd Border Color

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

This div border color is #d9defd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,222,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9defd

Related Colors


Comments

No comments written yet.

Please login to write comment.