Color Hex Logo

#d6ccff Color Hex

#D6CCFF
(214,204,255)
0 Favorites   0 Comments

Color spaces of #d6ccff

RGB 214204255
HSL0.701.000.90
HSV252°20°100°
CMYK 0.160.200.00   0.00
XYZ67.374464.7019103.5454
Yxy64.70190.28590.2746
Hunter Lab80.43758.7459-20.0165
CIE-Lab84.329913.3594-23.6944

#d6ccff color RGB value is (214,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001100 11111111
Octal 326 314 377
Decimal 214 204 255
Hex D6 CC FF

RGB Percentages of Color #d6ccff

%31.80
%30.31
%37.89

CMYK Percentages of Color #d6ccff

%16
%20
%0
%0

Triadic Colors of #d6ccff

#d6ccff #ffd6cc #ccffd6

Analogous Colors of #d6ccff

#d6ccff #f0ccff #ccdcff

Monochromatic Colors of #d6ccff

#d6ccff

Complementary Color

#d6ccff #f5ffcc

#d6ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ccff Color CSS Codes

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

#d6ccff Text Font Color

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

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


#d6ccff Background Color

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

This div background color is #d6ccff


#d6ccff Border Color

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

This div border color is #d6ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ccff

Related Colors


Comments

No comments written yet.

Please login to write comment.