Color Hex Logo

#d6ceee Color Hex

#D6CEEE
(214,206,238)
0 Favorites   0 Comments

Color spaces of #d6ceee

RGB 214206238
HSL0.710.480.87
HSV255°13°93°
CMYK 0.100.130.00   0.07
XYZ65.235564.611889.9220
Yxy64.61180.29680.2940
Hunter Lab80.38154.1984-10.0601
CIE-Lab84.28338.7917-14.7406

#d6ceee color RGB value is (214,206,238).

#d6ceee hex color red value is 214, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d6ceee hue: 0.71 , saturation: 0.48 and the lightness value of d6ceee is 0.87.

The process color (four color CMYK) of #d6ceee color hex is 0.10, 0.13, 0.00, 0.07. Web safe color of #d6ceee is #ccccff. Color #d6ceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001110 11101110
Octal 326 316 356
Decimal 214 206 238
Hex D6 CE EE

RGB Percentages of Color #d6ceee

%32.52
%31.31
%36.17

CMYK Percentages of Color #d6ceee

%10
%13
%0
%7

Triadic Colors of #d6ceee

#d6ceee #eed6ce #ceeed6

Analogous Colors of #d6ceee

#d6ceee #e6ceee #ced6ee

Monochromatic Colors of #d6ceee

#d6ceee

Complementary Color

#d6ceee #e6eece

#d6ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ceee Color CSS Codes

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

#d6ceee Text Font Color

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

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


#d6ceee Background Color

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

This div background color is #d6ceee


#d6ceee Border Color

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

This div border color is #d6ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ceee


Comments

No comments written yet.

Please login to write comment.