Color Hex Logo

#d7cffd Color Hex

#D7CFFD
(215,207,253)
0 Favorites   0 Comments

Color spaces of #d7cffd

RGB 215207253
HSL0.700.920.90
HSV250°18°99°
CMYK 0.150.180.00   0.01
XYZ68.066866.1646102.1120
Yxy66.16460.28800.2800
Hunter Lab81.34167.0212-17.4904
CIE-Lab85.080311.6469-21.4888

#d7cffd color RGB value is (215,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001111 11111101
Octal 327 317 375
Decimal 215 207 253
Hex D7 CF FD

RGB Percentages of Color #d7cffd

%31.85
%30.67
%37.48

CMYK Percentages of Color #d7cffd

%15
%18
%0
%1

Triadic Colors of #d7cffd

#d7cffd #fdd7cf #cffdd7

Analogous Colors of #d7cffd

#d7cffd #eecffd #cfdefd

Monochromatic Colors of #d7cffd

#d7cffd

Complementary Color

#d7cffd #f5fdcf

#d7cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cffd Color CSS Codes

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

#d7cffd Text Font Color

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

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


#d7cffd Background Color

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

This div background color is #d7cffd


#d7cffd Border Color

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

This div border color is #d7cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cffd


Comments

No comments written yet.

Please login to write comment.