#C2C1DC

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

Shades of Lavender Grey #C2C1DC

Tints of Lavender Grey #C2C1DC

Color information

#C2C1DC (or 0xC2C1DC) is unknown color: approx Lavender Grey. HEX triplet: C2, C1 and DC. RGB value is (194,193,220). Sum of RGB (Red+Green+Blue) = 194+193+220=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 193 (75.78% from 255 or 31.80% 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 #C2C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C1DC is #3D3E23. Grayscale: #C4C4C4. Windows color (decimal): -4013604 or 14467522. OLE color: 14467522.

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

Color convert

RGB194193220-
CMYK0.120.1200.14
HSL242.22º27.84%80.98%-
HSV(B)242.22º12.27%86.27%-
XYZ54.2454.7875.42-
YUV196.38141.33126.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=31.96%
G=31.80%
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
Decimal1941932200.120.1200.14242.2227.8480.98
HexC2C1DCCC0Ef21c51
Octal302301334141401636234121
Binary110000101100000111011100110011000111011110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C1DC; }

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

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

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

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

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

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

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

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