Color Hex Logo

#d3ccec Color Hex

#D3CCEC
(211,204,236)
0 Favorites   0 Comments

Color spaces of #d3ccec

RGB 211204236
HSL0.700.460.86
HSV253°14°93°
CMYK 0.110.140.00   0.07
XYZ63.597263.090788.1827
Yxy63.09070.29600.2936
Hunter Lab79.42973.9183-10.2229
CIE-Lab83.49018.4873-14.8905

#d3ccec color RGB value is (211,204,236).

#d3ccec hex color red value is 211, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d3ccec hue: 0.70 , saturation: 0.46 and the lightness value of d3ccec is 0.86.

The process color (four color CMYK) of #d3ccec color hex is 0.11, 0.14, 0.00, 0.07. Web safe color of #d3ccec is #ccccff. Color #d3ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001100 11101100
Octal 323 314 354
Decimal 211 204 236
Hex D3 CC EC

RGB Percentages of Color #d3ccec

%32.41
%31.34
%36.25

CMYK Percentages of Color #d3ccec

%11
%14
%0
%7

Triadic Colors of #d3ccec

#d3ccec #ecd3cc #ccecd3

Analogous Colors of #d3ccec

#d3ccec #e3ccec #ccd5ec

Monochromatic Colors of #d3ccec

#d3ccec

Complementary Color

#d3ccec #e5eccc

#d3ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ccec Color CSS Codes

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

#d3ccec Text Font Color

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

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


#d3ccec Background Color

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

This div background color is #d3ccec


#d3ccec Border Color

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

This div border color is #d3ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ccec


Comments

No comments written yet.

Please login to write comment.