Color Hex Logo

#d7defd Color Hex

#D7DEFD
(215,222,253)
0 Favorites   0 Comments

Color spaces of #d7defd

RGB 215222253
HSL0.640.900.92
HSV229°15°99°
CMYK 0.150.120.00   0.01
XYZ71.875273.7815103.3815
Yxy73.78150.28860.2963
Hunter Lab85.8962-0.9551-11.2320
CIE-Lab88.81913.7234-15.8506

#d7defd color RGB value is (215,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011110 11111101
Octal 327 336 375
Decimal 215 222 253
Hex D7 DE FD

RGB Percentages of Color #d7defd

%31.16
%32.17
%36.67

CMYK Percentages of Color #d7defd

%15
%12
%0
%1

Triadic Colors of #d7defd

#d7defd #fdd7de #defdd7

Analogous Colors of #d7defd

#d7defd #e3d7fd #d7f1fd

Monochromatic Colors of #d7defd

#d7defd

Complementary Color

#d7defd #fdf6d7

#d7defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7defd Color CSS Codes

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

#d7defd Text Font Color

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

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


#d7defd Background Color

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

This div background color is #d7defd


#d7defd Border Color

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

This div border color is #d7defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7defd

Related Colors


Comments

No comments written yet.

Please login to write comment.