Color Hex Logo

#d6cefd Color Hex

#D6CEFD
(214,206,253)
2 Favorites   0 Comments

Color spaces of #d6cefd

RGB 214206253
HSL0.700.920.90
HSV250°19°99°
CMYK 0.150.190.00   0.01
XYZ67.532565.5306102.0178
Yxy65.53060.28730.2788
Hunter Lab80.95107.2476-18.0541
CIE-Lab84.756411.8694-21.9871

#d6cefd color RGB value is (214,206,253).

#d6cefd hex color red value is 214, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d6cefd hue: 0.70 , saturation: 0.92 and the lightness value of d6cefd is 0.90.

The process color (four color CMYK) of #d6cefd color hex is 0.15, 0.19, 0.00, 0.01. Web safe color of #d6cefd is #ccccff. Color #d6cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001110 11111101
Octal 326 316 375
Decimal 214 206 253
Hex D6 CE FD

RGB Percentages of Color #d6cefd

%31.80
%30.61
%37.59

CMYK Percentages of Color #d6cefd

%15
%19
%0
%1

Triadic Colors of #d6cefd

#d6cefd #fdd6ce #cefdd6

Analogous Colors of #d6cefd

#d6cefd #eecefd #cedefd

Monochromatic Colors of #d6cefd

#d6cefd

Complementary Color

#d6cefd #f5fdce

#d6cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cefd Color CSS Codes

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

#d6cefd Text Font Color

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

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


#d6cefd Background Color

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

This div background color is #d6cefd


#d6cefd Border Color

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

This div border color is #d6cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cefd

#d6cefd Color Palettes


Comments

No comments written yet.

Please login to write comment.