#C1C3DC

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

Shades of Lavender Grey #C1C3DC

Tints of Lavender Grey #C1C3DC

Color information

#C1C3DC (or 0xC1C3DC) is unknown color: approx Lavender Grey. HEX triplet: C1, C3 and DC. RGB value is (193,195,220). Sum of RGB (Red+Green+Blue) = 193+195+220=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C3DC is #3E3C23. Grayscale: #C5C5C5. Windows color (decimal): -4078628 or 14468033. OLE color: 14468033.

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

Color convert

RGB193195220-
CMYK0.120.1100.14
HSL235.56º27.84%80.98%-
HSV(B)235.56º12.27%86.27%-
XYZ54.4355.5375.56-
YUV197.25140.84124.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=31.74%
G=32.07%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931952200.120.1100.14235.5627.8480.98
HexC1C3DCCB0Eec1c51
Octal301303334141301635434121
Binary110000011100001111011100110010110111011101100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C3DC; }

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

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

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

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

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

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

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

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