#C1C0DC

Color #C1C0DC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C1C0DC

Tints of Lavender Grey #C1C0DC

Color information

#C1C0DC (or 0xC1C0DC) is unknown color: approx Lavender Grey. HEX triplet: C1, C0 and DC. RGB value is (193,192,220). Sum of RGB (Red+Green+Blue) = 193+192+220=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C0DC is #3E3F23. Grayscale: #C3C3C3. Windows color (decimal): -4079396 or 14467265. OLE color: 14467265.

HSL color Cylindrical-coordinate representation of color #C1C0DC: hue angle of 242.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C0DC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193192220-
CMYK0.120.1300.14
HSL242.14º28.57%80.78%-
HSV(B)242.14º12.73%86.27%-
XYZ53.7654.275.34-
YUV195.49141.83126.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 31.90%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=31.90%
G=31.74%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931922200.120.1300.14242.1428.5780.78
HexC1C0DCCD0Ef21d51
Octal301300334141501636235121
Binary110000011100000011011100110011010111011110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C0DC; }

 p { color: rgb(193,192,220); }

 H1.HeaderClassName
 {
   color: #C1C0DC;
 }
 .AnyTagClassName
 {
   color: #C1C0DC;
 }
</style>
background-color css

<style>
 a { background-color: #C1C0DC; }

 a { background-color: rgb(193,192,220); }

 div.DivClassName
 {
   background-color: #C1C0DC;
 }
 .BgClassName
 {
   background-color: #C1C0DC;
 }
</style>
border-color css

<style>
 span { border-color: #C1C0DC; }

 span { border-color: rgb(193,192,220); }

 td.TdClassName
 {
   border-color: #C1C0DC;
 }
 .TagClassName
 {
   border-color: #C1C0DC;
 }
</style>