Color Hex Logo

#d6cffe Color Hex

#D6CFFE
(214,207,254)
0 Favorites   0 Comments

Color spaces of #d6cffe

RGB 214207254
HSL0.690.960.90
HSV249°19°100°
CMYK 0.160.190.00   0.00
XYZ67.933866.0775102.9397
Yxy66.07750.28670.2789
Hunter Lab81.28816.9213-18.1806
CIE-Lab85.035911.5466-22.0929

#d6cffe color RGB value is (214,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001111 11111110
Octal 326 317 376
Decimal 214 207 254
Hex D6 CF FE

RGB Percentages of Color #d6cffe

%31.70
%30.67
%37.63

CMYK Percentages of Color #d6cffe

%16
%19
%0
%0

Triadic Colors of #d6cffe

#d6cffe #fed6cf #cffed6

Analogous Colors of #d6cffe

#d6cffe #eecffe #cfe0fe

Monochromatic Colors of #d6cffe

#d6cffe

Complementary Color

#d6cffe #f7fecf

#d6cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cffe Color CSS Codes

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

#d6cffe Text Font Color

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

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


#d6cffe Background Color

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

This div background color is #d6cffe


#d6cffe Border Color

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

This div border color is #d6cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cffe


Comments

No comments written yet.

Please login to write comment.