Color Hex Logo

#d7cdf1 Color Hex

#D7CDF1
(215,205,241)
0 Favorites   0 Comments

Color spaces of #d7cdf1

RGB 215205241
HSL0.710.560.87
HSV257°15°95°
CMYK 0.110.150.00   0.05
XYZ65.732864.460692.1967
Yxy64.46060.29560.2899
Hunter Lab80.28745.6385-11.8836
CIE-Lab84.205010.2471-16.4446

#d7cdf1 color RGB value is (215,205,241).

#d7cdf1 hex color red value is 215, green value is 205 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #d7cdf1 hue: 0.71 , saturation: 0.56 and the lightness value of d7cdf1 is 0.87.

The process color (four color CMYK) of #d7cdf1 color hex is 0.11, 0.15, 0.00, 0.05. Web safe color of #d7cdf1 is #ccccff. Color #d7cdf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 11110001
Octal 327 315 361
Decimal 215 205 241
Hex D7 CD F1

RGB Percentages of Color #d7cdf1

%32.53
%31.01
%36.46

CMYK Percentages of Color #d7cdf1

%11
%15
%0
%5

Triadic Colors of #d7cdf1

#d7cdf1 #f1d7cd #cdf1d7

Analogous Colors of #d7cdf1

#d7cdf1 #e9cdf1 #cdd5f1

Monochromatic Colors of #d7cdf1

#d7cdf1

Complementary Color

#d7cdf1 #e7f1cd

#d7cdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cdf1 Color CSS Codes

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

#d7cdf1 Text Font Color

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

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


#d7cdf1 Background Color

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

This div background color is #d7cdf1


#d7cdf1 Border Color

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

This div border color is #d7cdf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,205,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cdf1


Comments

No comments written yet.

Please login to write comment.