Color Hex Logo

#d6ccce Color Hex

#D6CCCE
(214,204,206)
0 Favorites   0 Comments

Color spaces of #d6ccce

RGB 214204206
HSL0.970.110.82
HSV348°84°
CMYK 0.000.050.04   0.16
XYZ60.465061.938167.1609
Yxy61.93810.31900.3267
Hunter Lab78.7008-0.58664.4942
CIE-Lab82.88053.81420.2356

#d6ccce color RGB value is (214,204,206).

#d6ccce hex color red value is 214, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d6ccce hue: 0.97 , saturation: 0.11 and the lightness value of d6ccce is 0.82.

The process color (four color CMYK) of #d6ccce color hex is 0.00, 0.05, 0.04, 0.16. Web safe color of #d6ccce is #cccccc. Color #d6ccce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001100 11001110
Octal 326 314 316
Decimal 214 204 206
Hex D6 CC CE

RGB Percentages of Color #d6ccce

%34.29
%32.69
%33.01

CMYK Percentages of Color #d6ccce

%0
%5
%4
%16

Triadic Colors of #d6ccce

#d6ccce #ced6cc #ccced6

Analogous Colors of #d6ccce

#d6ccce #d6cfcc #d6ccd3

Monochromatic Colors of #d6ccce

#d6ccce

Complementary Color

#d6ccce #ccd6d4

#d6ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ccce Color CSS Codes

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

#d6ccce Text Font Color

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

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


#d6ccce Background Color

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

This div background color is #d6ccce


#d6ccce Border Color

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

This div border color is #d6ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ccce


Comments

No comments written yet.

Please login to write comment.