Color Hex Logo

#d6cdfc Color Hex

#D6CDFC
(214,205,252)
0 Favorites   0 Comments

Color spaces of #d6cdfc

RGB 214205252
HSL0.700.890.90
HSV251°19°99°
CMYK 0.150.190.00   0.01
XYZ67.133664.9871101.1009
Yxy64.98710.28790.2786
Hunter Lab80.61467.5744-17.9270
CIE-Lab84.477112.1932-21.8806

#d6cdfc color RGB value is (214,205,252).

#d6cdfc hex color red value is 214, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d6cdfc hue: 0.70 , saturation: 0.89 and the lightness value of d6cdfc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001101 11111100
Octal 326 315 374
Decimal 214 205 252
Hex D6 CD FC

RGB Percentages of Color #d6cdfc

%31.89
%30.55
%37.56

CMYK Percentages of Color #d6cdfc

%15
%19
%0
%1

Triadic Colors of #d6cdfc

#d6cdfc #fcd6cd #cdfcd6

Analogous Colors of #d6cdfc

#d6cdfc #eecdfc #cddcfc

Monochromatic Colors of #d6cdfc

#d6cdfc

Complementary Color

#d6cdfc #f3fccd

#d6cdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cdfc Color CSS Codes

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

#d6cdfc Text Font Color

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

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


#d6cdfc Background Color

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

This div background color is #d6cdfc


#d6cdfc Border Color

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

This div border color is #d6cdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cdfc


Comments

No comments written yet.

Please login to write comment.