Color Hex Logo

#c6c1df Color Hex

#C6C1DF
(198,193,223)
0 Favorites   0 Comments

Color spaces of #c6c1df

RGB 198193223
HSL0.690.320.82
HSV250°13°87°
CMYK 0.110.130.00   0.13
XYZ55.677955.473477.5849
Yxy55.47340.29500.2939
Hunter Lab74.48053.0969-9.6249
CIE-Lab79.31327.5286-14.3030

#c6c1df color RGB value is (198,193,223).

#c6c1df hex color red value is 198, green value is 193 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c6c1df hue: 0.69 , saturation: 0.32 and the lightness value of c6c1df is 0.82.

The process color (four color CMYK) of #c6c1df color hex is 0.11, 0.13, 0.00, 0.13. Web safe color of #c6c1df is #cccccc. Color #c6c1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11000001 11011111
Octal 306 301 337
Decimal 198 193 223
Hex C6 C1 DF

RGB Percentages of Color #c6c1df

%32.25
%31.43
%36.32

CMYK Percentages of Color #c6c1df

%11
%13
%0
%13

Triadic Colors of #c6c1df

#c6c1df #dfc6c1 #c1dfc6

Analogous Colors of #c6c1df

#c6c1df #d5c1df #c1cbdf

Monochromatic Colors of #c6c1df

#c6c1df

Complementary Color

#c6c1df #dadfc1

#c6c1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6c1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6c1df Color CSS Codes

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

#c6c1df Text Font Color

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

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


#c6c1df Background Color

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

This div background color is #c6c1df


#c6c1df Border Color

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

This div border color is #c6c1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c1df


Comments

No comments written yet.

Please login to write comment.