Color Hex Logo

#d3cce1 Color Hex

#D3CCE1
(211,204,225)
0 Favorites   0 Comments

Color spaces of #d3cce1

RGB 211204225
HSL0.720.260.84
HSV260°88°
CMYK 0.060.090.00   0.12
XYZ62.047462.470980.0220
Yxy62.47090.30340.3054
Hunter Lab79.03851.8099-4.7008
CIE-Lab83.16326.3146-9.5162

#d3cce1 color RGB value is (211,204,225).

#d3cce1 hex color red value is 211, green value is 204 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d3cce1 hue: 0.72 , saturation: 0.26 and the lightness value of d3cce1 is 0.84.

The process color (four color CMYK) of #d3cce1 color hex is 0.06, 0.09, 0.00, 0.12. Web safe color of #d3cce1 is #cccccc. Color #d3cce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 11100001
Octal 323 314 341
Decimal 211 204 225
Hex D3 CC E1

RGB Percentages of Color #d3cce1

%32.97
%31.88
%35.16

CMYK Percentages of Color #d3cce1

%6
%9
%0
%12

Triadic Colors of #d3cce1

#d3cce1 #e1d3cc #cce1d3

Analogous Colors of #d3cce1

#d3cce1 #decce1 #ccd0e1

Monochromatic Colors of #d3cce1

#d3cce1

Complementary Color

#d3cce1 #dae1cc

#d3cce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cce1 Color CSS Codes

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

#d3cce1 Text Font Color

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

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


#d3cce1 Background Color

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

This div background color is #d3cce1


#d3cce1 Border Color

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

This div border color is #d3cce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cce1


Comments

No comments written yet.

Please login to write comment.