Color Hex Logo

#d3cefc Color Hex

#D3CEFC
(211,206,252)
2 Favorites   0 Comments

Color spaces of #d3cefc

RGB 211206252
HSL0.680.880.90
HSV247°18°99°
CMYK 0.160.180.00   0.01
XYZ66.506065.0198101.1403
Yxy65.01980.28580.2795
Hunter Lab80.63496.1122-17.9230
CIE-Lab84.493910.7286-21.8769

#d3cefc color RGB value is (211,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001110 11111100
Octal 323 316 374
Decimal 211 206 252
Hex D3 CE FC

RGB Percentages of Color #d3cefc

%31.54
%30.79
%37.67

CMYK Percentages of Color #d3cefc

%16
%18
%0
%1

Triadic Colors of #d3cefc

#d3cefc #fcd3ce #cefcd3

Analogous Colors of #d3cefc

#d3cefc #eacefc #cee0fc

Monochromatic Colors of #d3cefc

#d3cefc

Complementary Color

#d3cefc #f7fcce

#d3cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cefc Color CSS Codes

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

#d3cefc Text Font Color

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

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


#d3cefc Background Color

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

This div background color is #d3cefc


#d3cefc Border Color

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

This div border color is #d3cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cefc


Comments

No comments written yet.

Please login to write comment.