Color Hex Logo

#d6cbfb Color Hex

#D6CBFB
(214,203,251)
0 Favorites   0 Comments

Color spaces of #d6cbfb

RGB 214203251
HSL0.700.860.89
HSV254°19°98°
CMYK 0.150.190.00   0.02
XYZ66.500163.9730100.1099
Yxy63.97300.28840.2774
Hunter Lab79.98318.4392-18.2214
CIE-Lab83.951713.0527-22.1468

#d6cbfb color RGB value is (214,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001011 11111011
Octal 326 313 373
Decimal 214 203 251
Hex D6 CB FB

RGB Percentages of Color #d6cbfb

%32.04
%30.39
%37.57

CMYK Percentages of Color #d6cbfb

%15
%19
%0
%2

Triadic Colors of #d6cbfb

#d6cbfb #fbd6cb #cbfbd6

Analogous Colors of #d6cbfb

#d6cbfb #eecbfb #cbd8fb

Monochromatic Colors of #d6cbfb

#d6cbfb

Complementary Color

#d6cbfb #f0fbcb

#d6cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cbfb Color CSS Codes

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

#d6cbfb Text Font Color

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

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


#d6cbfb Background Color

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

This div background color is #d6cbfb


#d6cbfb Border Color

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

This div border color is #d6cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cbfb


Comments

No comments written yet.

Please login to write comment.