Color Hex Logo

#c6c1de Color Hex

#C6C1DE
(198,193,222)
0 Favorites   0 Comments

Color spaces of #c6c1de

RGB 198193222
HSL0.700.310.81
HSV250°13°87°
CMYK 0.110.130.00   0.13
XYZ55.543555.419676.8768
Yxy55.41960.29570.2950
Hunter Lab74.44432.9026-9.1163
CIE-Lab79.28237.3246-13.8110

#c6c1de color RGB value is (198,193,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11000001 11011110
Octal 306 301 336
Decimal 198 193 222
Hex C6 C1 DE

RGB Percentages of Color #c6c1de

%32.30
%31.48
%36.22

CMYK Percentages of Color #c6c1de

%11
%13
%0
%13

Triadic Colors of #c6c1de

#c6c1de #dec6c1 #c1dec6

Analogous Colors of #c6c1de

#c6c1de #d5c1de #c1cbde

Monochromatic Colors of #c6c1de

#c6c1de

Complementary Color

#c6c1de #d9dec1

#c6c1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6c1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6c1de Color CSS Codes

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

#c6c1de Text Font Color

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

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


#c6c1de Background Color

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

This div background color is #c6c1de


#c6c1de Border Color

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

This div border color is #c6c1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c1de


Comments

No comments written yet.

Please login to write comment.