#C1C2DC

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

Shades of Lavender Grey #C1C2DC

Tints of Lavender Grey #C1C2DC

Color information

#C1C2DC (or 0xC1C2DC) is unknown color: approx Lavender Grey. HEX triplet: C1, C2 and DC. RGB value is (193,194,220). Sum of RGB (Red+Green+Blue) = 193+194+220=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C2DC is #3E3D23. Grayscale: #C4C4C4. Windows color (decimal): -4078884 or 14467777. OLE color: 14467777.

HSL color Cylindrical-coordinate representation of color #C1C2DC: hue angle of 237.78º 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 #C1C2DC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193194220-
CMYK0.120.1200.14
HSL237.78º27.84%80.98%-
HSV(B)237.78º12.27%86.27%-
XYZ54.255.0975.49-
YUV196.67141.17125.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=31.80%
G=31.96%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931942200.120.1200.14237.7827.8480.98
HexC1C2DCCC0Eee1c51
Octal301302334141401635634121
Binary110000011100001011011100110011000111011101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C2DC; }

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

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

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

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

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

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

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

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