Color Hex Logo

#d6cffc Color Hex

#D6CFFC
(214,207,252)
0 Favorites   0 Comments

Color spaces of #d6cffc

RGB 214207252
HSL0.690.880.90
HSV249°18°99°
CMYK 0.150.180.00   0.01
XYZ67.615165.9501101.2614
Yxy65.95010.28790.2808
Hunter Lab81.20976.5020-17.0827
CIE-Lab84.971011.1265-21.1323

#d6cffc color RGB value is (214,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001111 11111100
Octal 326 317 374
Decimal 214 207 252
Hex D6 CF FC

RGB Percentages of Color #d6cffc

%31.80
%30.76
%37.44

CMYK Percentages of Color #d6cffc

%15
%18
%0
%1

Triadic Colors of #d6cffc

#d6cffc #fcd6cf #cffcd6

Analogous Colors of #d6cffc

#d6cffc #edcffc #cfdffc

Monochromatic Colors of #d6cffc

#d6cffc

Complementary Color

#d6cffc #f5fccf

#d6cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cffc Color CSS Codes

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

#d6cffc Text Font Color

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

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


#d6cffc Background Color

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

This div background color is #d6cffc


#d6cffc Border Color

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

This div border color is #d6cffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cffc


Comments

No comments written yet.

Please login to write comment.