Color Hex Logo

#d8ccfe Color Hex

#D8CCFE
(216,204,254)
0 Favorites   0 Comments

Color spaces of #d8ccfe

RGB 216204254
HSL0.710.960.90
HSV254°20°100°
CMYK 0.150.200.00   0.00
XYZ67.801264.9404102.7272
Yxy64.94040.28790.2758
Hunter Lab80.58569.1573-19.1705
CIE-Lab84.453013.7681-22.9627

#d8ccfe color RGB value is (216,204,254).

#d8ccfe hex color red value is 216, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d8ccfe hue: 0.71 , saturation: 0.96 and the lightness value of d8ccfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 11111110
Octal 330 314 376
Decimal 216 204 254
Hex D8 CC FE

RGB Percentages of Color #d8ccfe

%32.05
%30.27
%37.69

CMYK Percentages of Color #d8ccfe

%15
%20
%0
%0

Triadic Colors of #d8ccfe

#d8ccfe #fed8cc #ccfed8

Analogous Colors of #d8ccfe

#d8ccfe #f1ccfe #ccd9fe

Monochromatic Colors of #d8ccfe

#d8ccfe

Complementary Color

#d8ccfe #f2fecc

#d8ccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ccfe Color CSS Codes

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

#d8ccfe Text Font Color

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

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


#d8ccfe Background Color

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

This div background color is #d8ccfe


#d8ccfe Border Color

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

This div border color is #d8ccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ccfe


Comments

No comments written yet.

Please login to write comment.