Color Hex Logo

#d4cdf6 Color Hex

#D4CDF6
(212,205,246)
0 Favorites   0 Comments

Color spaces of #d4cdf6

RGB 212205246
HSL0.700.690.88
HSV250°17°96°
CMYK 0.140.170.00   0.04
XYZ65.617364.313596.1441
Yxy64.31350.29020.2845
Hunter Lab80.19575.7089-14.9439
CIE-Lab84.128710.3167-19.2389

#d4cdf6 color RGB value is (212,205,246).

#d4cdf6 hex color red value is 212, green value is 205 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d4cdf6 hue: 0.70 , saturation: 0.69 and the lightness value of d4cdf6 is 0.88.

The process color (four color CMYK) of #d4cdf6 color hex is 0.14, 0.17, 0.00, 0.04. Web safe color of #d4cdf6 is #ccccff. Color #d4cdf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001101 11110110
Octal 324 315 366
Decimal 212 205 246
Hex D4 CD F6

RGB Percentages of Color #d4cdf6

%31.98
%30.92
%37.10

CMYK Percentages of Color #d4cdf6

%14
%17
%0
%4

Triadic Colors of #d4cdf6

#d4cdf6 #f6d4cd #cdf6d4

Analogous Colors of #d4cdf6

#d4cdf6 #e9cdf6 #cddbf6

Monochromatic Colors of #d4cdf6

#d4cdf6

Complementary Color

#d4cdf6 #eff6cd

#d4cdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cdf6 Color CSS Codes

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

#d4cdf6 Text Font Color

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

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


#d4cdf6 Background Color

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

This div background color is #d4cdf6


#d4cdf6 Border Color

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

This div border color is #d4cdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cdf6


Comments

No comments written yet.

Please login to write comment.