color codes Logo

#c6bfdd color codes

#C6BFDD
(198,191,221)
0 Favorites   0 Comments

Color spaces of #c6bfdd

RGB 198191221
HSL0.710.310.81
HSV254°14°87°
CMYK 0.100.140.00   0.13
XYZ54.970654.487876.0266
Yxy54.48780.29640.2938
Hunter Lab73.81593.7511-9.3946
CIE-Lab78.74538.1972-14.0780

#c6bfdd color RGB value is (198,191,221).

#c6bfdd hex color red value is 198, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6bfdd hue: 0.71 , saturation: 0.31 and the lightness value of c6bfdd is 0.81.

The process color (four color CMYK) of #c6bfdd color code is 0.10, 0.14, 0.00, 0.13. Web safe color of #c6bfdd is #cccccc. Color #c6bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 11011101
Octal 306 277 335
Decimal 198 191 221
Hex C6 BF DD

RGB Percentages of Color #c6bfdd

%32.46
%31.31
%36.23

CMYK Percentages of Color #c6bfdd

%10
%14
%0
%13

Triadic Colors of #c6bfdd

#c6bfdd #ddc6bf #bfddc6

Analogous Colors of #c6bfdd

#c6bfdd #d5bfdd #bfc7dd

Monochromatic Colors of #c6bfdd

#c6bfdd

Complementary Color

#c6bfdd #d6ddbf

#c6bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfdd Color CSS Codes

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

#c6bfdd Text Font Color

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

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


#c6bfdd Background Color

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

This div background color is #c6bfdd


#c6bfdd Border Color

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

This div border color is #c6bfdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,191,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6bfdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6bfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #c6bfdd;
  box-shadow:         1px 1px 3px 2px #c6bfdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,191,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfdd

#c6bfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.