Color Hex Logo

#d6cfde Color Hex

#D6CFDE
(214,207,222)
0 Favorites   0 Comments

Color spaces of #d6cfde

RGB 214207222
HSL0.740.190.84
HSV268°87°
CMYK 0.040.070.00   0.13
XYZ63.229264.195778.1657
Yxy64.19570.30750.3123
Hunter Lab80.12220.6511-1.7566
CIE-Lab84.06765.1531-6.5504

#d6cfde color RGB value is (214,207,222).

#d6cfde hex color red value is 214, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d6cfde hue: 0.74 , saturation: 0.19 and the lightness value of d6cfde is 0.84.

The process color (four color CMYK) of #d6cfde color hex is 0.04, 0.07, 0.00, 0.13. Web safe color of #d6cfde is #cccccc. Color #d6cfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001111 11011110
Octal 326 317 336
Decimal 214 207 222
Hex D6 CF DE

RGB Percentages of Color #d6cfde

%33.28
%32.19
%34.53

CMYK Percentages of Color #d6cfde

%4
%7
%0
%13

Triadic Colors of #d6cfde

#d6cfde #ded6cf #cfded6

Analogous Colors of #d6cfde

#d6cfde #decfde #cfd0de

Monochromatic Colors of #d6cfde

#d6cfde

Complementary Color

#d6cfde #d7decf

#d6cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cfde Color CSS Codes

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

#d6cfde Text Font Color

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

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


#d6cfde Background Color

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

This div background color is #d6cfde


#d6cfde Border Color

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

This div border color is #d6cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cfde


Comments

No comments written yet.

Please login to write comment.