Color Hex Logo

#d6cbfd Color Hex

#D6CBFD
(214,203,253)
0 Favorites   0 Comments

Color spaces of #d6cbfd

RGB 214203253
HSL0.700.930.89
HSV253°20°99°
CMYK 0.150.200.00   0.01
XYZ66.817164.0999101.7794
Yxy64.09990.28710.2755
Hunter Lab80.06248.8602-19.3288
CIE-Lab84.017813.4722-23.1080

#d6cbfd color RGB value is (214,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001011 11111101
Octal 326 313 375
Decimal 214 203 253
Hex D6 CB FD

RGB Percentages of Color #d6cbfd

%31.94
%30.30
%37.76

CMYK Percentages of Color #d6cbfd

%15
%20
%0
%1

Triadic Colors of #d6cbfd

#d6cbfd #fdd6cb #cbfdd6

Analogous Colors of #d6cbfd

#d6cbfd #efcbfd #cbd9fd

Monochromatic Colors of #d6cbfd

#d6cbfd

Complementary Color

#d6cbfd #f2fdcb

#d6cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cbfd Color CSS Codes

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

#d6cbfd Text Font Color

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

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


#d6cbfd Background Color

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

This div background color is #d6cbfd


#d6cbfd Border Color

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

This div border color is #d6cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.